Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Data Model Questions /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

[RESOLVED]Fatal error: Maximum function nesting level of '200' reached, aborting!


Go to End


4 Posts   3896 Views

Avatar
JonnyCash

Community Member, 4 Posts

18 April 2013 at 8:37pm

Hi,

I was doing my website on yesterday and all was fine, but this morning when i reloaded the admin page, i got this fatal error.
I checked on some forums but i can't find the reason why.
I'm new on Silverstripe and the only thing that comes up on my mind is maybe my classes relationships are bad...but it was working so i don't understand.
Did anybody have the same situation ?

Avatar
Willr

Forum Moderator, 5523 Posts

20 April 2013 at 2:41pm

Sounds like you have a recursive function going on (A calls B which calls A). Your best bet is to look at the error - does it contain any file paths for where the recursion starts? If not, you might have to work through your latest changes to the application to see what could have caused that.

Avatar
JonnyCash

Community Member, 4 Posts

21 April 2013 at 8:35pm

Yes! i had "myclass extends myclass" which gave me this beautiful message error. My bad... Thanks for your reply :)

Avatar
neilcreagh

Community Member, 136 Posts

21 February 2014 at 10:52pm

Edited: 24/02/2014 11:55pm

EDITED: The next dev/build Flush fixed this. I'm getting something similar, a huge error message starting with: Fatal error: Maximum function nesting level of '200' reached, aborting! in /public_html/framework/dev/Deprecation.php on line 82 Call Stack: 0.0008 274496 1. {main}() /public_html/framework/main.php:0 0.0038 359832 2. ErrorControlChain->execute()...
Nothing unusual in my site set-up, but I am using the Forum module and DMS module - anyone have any similar issues with either of these?