Closed ameeking closed 11 years ago
When installing a site in Aegir I get the following error:
Drush command terminated abnormally due to an unrecoverable error. Error: Maximum function nesting level of '100' reached, aborting!
Adding the following line into php.ini seems to resolve the issue:
xdebug.max_nesting_level = 200
Thanks for all your hard work on this Brian.
Cheers Aaron
fixed https://github.com/BrianGilbert/OSXAegirInstaller/commit/3f56e6db18524012cf585bb1031491156a4d7249
When installing a site in Aegir I get the following error:
Drush command terminated abnormally due to an unrecoverable error. Error: Maximum function nesting level of '100' reached, aborting!
Adding the following line into php.ini seems to resolve the issue:
xdebug.max_nesting_level = 200
Thanks for all your hard work on this Brian.
Cheers Aaron