Hi David,
Sorry for bothering you some more (as always huh?). I'm getting the following error in my Admin area. I can't remember if I changed anything but the rest of the script seems to be behaving properly. The admin area all works properly from what I can see except for this error from the header. Any ideas?
Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/web.com/us/includes/admin.php:1) in /home/site/public_html/web.com/us/admin/admin_header.php on line 4
Thanks! -Joe
Hi Joe,
That just implies that some white space has got into the start of includes/admin.php, perhaps accidentally whilst making a modification. Open the file in a text editor and make sure that there is nothing in front of the opening PHP tag (and likewise at the end of the file after the closing tag) - that should be all it is!
Cheers,
David.