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;