Alok Singh Mahor wrote:
On Fri, May 13, 2011 at 12:59 PM, L.J.Bos eljay09@gmail.com wrote:
Hi Alok, Try to increase your memory to 128Mb in your php.ini file. Look for memory_limit. Should solve this and all future memory problems.
Eljay
thanks, unfortunately I am the administrator so I can not increase the memory limit. now I am using very few modules to avoid that error.
Add the following to the end of your .htaccess file:
php_value memory_limit 64M
YMMV with this because the system admin could eliminate being able to do this.