During install, I got a blank screen right after I clicked the Save Configuration button on the admin->modules page. The whole site got crashed. There is no way I could get anything back except I had to restore the database to the previous backup.
I got PHP version 4.4.4, MySQL 4.1.21.
Any idea?
Comments
Comment #1
Abilnet commentedJust installed the module, I can verify the following:
* after activating the module ---> an empty blank screen
* when going back to the main admin-screen, will see the following error message:
warning: Cannot modify header information - headers already sent by (output started at /var/www/drupal-5.0/sites/all/modules/sitepass/sitepass.module:583) in /var/www/drupal-5.0/includes/common.inc on line 311.* afterwards, what ever admin-settings I'm trying to save, the above will happen again (blank screen with the same "headers already sent" -error)
* the site itself seems to be working ok
My environment:
* Ubuntu server 6.10 (based on Debian)
* MySQL - 5.0.24
* PHP Version 4.4.2-1.1
Hope this helps...
Comment #2
Anonymous (not verified) commentedThis wil help:
Remove all the blank lines at the end in the sitepass.module file, after: ' ?> '
Comment #3
aries commentedAgreed, that's solve the problem. Unfortunately there's no access for me in the HEAD for this project to modify it.