Hello,

I'm running:

Drupal 6
Windows XP SP3
IIS 5.3
PHP 5
mySQL 5

Up until the Event Module everything I have done with Drupal has been successful. I have copied the event module into the modules folder, and it appears in the admin page. However, when I enable it and click save, the page goes white and does not change. If I refresh the page several times, it returns to the modules page, but the event module is not enabled.

If I view the database via the mySQL GUI admin, the tables for event are created, and sometimes (not consistent) I'll receive a red error message about trying to readd a table that already exists. (Next time I see it I'll grab a copy and post)

I've increased my PHP memory to 128MB, and I've added . and .\ to my PHP include path.

Thanks,

Casey

Comments

gerhard killesreiter’s picture

Status: Active » Postponed (maintainer needs more info)

Which error message do you get in your php/apache log?

cmccracken’s picture

I run IIS, and I didn't see anything in the event viewer nor c:\windows\system32\w3svc1. Does php put its logs somewhere special?

Thanks,

Casey

killes@www.drop.org’s picture

Priority: Critical » Normal

I've no idea where php puts its logs on windows with IIS. Make sure that error logging is enabled at all. Read the manual.

cmccracken’s picture

I enabled the display of errors via my php.ini and received the following errors when I attempted to enable the events module:

Fatal error: Maximum execution time of 30 seconds exceeded in C:\Inetpub\wwwroot\drupal-6.2\includes\database.mysqli.inc on line 108

Fatal error: Maximum execution time of 30 seconds exceeded in C:\Inetpub\wwwroot\drupal-6.2\includes\session.inc on line 56

Fatal error: Maximum execution time of 30 seconds exceeded in C:\Inetpub\wwwroot\drupal-6.2\includes\cache.inc on line 133

Casey

cmccracken’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I increased the execution time limit in my php.ini and it appears to now work.

Thanks,

Casey