myGully.com Boerse.SH - BOERSE.AM - BOERSE.IO - BOERSE.IM Boerse.BZ .TO Nachfolger
Zurück   myGully.com > Webmaster Talk > Entwicklung & Programmierung
Seite neu laden

phpbb3 Crash nach Update

Willkommen

myGully

Links

Forum

 
Antwort
Themen-Optionen Ansicht
Ungelesen 04.09.11, 17:32   #1
ululu
Anfänger
 
Registriert seit: Oct 2008
Beiträge: 12
Bedankt: 269
ululu ist noch neu hier! | 0 Respekt Punkte
Standard phpbb3 Crash nach Update

Hallo,

habe heute versucht mein Board per Autoupdate von 3.0.8 auf die neuste Version 3.0.9 zu bringen. Brachte einen großen Crash. Mittlerweile bin ich soweit das ich das Board wieder im Browser zu sehen bekomme. Allerdings gibt es noch ein paar Fehler:

1.) Ganz oben über der Headergrafik steht folgendes:

Code:
[phpBB Debug] PHP Warning: in file /includes/session.php on line 547: session::include_once() [session.include-once]: Unable to access ./includes/auth/auth_smf.php
[phpBB Debug] PHP Warning: in file /includes/session.php on line 547: session::include_once(./includes/auth/auth_smf.php) [session.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file /includes/session.php on line 547: session::include_once() [function.include]: Failed opening './includes/auth/auth_smf.php' for inclusion (include_path='.:/var/www/web56/html:/usr/share/php:/usr/share/php/PEAR:/var/www/web56/html/admin:/var/www/web56/phptmp')
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4586: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4588: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4589: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4590: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
2.) Ich kann mich nicht einloggen.

Code:
[phpBB Debug] PHP Warning: in file /includes/session.php on line 547: session::include_once() [session.include-once]: Unable to access ./includes/auth/auth_smf.php
[phpBB Debug] PHP Warning: in file /includes/session.php on line 547: session::include_once(./includes/auth/auth_smf.php) [session.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file /includes/session.php on line 547: session::include_once() [function.include]: Failed opening './includes/auth/auth_smf.php' for inclusion (include_path='.:/var/www/web56/html:/usr/share/php:/usr/share/php/PEAR:/var/www/web56/html/admin:/var/www/web56/phptmp')
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/session.php on line 1035: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3765)
[phpBB Debug] PHP Warning: in file /includes/auth.php on line 906: auth::include_once() [auth.include-once]: Unable to access ./includes/auth/auth_smf.php
[phpBB Debug] PHP Warning: in file /includes/auth.php on line 906: auth::include_once(./includes/auth/auth_smf.php) [auth.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file /includes/auth.php on line 906: auth::include_once() [function.include]: Failed opening './includes/auth/auth_smf.php' for inclusion (include_path='.:/var/www/web56/html:/usr/share/php:/usr/share/php/PEAR:/var/www/web56/html/admin:/var/www/web56/phptmp')

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web56/html/phpbb/includes/functions.php:3765) in /var/www/web56/html/phpbb/includes/functions.php on line 2654
Zurück zur Foren-Übersicht
Allgemeiner Fehler
Authentication method not found

Bitte informiere die Board-Administration oder den Webmaster.
3.) Das Design des Boardes stimmt zwar soweit, nur ist die Schrift irgendwie viel größer als vorher?!


Kann mir jemand mit meinen Problemchen weiterhelfen? Danke schonmal für eure Tipps!
ululu ist offline   Mit Zitat antworten
Ungelesen 05.09.11, 05:44   #2
siegener89
Anfänger
 
Benutzerbild von siegener89
 
Registriert seit: Sep 2010
Beiträge: 23
Bedankt: 5
siegener89 ist noch neu hier! | 0 Respekt Punkte
Standard

Prüf mal bitte die Datei /includes/auth/auth_smf.php

1. vorhanden?
2. Dateiberechtigungen (CHMOD)

Alle Fehler und Probleme basieren auf dem Problem...
-> Login schlägt fehl, weil Dateien nicht include'det werden
-> Schrift ist größer, weil die Ausgabe des Fehlers vor der css ist
siegener89 ist offline   Mit Zitat antworten
Ungelesen 05.09.11, 17:16   #3
ululu
Anfänger
 
Registriert seit: Oct 2008
Beiträge: 12
Bedankt: 269
ululu ist noch neu hier! | 0 Respekt Punkte
Standard

So, habe nun ein Teil der Meldungen weg. Momentan steht nur noch folgendes oben:

Code:
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4183: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4185: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4186: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at /config.php:1)
Forum wird angezeigt, einloggen klappt, nach der Weiterleitung auf den Index bin ich aber wieder ausgeloggt.



Edit:

Habs zum laufen bekommen... Was so ein Leerzeichen in der Config doch alles für nen Schaden anrichten kann..
ululu ist offline   Mit Zitat antworten
Antwort


Forumregeln
Du kannst keine neue Themen eröffnen
Du kannst keine Antworten verfassen
Du kannst keine Anhänge posten
Du kannst nicht deine Beiträge editieren

BB code is An
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.

Gehe zu


Alle Zeitangaben in WEZ +1. Es ist jetzt 05:25 Uhr.


Sitemap

().