PDA

View Full Version : logout problem


djbobo
07-24-2005, 03:57 PM
I have problem when I want logout from admin panel.
Warning: Cannot modify header information - headers already sent by (output started at ***/pics/includes/pixelpost.php:58) in ***/pics/admin/index.php on line 136

Warning: Cannot modify header information - headers already sent by (output started at ***/pics/includes/pixelpost.php:58) in***/pics/admin/index.php on line 137
this error occured after upgrading to 1.4.2.

Connie
07-24-2005, 06:48 PM
I am sure you did edit the pixelpost.php (or maybe any other file) before you uploaded them

so: in which editor did you open the file?
check if there are some characters before the <?php ... at the beginning of the file

this happens mostly if a file is

- either uploaded in binary and not in ascii mode by the ftp-program
- if some characters are there before the "real content" starts

to check it up
use notepad for example to edit the pixelpost.php (if you work under windows)

djbobo
07-25-2005, 05:08 AM
thanks, problem solved.
just delete some duplicated databases!