Log in

View Full Version : "Fatal error: Out of memory" error - First time it's happened?


pythonimp
06-14-2010, 04:05 AM
Well, I've used Cron based email for quite some time now, and all the sudden whenever I try and use it now, it gives me a fatal error? I've not messed with the code or anything.

Here is the error i'm receiving:
Fatal error: Out of memory (allocated 58720256) (tried to allocate 52 bytes) in /home/pythonim/public_html/codspot.com/includes/functions.php on line 4146

Any help would be GREATLY appreciated

Marco van Herwaarden
06-14-2010, 05:03 AM
You will need to increase the PHP memory limit in your PHP configuration. You might need to ask your host about this.

pythonimp
06-14-2010, 05:24 AM
I'll see what they say about it, thanks for the reply.