When I try to access Pages, I get this error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 263707 bytes) in /home2/pokemont/public_html/tempcms/admin/listcontent.php on line 894
How do I fix this?
[solved] how do i fix this fatal error? (memory related?)
[solved] how do i fix this fatal error? (memory related?)
Last edited by zeroality on Sun Mar 01, 2009 11:56 am, edited 1 time in total.
Re: how do i fix this fatal error? (memory related?)
In the config.php is a variable to set the memory_limit.... You might want to set a value there to see if it is taken.
Ronny
Ronny
Re: how do i fix this fatal error? (memory related?)
I am using CMS v1.1 and there is no memory_limit in my config.php file 
Am I screwed?

Am I screwed?
Re: how do i fix this fatal error? (memory related?)
No.... You're not....
You could try to make the memory a little bigger, by setting it in the top of the config.php, just inside de <?php.....
Ronny
You could try to make the memory a little bigger, by setting it in the top of the config.php, just inside de <?php.....
and see if it takes the local memory-increase. If not, you could try uninstalling some unneeded modules.ini_set('memory_limit','32M');
Ronny
Re: how do i fix this fatal error? (memory related?)
I went ahead and upgraded to 1.5.1 (before I read your reply).
I see the memory_limit variable, what should I put? I tried 32M and in bytes and it still gives the same error.
I uninstalled every module I had and it still gives me the error.
Nevermind, I put in 64M and it worked. Thanks for your help!
I see the memory_limit variable, what should I put? I tried 32M and in bytes and it still gives the same error.
I uninstalled every module I had and it still gives me the error.

Nevermind, I put in 64M and it worked. Thanks for your help!
Last edited by zeroality on Sun Mar 01, 2009 11:56 am, edited 1 time in total.