PHP Fatal error
Permalink
I've been pulling my hair out on this for three days now. For some reason once I log into this site.. I either get a fast cgi error or this..
[28-Jun-2012 03:08:09 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 40961 bytes) in C:\Inetpub\wwwroot\employer\concrete\libraries\block_view.php on line 331
The site works fine unless you log-in.. Once you log in it just spins and the memory just maxes out until it crashes..
Please help!
[28-Jun-2012 03:08:09 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 40961 bytes) in C:\Inetpub\wwwroot\employer\concrete\libraries\block_view.php on line 331
The site works fine unless you log-in.. Once you log in it just spins and the memory just maxes out until it crashes..
Please help!

You need to increase the memory limit in the php.ini file or get your hosts support people to do it for you if your not sure how to go about increasing it.
The site is using up a half a gig of memory and still running out. It only happens when the database is uploaded.
.
I have clients on shared hosting that have a max of 90M, some actually make it on 64. 512M is a *large* amount - looks like a rogue block of some kind to me...