Seite 1 von 1

Problem Automatische Sommerzeit 2.02 bei Installation

Verfasst: 14.08.2010 14:32
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

Re: Problem Automatische Sommerzeit 2.02 bei Installation

Verfasst: 14.08.2010 18:40
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.

Re: Problem Automatische Sommerzeit 2.02 bei Installation

Verfasst: 14.08.2010 21:08
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.