News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Warning: Cannot modify header information

Started by cayce, November 28, 2003, 05:50:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cayce

I went into the "include/functions.inc.php" to add a link back to my site and I got the following error:

Quote
Warning: Cannot modify header information - headers already sent by (output started at /home/chickie/public_html/gallery/include/functions.inc.php:586) in /home/chickie/public_html/gallery/include/functions.inc.php on line 200

I made a copy of the original code of the 'functions.inc.php' file before I did anything, but even if I paste it back, I'm still getting this and I can't log into the Admin Area now. Any suggestions as to how to fix this?  :(
Thank you,
Emmy


P.S. here's the site: http://www.chickie-monkie.com/gallery/index.php

Joachim Müller

as the error says: you started to output something before the cookie stuff was done. Get the original function.in.php from the package your downloaded, you probably have some spaces or linebreaks that are not visible in your editor before the cookie stuff.

GauGau

cayce