-
-
Notifications
You must be signed in to change notification settings - Fork 460
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
Fatal error: Uncaught Error: Maximum function nesting level of '5000' reached, aborting! #656
Comments
Which branch and version are you using? |
Version 7.5.0.9, as pulled from the "inactivated plugins" tab. |
Can you paste tail of the last 100 or so lines from the PHP error log to a gist? |
Can you try switching to the |
Can you try switching to a default theme and removing any GitLab plugins? |
Don't know how to switch to the |
Try switching to a default theme and removing any GitLab plugins first. |
OK, I did the following:
Here's the debug.log when activating github-updater
|
Tried to install the no-backtrace branch via |
It’s odd the error seems to be related to getting the cached data from the database. Can you delete all the GHU related data from the database? Running this plugin should do it. https://github.com/afragen/clear-github-updater-cache |
Fixed in both |
When trying to access /wp-admin/update-core.php I get a white page. Enabling WP_DEBUG and displaying the error message I get the following:
Fatal error: Uncaught Error: Maximum function nesting level of '256' reached, aborting!
Increasing the nesting level in
wp-config.php
viaini_set('xdebug.max_nesting_level', 5000);
does not help.
it is stuck here, and loops through the latter lines...
The text was updated successfully, but these errors were encountered: