I've been working on this problem for a few hours and I still haven't figured out what the problem is.
Here's the errors:
Warning: Cannot modify header information - headers already sent by (output started at /home/theantit/public_html/users/shawn/RSDEMO/admin/config.php:13) in /home/theantit/public_html/users/shawn/RSDEMO/admin/index.php on line 96
Warning: Cannot modify header information - headers already sent by (output started at /home/theantit/public_html/users/shawn/RSDEMO/admin/config.php:13) in /home/theantit/public_html/users/shawn/RSDEMO/admin/index.php on line 97
Those lines are....
SetCookie ("admininfo", $adminid . ":" . $password, time() + 14400, "/");
header ("Location: index.php?action=home");
Now the weird thing about it is that I have another script that is exactly the same that works on the same server. I sort of deleted parts of it to form a brand new script and put it on a different part of the server. Now it's screwing all up on me. I have no idea what the problem is. Obviously headers are being sent from somewhere which is throwing the error, but I have no idea where...
Can anybody help?