Problem Automatische Sommerzeit 2.02 bei Installation

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.
Antworten
Frank309
Mitglied
Beiträge: 36
Registriert: 28.11.2006 22:23
Wohnort: Freital/Teltow
Kontaktdaten:

Problem Automatische Sommerzeit 2.02 bei Installation

Beitrag von Frank309 »

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
aurora876
Ehemaliger Übersetzer
Beiträge: 1600
Registriert: 30.08.2008 20:41

Re: Problem Automatische Sommerzeit 2.02 bei Installation

Beitrag von aurora876 »

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?
ist egal. das ist SQL und kommt in die datenbank, die modifikationen sind an den 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.
evtl. resultat eines einbaufehlers.
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
hast du mal geschaut, ob du die funstions.php richtig bearbeitet hast?
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. :D

Support Toolkit in Deutsch
Frank309
Mitglied
Beiträge: 36
Registriert: 28.11.2006 22:23
Wohnort: Freital/Teltow
Kontaktdaten:

Re: Problem Automatische Sommerzeit 2.02 bei Installation

Beitrag von Frank309 »

Erstmal Danke für die Antwort. Werd das ganze nochmal machen und dann berichten. Vielleicht war ich einfach nur zu unkonzentriert beim letzten mal.
Antworten

Zurück zu „[3.0.x] Mod Support“