Page 1 of 1

Fatal error: Allowed memory size of 8388608 bytes exhausted

Posted: Sat Oct 14, 2006 6:38 am
by munaphz
i want to show this message when i show the listcontent.php

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 45787 bytes) in /admin/listcontent.php on line 1007


why i get this message?
please help me thanks

Re: Fatal error: Allowed memory size of 8388608 bytes exhausted

Posted: Sat Oct 14, 2006 12:59 pm
by tsw
I think the error message is quite clear.

php has maximum memory consumption set to 8mb and listcontent tries to use more. increase php memory limit and uninstall all unneccessary modules to lover memory consumption.

hope this helps

Re: Fatal error: Allowed memory size of 8388608 bytes exhausted

Posted: Sat Oct 14, 2006 4:15 pm
by Dee
For your info: this forum has a search function... a few results when you search on "allowed memory size" should give you more information:
http://forum.cmsmadesimple.org/index.ph ... 223.0.html
http://forum.cmsmadesimple.org/index.ph ... 723.0.html
http://forum.cmsmadesimple.org/index.ph ... 153.0.html
http://forum.cmsmadesimple.org/index.ph ... 970.0.html

Regards,
D