After i moved my files from my localhost "iis" to apache on a webhotell. I keep getting this error that says "Warning: Cannot modify header information - headers already sent by (output started at /home/waiokqbg/public_html/index.php:37) in /home/waiokqbg/public_html/Engine/php/classes/users.class.php on line 50"
It says that headers aldreay sent by index.php on line 37, and here how the code looks like on line 37 index.php:
<div id="loginwrap" <?php if(isset($_GET['noticelogin'])){echo"style='display: block'";} ?>>
and in users.class.php on line 50:
header("location: http://www.mediaview.nu/index.php?noticelogin=0");
Help would be appreciated