b0re Posted February 25, 2015 Share Posted February 25, 2015 Hello,My forum has gone down today i got the following error in the server logs file[Wed Feb 25 16:00:27 2015] [warn] [client xxx.xx.xxx.xx] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /var/www/vhosts/xxxxxxxx.co.uk/httpdocs/system/Patterns/ActiveRecord.php on line 107 Tried resting server no joy Link to comment Share on other sites More sharing options...
Pete T Posted February 25, 2015 Share Posted February 25, 2015 Hello,My forum has gone down today i got the following error in the server logs file[Wed Feb 25 16:00:27 2015] [warn] [client xxx.xx.xxx.xx] mod_fcgid: stderr: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /var/www/vhosts/xxxxxxxx.co.uk/httpdocs/system/Patterns/ActiveRecord.php on line 107 Tried resting server no joysubmit bug report or even ticket via support in client area.. Link to comment Share on other sites More sharing options...
AndyF Posted February 25, 2015 Share Posted February 25, 2015 That's 128mb which should be sufficient.Perhaps its caught in an infinite loop (which would run until exec time or memory ran out)Its worth submitting a ticket so a tech can take a look at this I suspect. Does your admin panel still function ? (I'd expect so) Link to comment Share on other sites More sharing options...
b0re Posted February 25, 2015 Author Share Posted February 25, 2015 Just changed the root php.ini to 512mb the sites is on line. I will still created a Ticket. Link to comment Share on other sites More sharing options...
openfire Posted March 5, 2015 Share Posted March 5, 2015 Is anyone else getting memory limit errors? I'm getting them a lot on RC4... Bug reported. Link to comment Share on other sites More sharing options...
b0re Posted March 5, 2015 Author Share Posted March 5, 2015 Is anyone else getting memory limit errors? I'm getting them a lot on RC4... Bug reported.My problem was a changes in the user setup. Have you move people to a new user group? Link to comment Share on other sites More sharing options...
openfire Posted March 5, 2015 Share Posted March 5, 2015 My problem was a changes in the user setup. Have you move people to a new user group?Not yet... just on a test install with no members at the moment.I'm getting the memory errors when submitting new articles on the front, and sometimes when creating new categories in the ACP. Link to comment Share on other sites More sharing options...
b0re Posted March 5, 2015 Author Share Posted March 5, 2015 It also could be a case of increase your memory limit http://www.groovypost.com/howto/howto/how-to-solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted/Try a new install first just to be sure that something did not go wrong on the install or the FTP transfer. Link to comment Share on other sites More sharing options...
openfire Posted March 5, 2015 Share Posted March 5, 2015 It also could be a case of increase your memory limit http://www.groovypost.com/howto/howto/how-to-solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted/Try a new install first just to be sure that something did not go wrong on the install or the FTP transfer. Thanks for the link.I had actually set my memory limit to 256, but the article states to avoid going over 128... Maybe that is the root cause of my issue.Will set it down to 128 and see if it resolves the issue. Link to comment Share on other sites More sharing options...
openfire Posted March 5, 2015 Share Posted March 5, 2015 That fixed it for me!Note to anyone who increased their memory limit in php5.ini, do NOT increase to 256!Set it at 128! Link to comment Share on other sites More sharing options...
b0re Posted March 5, 2015 Author Share Posted March 5, 2015 Great (-: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.