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
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
It worked! Thank you very much! :)
Emmy