I am getting the error message: Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/upload/themes/default/msg.php:1)
when I try to login as admin.
I changed something today: I had made a custom front page, and I wanted to monitor who came on via the IndexU admin, so I copied the code to my custom front page:
<?
include("upload/application.php");
include("upload/lib/nusoap/nusoap.php");
session_start();
if(isset($COOKIE_USERNAME))
$_SESSION['indexu_session_username'] = $COOKIE_USERNAME;
$_SESSION['indexu_session_location'] = "Home Page";
$_SESSION['indexu_session_ip'] = $_SERVER["REMOTE_ADDR"];
?>
Could this be why I'm no able to login to the admin?
Thanks


LinkBack URL
About LinkBacks
