Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 978 Bytes

tshoot_install-issues.md

File metadata and controls

30 lines (22 loc) · 978 Bytes
layout group subgroup title menu_title menu_node menu_order version github_link
default
install_trouble
20_other
Known issues that affect installation
Known issues that affect installation
500
2.0
install-gde/trouble/tshoot_install-issues.md

If you use the optional PHP extension xdebug, you can encounter exceptions:

  • During installation
  • Accessing either the Magento Admin or storefront after a successful installation

Sample exception:

Fatal error: Maximum function nesting level of '100' reached, aborting!

To resolve this issue, you can:

  • Disable the xdebug extension.
  • Set the value of xdebug.max_nesting_level to a value of 200 or more. For more information, see xdebug documentation.

After you change the configuration of or disable xdebug, restart Apache:

  • CentOS: sudo service httpd restart
  • Ubuntu: sudo service apache2 restart