View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003718 | mantisbt | bugtracker | public | 2004-04-04 15:22 | 2004-07-18 11:32 |
Reporter | jlatour | Assigned To | tazza70 | ||
Priority | normal | Severity | crash | Reproducibility | have not tried |
Status | closed | Resolution | duplicate | ||
Fixed in Version | 0.19.0a1 | ||||
Summary | 0003718: 'Headers already sent' errors after user creation | ||||
Description | 14:06 < Joshua> I'm searching for a solution on behalf of the UnrealIRCD Dev team on an issue on Mantis 0.18.2 - which others seem to get aswell. When a new user registers, 99% of the time they will get this error: http://www.rafb.net/paste/results/E3074833.html | ||||
Tags | No tags attached. | ||||
I've managed to reproduce the problem when someone logs in with a ! in their username, not sure if other characters will cause this either. |
|
Ah I see someone already reported it here... It's pretty bad, I found out it simply happends if a username already exists... -- output example (seems the rafb.net link died) -- Warning: Cannot modify header information - headers already sent by (output started at /home/bugs/public_html/core/html_api.php:139) in /home/bugs/public_html/core/gpc_api.php on line 220 Warning: Cannot modify header information - headers already sent by (output started at /home/bugs/public_html/core/html_api.php:139) in /home/bugs/public_html/core/print_api.php on line 37 |
|
I found this too while trying to figure out how to re-send the verification email (my mail server was down and didn't queue it correctly). Mantis Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/html/bug/core/html_api.php:139) in /usr/local/www/html/bug/core/gpc_api.php on line 220 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/html/bug/core/html_api.php:139) in /usr/local/www/html/bug/core/print_api.php on line 37 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/html/bug/core/html_api.php:139) in /usr/local/www/html/bug/core/print_api.php on line 39 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/html/bug/core/html_api.php:139) in /usr/local/www/html/bug/core/print_api.php on line 44 Fresh install off the site, latest version. |
|
bump this is pretty annoying since some bugs simply don't get reported to us because people are unable to create an account. |
|
I think this is a dup of 0004005 which is now resolved in CVS(0.19.0a2) edited on: 07-08-04 12:40 |
|