Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use_sync_jobs: true causing Max Nesting Level error #37

Open
andrewandante opened this issue Nov 19, 2020 · 0 comments
Open

use_sync_jobs: true causing Max Nesting Level error #37

andrewandante opened this issue Nov 19, 2020 · 0 comments

Comments

@andrewandante
Copy link
Contributor

When developing I set:

SilverStripe\SearchService\Service\IndexConfiguration:
  use_sync_jobs: true

as advised in order to see results faster. However, this prevented me from publishing any page by throwing an Internal Server Error:

Nov 20 11:46:35 SilverStripe_log[2505]: error-log.ERROR: Uncaught Exception Error: "Maximum function nesting level of '256' reached, aborting!" at /var/www/mysite/www/vendor/silverstripe/config/src/Collections/MemoryConfigCollection.php line 125 {"exception":"[object] (Error(code: 0): Maximum function nesting level of '256' reached, aborting! at /var/www/mysite/www/vendor/silverstripe/config/src/Collections/MemoryConfigCollection.php:125)"} []

Occasionally the path changes but it always seems to point back to the ->getClassConfig() method on whichever class inevitably throws the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant