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

Elryn’s picture

Category: bug » support
spartan08’s picture

I have the same thing. Seems like the problem is with Date API. I acually have the same settings as listed above.

blackdog’s picture

Have you tried setting PHP memory limit higher? Try 96MB.

Elryn’s picture

Status: Active » Fixed

This 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.