I experience problem when installing a module such as View or CCK. when i go to administer > modules > turn on the module and click save configuration > it would just give me a blank page after that. i either refresh or log back in and go to modules again but the module i tried to install is turned therfore i tried again and again nothing but a blank page.

if i remove the module, then it is ok. does anyone know why?

Comments

Goofy-1’s picture

Could be a problem with your allocated memory. Look at increasing your memory allocated for php in the php.ini file. Try upping it to 32M or such...

massimod9999’s picture

If you see in the log of apache a message similar to this: "Allowed memory size of 8388608 bytes exhausted"
you could resolve editing php.ini and setting "upgrade memory_limit = 32M" (or wath do you want)