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

Commit f910a4e

Browse files
committed
Avoid Drupal installer exception for xdebug nesting level
``` 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 ```
1 parent 3ae8490 commit f910a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ php_xdebug_remote_enable: 1
163163
php_xdebug_remote_connect_back: 1
164164
# Use PHPSTORM for PHPStorm, sublime.xdebug for Sublime Text.
165165
php_xdebug_idekey: PHPSTORM
166-
php_xdebug_max_nesting_level: 255
166+
php_xdebug_max_nesting_level: 256
167167

168168
# Solr Configuration (if enabled above).
169169
solr_version: "4.10.4"

0 commit comments

Comments
 (0)