Anmeldeprobleme - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html) +---- Forum: Installation/Aktualisierung (https://www.mybb.de/forum/forum-37.html) +---- Thema: Anmeldeprobleme (/thread-3703.html) |
Anmeldeprobleme - balu68 - 02.11.2006 Hallo zusammen, nach der ersten Anmeldung als normaler User (Benutzer CP) bekomme ich folgende Fehlermeldung: Warning: gmdate(): Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in C:\Inetpub\wwwroot\Forum\forum\inc\functions.php on line 1062 Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\Forum\forum\inc\functions.php:1062) in C:\Inetpub\wwwroot\Forum\forum\inc\functions.php on line 1076 Bitte um Abhilfe! Danke im Voraus! vg balu68 RE: Anmelde Probleme - Crasher - 02.11.2006 Hallo balu68, Hier hast du mal die Linien 1058 bis 1062 meine functions.php PHP-Code: // Versions of PHP prior to 5.2 do not support HttpOnly cookies and IE is buggy when specifying a blank domain so set the cookie manually Schau bitte mal ob das alles so da steht. Hier nochmal die Linie 1062 einzeln. PHP-Code: $cookie .= "; expires=".gmdate('D, d-M-Y H:i:s \\G\\M\\T', $expires); MfG RE: Anmeldeprobleme - Mak - 02.11.2006 Das kann mehrere Gründe haben. Spontan würde ich sagen, dass die Zeit oder besser das Datum des Servers nicht stimmt. Überprüf das mal. Ansonsten würde ich mich an den Hoster wenden, das Problem liegt nicht an der Software, sondern an der Konfiguration von Windows bzw. PHP. RE: Anmeldeprobleme - Crasher - 02.11.2006 Ich denke das du einen XAMPP verwendest richtig ? Hast du da PHP richtig Konfiguriert ? MFG Anmeldeprobleme im Benutzer CP - balu68 - 03.11.2006 Erst mal großes Danke für das rege Feedback, .....also -->der Server läuft als XAMPP -->die Zeit wird via Braunschweiger Zeit am Sytem syncronisiert und ist im Lot -->ich denke daher auch das es an PHP liegt, bin leider an PHP 4 gebunden -->welche Konfigs kann und muss ich anpassen? P.S.: Die Anmeldung geht genau 1 mal nach der Installation, dann wars das RE: Anmeldeprobleme - Michael - 03.11.2006 Es handelt sich um einen bekannten Fehler in MyBB 1.2.1, der auf Windows-Systemen auftritt. Bitte ersetze die Datei inc/functions.php mit der angefügten Datei. RE: Anmeldeprobleme - balu68 - 03.11.2006 Hallo Michael, großes Danke für deine rasche Hilfe. Der Tausch der function.php war von Erfolg! Klasse!! Viele Grüße und ein Schönes WE Balu68 |