By broncos88 on
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
Could be a problem with your
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...
If you see in the log of
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)