Hallo zusammen,
ich habe ein kleines Problem bei der Installation dieses Mods.
1. Frage: Wann muss ich den SQL Befehl "ALTER TABLE phpbb_users CHANGE user_timezone user_timezone VARCHAR( 255 ) NOT NULL;" ausführen? Vorher oder nach dem hochladen der modifizierten Dateien?
2. Frage: Ich habe alles soweit hochgeladen und wenn ich jetzt im ACP auf Board-Einstellungen klicke erhalte ich folgende Fehlermeldung:
"[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 165: strtr() [function.strtr]: The second argument is not an array."
Diese Datei habe ich aber nicht angefasst. Nun stellt sich mir die Frage nach dem Fehler.
Am Ende kommen dann noch diese Meldungen:
"[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)"
adm/index.php
Vielen Dank für eure Hilfe
Gruß
Frank
Problem Automatische Sommerzeit 2.02 bei Installation
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Re: Problem Automatische Sommerzeit 2.02 bei Installation
ist egal. das ist SQL und kommt in die datenbank, die modifikationen sind an den dateien.Frank309 hat geschrieben:Hallo zusammen,
ich habe ein kleines Problem bei der Installation dieses Mods.
1. Frage: Wann muss ich den SQL Befehl "ALTER TABLE phpbb_users CHANGE user_timezone user_timezone VARCHAR( 255 ) NOT NULL;" ausführen? Vorher oder nach dem hochladen der modifizierten Dateien?
evtl. resultat eines einbaufehlers.2. Frage: Ich habe alles soweit hochgeladen und wenn ich jetzt im ACP auf Board-Einstellungen klicke erhalte ich folgende Fehlermeldung:
"[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 165: strtr() [function.strtr]: The second argument is not an array."
Diese Datei habe ich aber nicht angefasst. Nun stellt sich mir die Frage nach dem Fehler.
hast du mal geschaut, ob du die funstions.php richtig bearbeitet hast?Am Ende kommen dann noch diese Meldungen:
"[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)"
adm/index.php
headers already sent ist oft ein zeichen für leerzeichen am anfang oder ende einer php-datei, die da nicht hingehören.
There are 10 types of people in the world: Those who understand binary and those who don't. 
Support Toolkit in Deutsch

Support Toolkit in Deutsch
Re: Problem Automatische Sommerzeit 2.02 bei Installation
Erstmal Danke für die Antwort. Werd das ganze nochmal machen und dann berichten. Vielleicht war ich einfach nur zu unkonzentriert beim letzten mal.