21301 Posts in 5735 Topics by 2603 members
| Go to End | ||
| Author | Topic: | 3507 Views |
-
Re: Blank Page of Death on Admin Page

14 April 2009 at 4:50am
Thanks for understanding. I don't mean to be harsh, but I spend a lot of time offering support in the forums and it's frustrating to go back and forth guessing about something.
Glad you got it working. Hopefully that doesn't sully UNIX for you too much. I think once you get to know the OS better you'll never go back.
-
Re: Blank Page of Death on Admin Page

14 April 2009 at 4:59am
Actually, this is my fifth Unix SilverStripe deployment-- and i DO love Unix. It's just seems that each box has slightly different configurations, and in this particular one, php.ini was NOT in /etc. I had to do a locate on it, and then I found TWO instances of it, etc. It was kind of a mess. But YEAH-- it's fixed and I'm up and running! Thanks again-- for this and in the past (you have helped me before).
//Garrett
-
Re: Blank Page of Death on Admin Page

3 June 2009 at 6:47am Last edited: 4 June 2009 6:20am
I also had this problem... found someone to fix it for me now though.
-
Re: Blank Page of Death on Admin Page

8 October 2010 at 11:45pm Last edited: 8 October 2010 11:46pm
I also had this problem. No matter how much memory I gave it, it would result in a blank page or a out of memory error. In my case this was obviously due to a missing $has_many - statement on the 'other side' of a $has_one - statement. I don't understand how this can be possible since SilverStripe also has $has_one relationships e.g. on 'Image'-Objects without corresponding $has_many - statements in the 'Image'-class...
-
Re: Blank Page of Death on Admin Page

11 November 2010 at 8:01pm Last edited: 11 November 2010 8:02pm
I got the same thing today. After running the page for nearly a year (2.3.5) yesterday its started to happen
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 232620 bytes) in /home/website/public_html/sapphire/core/Requirements.php on line 630
I increased the memory limit to 256M and it still happens. phpinfo confirms the 256MB mem limit. Code didnt change since a year it just started to happen. It soooooo anoying. could someone give me a hint. cause i tried hard. I tryed to disable the the
Requirements::set_combined_files_enabled(false); to avoid combining.www.website.com/admin/assets is reachable, but the site tree isnt
I did a build but nothing changed
-
Re: Blank Page of Death on Admin Page

13 November 2010 at 12:30am
Requirements::set_write_js_to_body(false);
Thank u very much.
-
Re: Blank Page of Death on Admin Page

19 November 2010 at 11:09pm
and it happened again. Memory Limit is set to 2GB !!!! and i still get this error. phpinfo confirms this value. I have absolutely no idea whats wrong here. Please someone help me in this regard.
Thx
| 3507 Views | ||
| Go to Top |



