Fehler Meldungen
Fehler Meldungen beim Log-in
Warning: Cannot modify header information - headers already sent by (output started at /hp/an/ac/ki/www/include/includes/func/allg.php:1) in /hp/an/ac/ki/www/include/includes/func/user.php on line 96
Hier die Zeilen 95 bis 97
db_query("UPDATE prefix_online SET uid = ".$_SESSION['authid']." WHERE sid = '".session_id()."'");
setcookie($_SESSION['authsess'], $row['id'].'='.$row['pass'] , time(3) + 31104000, "/" );
user_set_grps_and_modules();
Beim Logout kommt die Fehler Meldung
Warning: Cannot modify header information - headers already sent by (output started at /hp/an/ac/ki/www/include/includes/func/allg.php:1) in /hp/an/ac/ki/www/include/includes/func/user.php on line 158
Zeile 157 bis 159
db_query("UPDATE prefix_online SET uid = ".$_SESSION['authid']." WHERE sid = '".session_id()."'");
setcookie(session_und_cookie_name(), "", time()-999999999999, "/" );
#if (isset($_COOKIE[session_name()])) {
bei der db Sicherung im admin Bereich
Warning: Cannot modify header information - headers already sent by (output started at /hp/an/ac/ki/www/include/includes/func/allg.php:1) in /hp/an/ac/ki/www/include/admin/backup.php on line 135
Zeile 135 header("Content-type: application/octet-stream");
Warning: Cannot modify header information - headers already sent by (output started at /hp/an/ac/ki/www/include/includes/func/allg.php:1) in /hp/an/ac/ki/www/include/admin/backup.php on line 136
Zeile 136 header("Content-disposition: attachment; filename=".$name);
Warning: Cannot modify header information - headers already sent by (output started at /hp/an/ac/ki/www/include/includes/func/allg.php:1) in /hp/an/ac/ki/www/include/admin/backup.php on line 137
Zeile 137 header("Pragma: no-cache");
Warning: Cannot modify header information - headers already sent by (output started at /hp/an/ac/ki/www/include/includes/func/allg.php:1) in /hp/an/ac/ki/www/include/admin/backup.php on line 138
Zeile 138 header("Expires: 0");
Und meine Umlaute gehen auch noch nicht deshalb wollte ich mal eine neue db anlegen
Wo und was muss ich ändern damit die HP die neue db nimmt sie kriecht ja da durch ein
Neuen db Namen (die db).
betroffene Homepage: externer Link