For some reason I cannot enable a new module or disable an existing module. When I check them off/on then hit save configuration the page reloads and the module status remains the same.

Does anyone have any idea as to what could be wrong?

Thanks in advance.

-t

Comments

Waldknoblauch’s picture

i add this line:
ini_set('memory_limit', '24M');

in settings.php by PHP Settings.

this helps for me.

look at this: http://drupal.org/node/51717

fusion94’s picture

that's not working for me as I already had the memory limit set via php.ini to 64M

anyone else ?