After enabling the Date Module I get a WSOD on the Module List page. I've been trouble shooting this problem all day and I've finally narrowed it down to the Date Module. Since I lose access to the Module List page I've had to manually disable modules by editing the system table in phpMyAdmin, and I've finally narrowed it down to the date module. As soon as I enable it I get the WSOD on the module list page. Once I disable it I regain access to the module list page.
My php memory settings are as follows in php.ini and have been confirmed with phpinfo()
max_execution_time = 60
max_input_time = 60
memory_limit = 64M
Comments
Comment #1
Elryn commentedComment #2
spartan08 commentedI have the same thing. Seems like the problem is with Date API. I acually have the same settings as listed above.
Comment #3
blackdog commentedHave you tried setting PHP memory limit higher? Try 96MB.
Comment #4
Elryn commentedThis ended up being a PHP memory limit problem after all. I had the php.ini file in the wrong directory. It needs to be in the root directory of your drupal install. Originally I had it in the root directory for the server.