Hi,
It seems that this error is due to the PHP Memory limit exceed. For that check php.ini file in the wwwroot/public_html folder of your site. Open php.ini file in text editor and change the values for memory_limit. By default it should see memory_limit = 8M. Try changing it to 12M. if it will not resolve the problem then try to increase it either 16M or 24M.
Thanks,
Shane G.
Thread Starter
erkerb
(@erkerb)
Hi Shane G,
Thank you for your quick response. The only php.ini i have is, the one under PHP folder with rest of the PHP files. And i have set the memory_limit to 128M previously. This is listed under Resource Limits.