I got this error today.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 33172040 bytes) in /hsphere/local/home/livinise/blobees.com/libs/ez_sql_core.php on line 370
I used to get an error that says allowed memory size of 16 meg. Then my hosting support team added this line to ez_sql_core.php at 369
369: ini_set('memory_limit','32M');
it solve the problem until today. So what I did was to increase the code to 34M
369: ini_set('memory_limit','32M');
I think it will solves the problem temporarily I think. Until the memory lacking again.
can you guys help me?
john
the site in question is http://www.blobees.com







0 Comments