Hi to all, i would like to get assistance from you guys... im having a trouble in uploading contibuted modules and themes in my drupal site..here's what i have done, i download the CCK module, extract it and then paste it to C:/wamp/www/drupal/sites/all/modules (by the way i am working on a localhost and using WAMPSERVER as my web server).. after doing that i go to admin page->site building->modules then i enable the modules under the CCK category and then after i click the save configurations button, it doesn't load anymore..even i refresh it many times it doesn't present anything in the webpage. i hope someone can help me...
also happened in themes when i activate the Zen theme..same goes to the webpage like the modules..pls help..
Edited by: VM; Moved to appropriate forum
Comments
=-=
if it's a white screen, you may be running out of memory.
Check the memory settings in php.ini and adjust as needed. http://drupal.org/node/76156
still got a white screen
i've look into my php.ini file and look for the memory limit and found this:
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
i also change my settings.php located in /sites/default/
and added this code:
ini_set('memory_limit', '128M');
i restarted my wampserver and refreshing my page..
the homepage appears but after i click the administer link it still presents me a white screen..anythin i can do about it?? plsss
(mine is now working) still not working
(i dont know how it works but i am glad its working fine now..)
i thought it was working but it gives me whitescreen again!
Another tip
One of the modules may have a code issue, turn error reporting on as described in http://drupal.org/node/158043 to find out
nothing happens
i turn on error reporting in the index.php but still it reports nothing is still see the WSOD...
=-=
Please read: Module development forum guidelines
The above describes why your post was moved from module development to post installation. Please don't move your post back to module development forum. You are not developing a module. You have a post installation issue.
Thanks.