XF 1.3 A recurring problem

Hello
There is a recurring problem subjected to my forum
The mistake repeatedly is:
Fatal Error: Maximum function nesting level of '100' reached
Please help me
 
This is a limit set by xdebug, which isn't something you should be enabling in production. Ideally you should disable that. Alternatively, you can change the xdebug.max_nesting_level value.
 
These would both be set in your php.ini. Xdebug is not something that should ever be installed automatically so you would need to disable it there. If you're not sure how to do that, you would likely need to contact your host.
 
Top Bottom