PDA

View Full Version : Database Error


Edison Chen
08-09-2004, 12:56 PM
Warning: Cannot modify header information - headers already sent by (output started at /home/morph/public_html/tyb/admin/config.php:40) in /home/morph/public_html/tyb/admin/functions.php on line 1715

How do I fix that?

MindTrix
08-09-2004, 01:05 PM
Not a database error mate. Simply open the Functions.php file and delete any white space at the end of the file after the ?> tag

May not look like there is any but there is most the time. Then save the file and re-upload it

Edison Chen
08-09-2004, 01:16 PM
There is no white space. So what should I do?

ETA: I can't log in to my Admin Cpanel as well.

NTLDR
08-09-2004, 01:47 PM
Make sure there is no whitespace before <?php or after ?> in config.php and if there isn't check line 40 which is where something is being output.

Edison Chen
08-11-2004, 06:47 AM
All done. I just used a previous backup to get rid of the problem. ;)