1
phaelon
view account brings up a blank page
  • 2004/11/24 19:59

  • phaelon

  • Just popping in

  • Posts: 35

  • Since: 2004/8/23


When you are logged on and you try to "View Account" a blank webpage shows. If you click on another user you can view their account just fine. You can also view your account just fine unless you are logged in.

Any Ideas? Here are two PHP errors I get when I turn PHP Debug on.

Warning [PHP]: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/public_html/language/english/user.php:176) in file include/common.php line 186
Warning [PHP]: Cannot modify header information - headers already sent by (output started at /home/public_html/language/english/user.php:176) in file user.php line 59

2
ackbarr
Re: view account brings up a blank page

both errors are related. The real problem is the second message:

Quote:

Warning [PHP]: Cannot modify header information - headers already sent by (output started at /home/public_html/language/english/user.php:176) in file user.php line 59


The usual cause for this type of error is extra blank lines at the beginning or end of the file indicated by the "output started at..." part of the error.

In your case, take a look at /home/public_html/language/english/user.php and remove any blank lines at the end of the file (outside the closing php tag, ?> )

3
phaelon
[FIXED] view account brings up a blank page
  • 2004/11/29 12:49

  • phaelon

  • Just popping in

  • Posts: 35

  • Since: 2004/8/23


All fixed, thanks for the help.

Login

Who's Online

179 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 179


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits