Newbie Fragen zur Installation
-
- Mitglied
- Beiträge: 24
- Registriert: 17.04.2009 14:19
Newbie Fragen zur Installation
Hallo,
ich habe phpbb 3.0 fast erfolgreich installiert. Beim Aufrufen komme ich auch auf die Startseite, allerdings sobald ich in den Adminbereich möchte erhalte ich folgende Fehlermeldungen:
[phpBB Debug] PHP Notice: in file /includes/acp/acp_main.php on line 373: filesize() [function.filesize]: Stat failed for ./../images/avatars/upload/WS_FTP.LOG (errno=13 - Permission denied)
[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:3184)
[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:3184)
[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:3184)
[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:3184)
Kann mir jemand von Euch helfen. Ich habe gesucht aber nichts gefunden ;-(
Danke und Gruß
ich habe phpbb 3.0 fast erfolgreich installiert. Beim Aufrufen komme ich auch auf die Startseite, allerdings sobald ich in den Adminbereich möchte erhalte ich folgende Fehlermeldungen:
[phpBB Debug] PHP Notice: in file /includes/acp/acp_main.php on line 373: filesize() [function.filesize]: Stat failed for ./../images/avatars/upload/WS_FTP.LOG (errno=13 - Permission denied)
[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:3184)
[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:3184)
[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:3184)
[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:3184)
Kann mir jemand von Euch helfen. Ich habe gesucht aber nichts gefunden ;-(
Danke und Gruß
Re: Newbie Fragen zur Installation
Hallo,
lösche mit Deinem FTP Programm die Datei images/avatars/upload/WS_FTP.LOG
Diese Datei besitzt einen CHMOD Wert, den der PHP User ( der User, der auf Deinem WebSpace PHP Dateien bearbeitet ) nicht lesen/löschen darf.
In dem o.g. Verzeichnis sollten alle Dateien den CHMOD Wert 660 ( oder 664 ) besitzen.
lösche mit Deinem FTP Programm die Datei images/avatars/upload/WS_FTP.LOG
Diese Datei besitzt einen CHMOD Wert, den der PHP User ( der User, der auf Deinem WebSpace PHP Dateien bearbeitet ) nicht lesen/löschen darf.
In dem o.g. Verzeichnis sollten alle Dateien den CHMOD Wert 660 ( oder 664 ) besitzen.
-
- Mitglied
- Beiträge: 24
- Registriert: 17.04.2009 14:19
Re: Newbie Fragen zur Installation
Vielen Dank für die schnelle Antwort... doch leider kein Erfolg erzielt.
Ich habe die Datei gelöscht, erhalte trotzdem noch die Fehlermeldungen.
Ich habe die Datei gelöscht, erhalte trotzdem noch die Fehlermeldungen.
Re: Newbie Fragen zur Installation
Welche denn ?
Sorry, aber wir haben keine Glaskugeln
Der Ordner: images/avatars/upload/
hat aber CHMOD 777 ? ( KB:29 )
Sorry, aber wir haben keine Glaskugeln

Der Ordner: images/avatars/upload/
hat aber CHMOD 777 ? ( KB:29 )
-
- Mitglied
- Beiträge: 24
- Registriert: 17.04.2009 14:19
Re: Newbie Fragen zur Installation
Du bist doch Dr. Death und hast keine Glaskugeln.... mmmh na gut 
Sorry, aber ich meinte dieselben Fehlermeldungen:
[phpBB Debug] PHP Notice: in file /includes/acp/acp_main.php on line 373: filesize() [function.filesize]: Stat failed for ./../images/avatars/upload/WS_FTP.LOG (errno=13 - Permission denied)
[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:3184)
[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:3184)
[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:3184)
[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:3184)
Ist wahrscheinlich ein IQ Test den ich nicht bestehe ;-(

Sorry, aber ich meinte dieselben Fehlermeldungen:
[phpBB Debug] PHP Notice: in file /includes/acp/acp_main.php on line 373: filesize() [function.filesize]: Stat failed for ./../images/avatars/upload/WS_FTP.LOG (errno=13 - Permission denied)
[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:3184)
[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:3184)
[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:3184)
[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:3184)
Ist wahrscheinlich ein IQ Test den ich nicht bestehe ;-(
Re: Newbie Fragen zur Installation
Hm, demnach exitiert die Datei: WS_FTP.LOG noch in dem besagten Verzeichnis.... oder dein "FTP Client" legt es immer wieder an.
Benutze mal testweise ein anderes FTP Programm.
Benutze mal testweise ein anderes FTP Programm.
-
- Mitglied
- Beiträge: 24
- Registriert: 17.04.2009 14:19
Re: Newbie Fragen zur Installation
mmmh so langsam ist es mir peinlich, aber nein die Datei (WS_FTP.LOG) ist nicht im Ordner images/avatars/upload/
habe mit FileZilla noch mal drauf geschaut, aber nichts gefunden. das einzige war der CHMOD Wert. Diesen habe ich auf 660 gesetzt. Ergebnis leider immer noch die folgenden Fehlermeldungen:
[phpBB Debug] PHP Notice: in file /includes/acp/acp_main.php on line 373: filesize() [function.filesize]: Stat failed for ./../images/avatars/upload/WS_FTP.LOG (errno=13 - Permission denied)
[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:3184)
[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:3184)
[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:3184)
[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:3184)
habe mit FileZilla noch mal drauf geschaut, aber nichts gefunden. das einzige war der CHMOD Wert. Diesen habe ich auf 660 gesetzt. Ergebnis leider immer noch die folgenden Fehlermeldungen:
[phpBB Debug] PHP Notice: in file /includes/acp/acp_main.php on line 373: filesize() [function.filesize]: Stat failed for ./../images/avatars/upload/WS_FTP.LOG (errno=13 - Permission denied)
[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:3184)
[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:3184)
[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:3184)
[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:3184)
Re: Newbie Fragen zur Installation
Stelle in deinem filezilla mal ein " Server --> Auflistung versteckter Dateien erwingen ".
Und leere mal den Ordner /cache ( alles löschen außer .htaccess und index.html )
Und leere mal den Ordner /cache ( alles löschen außer .htaccess und index.html )
-
- Mitglied
- Beiträge: 24
- Registriert: 17.04.2009 14:19
Re: Newbie Fragen zur Installation
Hallo,
habe nun cache (außer index und .htaccess) gelöscht. Ebenso habe ich "Server --> Auflistung versteckter Dateien erwingen " aktiviert, doch leider finde ich keine Datei (WS_FTP.LOG) im Ordner images/avatars/upload/
Nun habe ich auch bemerkt das mit firefox außen vor lässt (nur fehlermedlung und kein Zuriff auf die Admin Seite) während der IE mich trotz Fehlermeldungen auf die Admin Seite lässt.
Fehlermeldungen weiterhin:
phpBB Debug] PHP Notice: in file /includes/acp/acp_main.php on line 373: filesize() [function.filesize]: Stat failed for ./../images/avatars/upload/WS_FTP.LOG (errno=13 - Permission denied)
[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:3184)
[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:3184)
[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:3184)
[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:3184)
Vielleicht fällt Dir ja noch was ein?
habe nun cache (außer index und .htaccess) gelöscht. Ebenso habe ich "Server --> Auflistung versteckter Dateien erwingen " aktiviert, doch leider finde ich keine Datei (WS_FTP.LOG) im Ordner images/avatars/upload/
Nun habe ich auch bemerkt das mit firefox außen vor lässt (nur fehlermedlung und kein Zuriff auf die Admin Seite) während der IE mich trotz Fehlermeldungen auf die Admin Seite lässt.
Fehlermeldungen weiterhin:
phpBB Debug] PHP Notice: in file /includes/acp/acp_main.php on line 373: filesize() [function.filesize]: Stat failed for ./../images/avatars/upload/WS_FTP.LOG (errno=13 - Permission denied)
[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:3184)
[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:3184)
[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:3184)
[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:3184)
Vielleicht fällt Dir ja noch was ein?
- dieweltist
- Mitglied
- Beiträge: 1966
- Registriert: 25.07.2006 13:28
- Wohnort: Thüringen
- Kontaktdaten:
Ich würde das Forum testweise noch ein zweites mal installieren bspw. in einem Ordner /test/ mit einem anderen DB-Präfix. Und schauen, ob auch bei diesem dieser Fehler ist. Falls das Testforum einwandfrei funktioniert, empfehle ich Dir dies:
Falls es am Dateisystem liegt, müsste quasi ein "Update" auf dieselbe Version helfen. Das Script braucht man dann natürlich nicht ausführen. Und Mods sind dann aber auch weg.
Kurzanleitung – Update auf die jeweils neueste Version • phpBB.de
Falls es am Dateisystem liegt, müsste quasi ein "Update" auf dieselbe Version helfen. Das Script braucht man dann natürlich nicht ausführen. Und Mods sind dann aber auch weg.
Kurzanleitung – Update auf die jeweils neueste Version • phpBB.de