receiving fatal error (some memory size issue)
financetrain - September 17, 2009 - 15:42
I installed a few new modules including views, and am getting the following error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24576 bytes) in D:\Hosting\4874387\html\financetrain\sites\all\modules\views\theme\theme.inc on line 414
This error comes only when I try to go to the modules section.
How to resolve this? Can you please help?
Thanks,

Increase the amount of memory
Increase the amount of memory PHP is allowed to use. Hosting administrators can do this for you, or if you host the site yourself you can increase it. You'll need to find the php.ini file loaded by your web server
Memory limit is already high
I just checked using phpinfo() and found that the memory_limit is 32M
Isn't that sufficient?
I don't think I am allowed to increase it beyond.
32M is pretty low
If you want to use views, imagecache or any modules which dynamically create stuff (tagadelic for example).
Imagecache for example recommends 96M as far as I know.