Skip to content

Installation Incomplete with XDebug enabled #904

Closed
@snky1987

Description

@snky1987

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions