PDA

View Full Version : Fatal Error



Robinhood4x4
10-13-2008, 06:55 AM
When I try to click on page 14 of Lance's rebuild thread I get a blank, white page and this message
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 130594 bytes) in D:\inetpub\wwwroot\ultimateyota.com\components\com _smf\smf.class.php on line 339

Anybody else?

corax
10-13-2008, 08:38 AM
nope works fine for me. since the message says you exhausted the memory size in your D: drive, I would guess it's in your machine. try a reboot and see if that helps.

Good Times
10-13-2008, 10:54 AM
Steve, it's a memory issue on the server that I'm still working out. The only work around that I've found is closing the browser and opening a new one. Really annoying and a pain but I'll get a chance to work on it soon.

97kurt
10-13-2008, 12:53 PM
Its on the server. Open up php.ini and increase the variable "memory_limit". For example "memory_limit=12M". The new version of PHP presets it pretty low and you will throw that error on large images/videos that are being served on the server.

Cebby
10-13-2008, 01:09 PM
Its on the server. Open up php.ini and increase the variable "memory_limit". For example "memory_limit=12M". The new version of PHP presets it pretty low and you will throw that error on large images/videos that are being served on the server.


That's certainly possible - we upped the file upload/DL limits due to one of my other sites, but I don't believe we altered the memory limit setting.

Good Times
10-13-2008, 02:09 PM
I've already altered that setting to 128mbs but still no dice.



memory_limit 128M 128M


I know that SMF has another set of settings similar to this too so I have to dig into it and see where that's located and try checking to make sure it's setup correctly.

97kurt
10-13-2008, 06:06 PM
Another thing you may want to look into. I have installed this on a bunch of linux web servers and it seems to speed things up quite a bit. Its ver similar to Zend but free.

http://eaccelerator.net/