Posted by walterhoct on March 27, 2007 at 5:23pm
Jump to:
| Project: | Site Pass |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
Just 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...
#2
This wil help:
Remove all the blank lines at the end in the sitepass.module file, after: ' ?> '
#3
Agreed, that's solve the problem. Unfortunately there's no access for me in the HEAD for this project to modify it.