Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Avoid Drupal installer exception for xdebug nesting level #188

Merged
merged 1 commit into from
Aug 3, 2015
Merged

Avoid Drupal installer exception for xdebug nesting level #188

merged 1 commit into from
Aug 3, 2015

Conversation

weitzman
Copy link
Contributor

@weitzman weitzman commented Aug 3, 2015

Exception 'Drupal\Core\Installer\Exception\InstallerException' with message 'Xdebug settings: xdebug.max_nesting_level is set to 255.

Set xdebug.max_nesting_level=256 in your PHP configuration as some pages in your Drupal site will not work when
this setting is too low.' in /var/www/drupal/core/includes/install.core.inc:2292

```
Exception 'Drupal\Core\Installer\Exception\InstallerException' with message 'Xdebug settings: xdebug.max_nesting_level is set to 255.

Set xdebug.max_nesting_level=256 in your PHP configuration as some pages in your Drupal site will not work when
this setting is too low.' in /var/www/drupal/core/includes/install.core.inc:2292
```
@fluxsauce
Copy link

Having explicitly made this configuration change on other systems, :shipit: IMHO

@geerlingguy
Copy link
Owner

Haha, wow... such a specific integer. Merging shortly.

geerlingguy added a commit that referenced this pull request Aug 3, 2015
PR #188: Avoid Drupal installer exception for xdebug nesting level.
@geerlingguy geerlingguy merged commit 49a19bc into geerlingguy:master Aug 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants