Closed
Description
With XDebug enabled /setup/index.php/install route in Google Developer Tools throws an error:
"Maximum function nesting level of '100' reached, aborting!"
Which cause Installation error at 93% in my case.
I resolved this issue using xdebug.max_nesting_level = 200 in my php.ini but it may cause problems in the future with some users.
using ini_set() function may resolve the problem but it will not work for a users who aren't allowed to override php.ini in PHP code.
Any ideas how to fix it permanently ?
Activity