Im new to drupal and wamp, I need to use them both for a project Im working on.

I just installed drupal 6.10 on wampserver2, all went well with the installation, when I try access administer I get a blank white page. I checked php.ini and memory limit is 128MB.

assist!!!

thank u!!!

Comments

knalstaaf’s picture

Open php.ini and search for "max_execution_time". Increase its number to 120000 for instance.

max_execution_time = 120000

mczilla’s picture

thanx but increasing "max_execution_time" did not change anything.
Any other ideas on how to fix the blank white page will be appreciated!!!

knalstaaf’s picture

Make sure to restart the servers after modifications in your php.ini.

If you hadn't, do it now and try to access the admin again.

mczilla’s picture

thanx a lot, Its working fine now, not sure how I missed on such a trivial thing!!!