Dieser fehler erscheint im Admin Panel unter Styles:
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 634: file_exists() [function.file-exists]: open_basedir restriction in effect. File(./../styles/index.html/style.cfg) is not within the allowed path(s): (/users/board/temp:)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3475)
[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:3475)
[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:3475)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3475)
er sagt ständig
Warnung
Das angegebene Forum-Bild existiert nicht bitte um hilfe

edit:
so jetzt habe ich diesen problem nicht mehr und zwar habe den beriech gelöscht:
Code: Alles auswählen
// remove complete path to installation, with the risk of changing backslashes meant to be there
$errfile = str_replace(array(phpbb_realpath($phpbb_root_path), '\\'), array('', '/'), $errfile);
$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";
// we are writing an image - the user won't see the debug, so let's place it in the log

Das Passiert wen ich das Forum bearbeiten möchte:
Fehler 1
und so endet es:
Fehler 2