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
Comment #1
gerhard killesreiter commentedWhich error message do you get in your php/apache log?
Comment #2
cmccracken commentedI 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
Comment #3
killes@www.drop.org commentedI've no idea where php puts its logs on windows with IIS. Make sure that error logging is enabled at all. Read the manual.
Comment #4
cmccracken commentedI 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
Comment #5
cmccracken commentedI increased the execution time limit in my php.ini and it appears to now work.
Thanks,
Casey