[solved]: header output errors [solved]: header output errors
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[solved]: header output errors

Started by emjrc, February 24, 2004, 12:17:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

emjrc

i hope i have placed this in right forum..everything seems to be working great, but i just noticed when i click on resize images..i get these 2 errors..i cant seem to find out what they mean..i am new to this and any help would be appreciated..thank you

QuoteWarning: Cannot modify header information - headers already sent by (output started at /home/sincity8/public_html/PhotoGallerie/include/config.inc.php:16) in /home/sincity8/public_html/PhotoGallerie/themes/default/theme.php on line 777

Warning: Cannot modify header information - headers already sent by (output started at /home/sincity8/public_html/PhotoGallerie/include/config.inc.php:16) in /home/sincity8/public_html/PhotoGallerie/include/functions.inc.php on line 51

Joachim Müller

http://coppermine.sourceforge.net/faq.php?q=commonPHP%20errors#commonPHP%20errors

I guess you have modified the file util.php that comes with coppermine. Undo your changes, or get a fresh copy. If you have modified your theme, make sure you have no excess spaces or linebreaks at the very start.

GauGau

P.S. a search on google returns +190,000 pages...

emjrc

Actually, everything looked good, so i decided to look at the include/config.inc.php:16 file, and noticed that there were extra spaces at the end of file..i deleted them, and everything cleared up..