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
Fatal error: Allowed memory size of 8388608 bytes exhausted
Re: Fatal error: Allowed memory size of 8388608 bytes exhausted
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
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
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
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

