Trying to enable your module and use it I get this on the modules page over and over.
I have increased memory to 32M and read all the related posts... but for some reason... this module is messing me up.

Thoughts?

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 17 bytes) in /home/parking/public_html/includes/theme.inc on line 722

Comments

neofactor’s picture

Title: Fatal Error.... memory »

BTW.. I also have this in the settings.php file:

ini_set('post_max_size', '10M');
ini_set('upload_max_filesize', '10M');
ini_set('memory_limit', '24M');
sp3boy’s picture

Title: » Allowed memory size exhausted

Curiosity at a blank title caused me to read this... and change the title :)

I think it's a PHP bug, and not necessarily a recent one (see for example http://bugs.php.net/bug.php?id=39640). Could your version of PHP need updating?

sun’s picture

Status: Active » Closed (won't fix)

Sorry, this issue cannot be fixed. See White Screen of Death and memory issues.