local wamp sever installation crash

Profile picture for user jazsry
jazsry
Hi, when I try to install opigno on my local wampserver, it crashes during the profile installation step. Saying that : " An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /opigno_lms-7.x-1.0-rc2/install.php?profile=opigno_lms&locale=fr&id=1&op=do StatusText: OK ResponseText: ( ! ) Fatal error: Maximum function nesting level of '100' reached, aborting! in C:\wamp\www\opigno_lms-7.x-1.0-rc2\profiles\opigno_lms\modules\contrib\rules\includes\rules.core.inc on line 130 Call Stack #TimeMemoryFunctionLocation 10.0005371008{main}( )..\install.php:0 20.0050839032install_drupal( )..\install.php:2 ". Please I'm very confuse. Sorry for my english. I'm francophone and still learning english. Thanks.
admin

php.ini

Hi, Could you try modifying/adding this line in php.ini: xdebug.max_nesting_level = 200 Please check also that memory_limit is sufficient in php.ini. If the error remains, please tell us the version of your PHP and post the php.ini function.
Profile picture for user jazsry
jazsry

Succeed

Thank U so much admin it's working well. Now I'm reading the doc. to know more about opigno LMS and searching on the net a pragmatic guide to rapidly mastering the basic sets of. If you have some advice for me it would be pretty helpful. Thank you so much and see you later. Sorry if my english it's not good I'm still learning. Tchao :-)
camille

local wamp sever installation crash

Hi, I have the same problem : ( ! ) Fatal error: Maximum function nesting level of '100' reached, aborting! in C:\wamp\www\opigno_lms-7.x-1.3\profiles\opigno_lms\modules\contrib\rules\includes\rules.core.inc on line 592 I added in the php.ini the line : xdebug.max_nesting_level = 500 PHP5.4.12 memory_limit = 2048M Thanks !