By mczilla on
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
max_execution_time
Open php.ini and search for "max_execution_time". Increase its number to 120000 for instance.
max_execution_time = 120000max_execution_time didnt work
thanx but increasing "max_execution_time" did not change anything.
Any other ideas on how to fix the blank white page will be appreciated!!!
Restart the servers
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.
It worked
thanx a lot, Its working fine now, not sure how I missed on such a trivial thing!!!