Seite 1 von 1

Problem bei Einstellungen/Style Änderung

Verfasst: 11.10.2009 12:18
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;

Re: Problem bei Einstellungen/Style Änderung

Verfasst: 11.10.2009 13:06
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

Re: Problem bei Einstellungen/Style Änderung

Verfasst: 11.10.2009 13:32
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

Re: Problem bei Einstellungen/Style Änderung

Verfasst: 11.10.2009 13:42
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

Re: Problem bei Einstellungen/Style Änderung

Verfasst: 11.10.2009 13:46
von franki
Hattest du mal die Jommla-Bridge installiert oder versucht zu installieren/deinstallieren ?

Re: Problem bei Einstellungen/Style Änderung

Verfasst: 12.10.2009 08:34
von justy002
jo @ franki, hab das problem aber schon behoben. danke für die lösungsvorschläge