hello can someone help with this error i get after logging in...
Warning: Cannot modify header information - headers already sent by (output started at /home/ukxpress/public_html/desired-destinations.com/newva/phpvms-2/core/modules/Profile/Profile.php:2) in/home/ukxpress/public_html/desired-destinations.com/newva/phpvms-2/core/modules/Login/Login.php on line 143
Warning: Cannot modify header information - headers already sent by (output started at /home/ukxpress/public_html/desired-destinations.com/newva/phpvms-2/core/modules/Profile/Profile.php:2) in/home/ukxpress/public_html/desired-destinations.com/newva/phpvms-2/core/modules/Login/Login.php on line 154
This is line 143 -
$res = setrawcookie(VMS_AUTH_COOKIE, $cookie, time() + Config::Get('SESSION_LOGIN_TIME'), '/');
And this is line 154 -
header('Location: '.url('/'.$this->post->redir));
I know its something to do with the header location URL but i don't have a header.tpl
Thanks, any help would be appreciated as I'm trying to get open ASAP.