Hi,
I'm trying to add some categories & sub categories to a test shop and it's coming up with a fatal error as soon as I nest a 3 level down.
E.g. I've added:
Clothing
-> Women
-> Pants
As soon as I create the Pants category as above, it goes back to the main list with a major fatal error:
Fatal error: Maximum function nesting level of '100' reached, aborting! in /Users/benl/Sites/sevencanaries/public/phproad/modules/phpr/classes/phpr_extensible.php on line 79
I've attached a screen grab of the xdebug trace of the error.
Version is fairly new, less than a week old. The report Module version for the shop is 1.5.90
| Severity | 0 - None Assigned | Status | Resolved |
| Version | - | Fixed in | - |
Page 1 of 1
Report ID #34: Fatal Error in Shop Categories list when nested 3+ levels down
Page 1 of 1
Replies (1 - 5)
#3
Eric Muyser
Posted 10 August 2011 - 08:23 PM
Updating status to: Unconfirmed
Hi Ben,
It's Xdebug causing the error, not LemonStand. As you can see, Xdebug has a limitation of 100 nested function calls. That's no where near enough to cause a stack overflow, so you can try increasing the limitation in the Xdebug settings, or disabling it entirely.
Let us know if you have any issue without Xdebug.
Thanks
Hi Ben,
It's Xdebug causing the error, not LemonStand. As you can see, Xdebug has a limitation of 100 nested function calls. That's no where near enough to cause a stack overflow, so you can try increasing the limitation in the Xdebug settings, or disabling it entirely.
Let us know if you have any issue without Xdebug.
Thanks
Page 1 of 1

Help
This issue is locked
Report