0

How do i configure wamp server (windows PC) to debug this errors (in the picture below) while installing Magento?

enter image description here

Ijas
  • 93
  • 1
  • 11

1 Answers1

1

Try this suggestion.

Open up your php.ini file in WAMP by clicking on the green W to open the WAMP menu and clicking on PHP=>php.ini. Modify the value of xdebug.max_nesting_level to = 400 or, if this value does not exist, add the following line to your php.ini file:

xdebug.max_nesting_level = 400;

Restart all services in WAMP.

Makwana Ketan
  • 1,380
  • 1
  • 14
  • 22