21305 Posts in 5736 Topics by 2603 members
General Questions
SilverStripe Forums » General Questions » SOLVED: Admin unaccessible: Fatal error Memory exhausted
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | ||
| Author | Topic: | 1421 Views |
-
Re: SOLVED: Admin unaccessible: Fatal error Memory exhausted

22 November 2011 at 11:04am
I filed a bug report and it hasn't been solved yet so there is no real fix. Just be careful when moving pages around in the backend (always save pages after moving). It has nothing to do with broken links. Just a circular reference because pages get confused who is whos parent page. To fix it reset the ParentID directly in the Database Table as explained in my previous post. If it's not clear enough ask again but try to be more specific what part is not clear
-
Re: SOLVED: Admin unaccessible: Fatal error Memory exhausted

22 November 2011 at 11:11am
Thanks for your reply. I am having the memory issue when trying to view the admin page.
how do I identify the entries in the 2 tables, whose ParentID need to be changed ?
-
Re: SOLVED: Admin unaccessible: Fatal error Memory exhausted

22 November 2011 at 9:33pm
Having a memory issue could have many different causes. There is no reason to suspect it is what had happened to us. We found out that a content editor had moved pages around and that's how we found the problem. Therefore we knew which pages could be causing problems.
In your case if you are not aware of having moved pages around then
a) Put all pages to ParentID = 0 (Root) and then re-organize the whole tree (only makes sense if you have few pages)
b) Look through your SiteTree and SiteTree_Live tables and check if there is anything weird/inconsistent in the ParentIDsAgain: you could be facing a completely different issue than this problem.
| 1421 Views | ||
| Go to Top |

