Problem bei Einstellungen/Style Änderung

Fragen zur Bedienung von phpBB 3.0.x, Probleme bei der Benutzung und alle weiteren Fragen inkl. Update auf die neuste phpBB 3.0.14 Version
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
justy002
Mitglied
Beiträge: 4
Registriert: 11.10.2009 11:57

Problem bei Einstellungen/Style Änderung

Beitrag von justy002 »

Hallo,

ich habe folgendes Problem: ich kann bei meinem Forum den Standard Style nicht wechseln, noch die Serverlast Funktionen ändern, ohne das ich folgende Fehlermerldungen bekomme. Wenn ich allerdings bei meinem persönlichen Bereich den Style ändere läuft dieser einwandfrei. Aber ich will wie gesagt den Standart Sytle ändern. Bei dem Wechseln ist es egal welchen Style ich auswähle, es tritt immer dieses Problem auf.

Admin Menü:

Code: Alles auswählen

    [phpBB Debug] PHP Notice: in file /includes/session.php on line 292: session::include_once(./../includes/auth/auth_joomla.php) [session.include-once]: failed to open stream: No such file or directory
    [phpBB Debug] PHP Notice: in file /includes/session.php on line 292: session::include_once() [function.include]: Failed opening './../includes/auth/auth_joomla.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
    [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:2975)
    [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:2975)
    [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:2975)
    [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:2975)


Forum Index

Code: Alles auswählen

    [phpBB Debug] PHP Notice: in file /includes/session.php on line 292: session::include_once(./includes/auth/auth_joomla.php) [session.include-once]: failed to open stream: No such file or directory
    [phpBB Debug] PHP Notice: in file /includes/session.php on line 292: session::include_once() [function.include]: Failed opening './includes/auth/auth_joomla.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3545: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
    [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3549: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)


session.php (line 292)

Code: Alles auswählen

                   include_once($phpbb_root_path . 'includes/auth/auth_' . $method . '.' . $phpEx);


functions.php (line 3545-3549)

Code: Alles auswählen

    // application/xhtml+xml not used because of IE
       header('Content-type: text/html; charset=UTF-8');

       header('Cache-Control: private, no-cache="set-cookie"');
       header('Expires: 0');
       header('Pragma: no-cache');


function.php (line 2975) (ist eine leere Zeile, darum hab ich 2974 und 2576 dazu gespostet)

Code: Alles auswählen

                $msg_text = str_replace(array(phpbb_realpath($phpbb_root_path), '\\'), array('', '/'), $msg_text);

                echo '<b>[phpBB Debug] PHP Notice</b>: in file <b>' . $errfile . '</b> on line <b>' . $errline . '</b>: <b>' . $msg_text . '</b><br />' . "\n";


index.php (line150-154)

Code: Alles auswählen

       // application/xhtml+xml not used because of IE
       header('Content-type: text/html; charset=UTF-8');

       header('Cache-Control: private, no-cache="set-cookie"');
       header('Expires: 0');
       header('Pragma: no-cache');

       return;
o_spacy_o

Re: Problem bei Einstellungen/Style Änderung

Beitrag von o_spacy_o »

hallo justy,
lass uns zunächst einige punkte kläre:
1. welche foren-version hast du im einsatz?
2. hat die umschaltung schon mal funktioniert?
3. hast du etwas an der software verändert? mod eingespielt etc.?
4. wurden per ftp-client evtl. die zugriffsrechte verändert?
5. ist die datei auth_joomla.php überhaupt vorhanden?

lg spacy
justy002
Mitglied
Beiträge: 4
Registriert: 11.10.2009 11:57

Re: Problem bei Einstellungen/Style Änderung

Beitrag von justy002 »

1. welche foren-version hast du im einsatz?
Im Moment habe ich 3.0.2 im Einsatz.
2. hat die umschaltung schon mal funktioniert?
Nein
3. hast du etwas an der software verändert? mod eingespielt etc.?
Mod hab ich nicht eingespielt, habe nur 2 Bilder ausgetauscht beim Style (Cellpic 1 und 3)
4. wurden per ftp-client evtl. die zugriffsrechte verändert?
Nein
5. ist die datei auth_joomla.php überhaupt vorhanden?
Nein
o_spacy_o

Re: Problem bei Einstellungen/Style Änderung

Beitrag von o_spacy_o »

wenn die datei nicht vorhanden ist, wird's auch nicht gehen. :wink:

die aktuelle version ist 3.0.5. sollte es dir möglich sein versuche diese version zu laden und damit dein forum aufzubauen.
alternativ könntest du unter admin sicht -> system -> auf updates prüfen deine bestehende version aktualisieren. damit sollten fehlende dateien hinzugefügt werden.

lg spacy
Zuletzt geändert von o_spacy_o am 11.10.2009 15:34, insgesamt 1-mal geändert.
Benutzeravatar
franki
Ehemaliges Teammitglied
Beiträge: 2823
Registriert: 21.10.2007 14:02
Wohnort: Sonsbeck
Kontaktdaten:

Re: Problem bei Einstellungen/Style Änderung

Beitrag von franki »

Hattest du mal die Jommla-Bridge installiert oder versucht zu installieren/deinstallieren ?
LG Franki
justy002
Mitglied
Beiträge: 4
Registriert: 11.10.2009 11:57

Re: Problem bei Einstellungen/Style Änderung

Beitrag von justy002 »

jo @ franki, hab das problem aber schon behoben. danke für die lösungsvorschläge
Antworten

Zurück zu „[3.0.x] Administration, Benutzung und Betrieb“