Folgendes Problem:
Ich hab ein anderes Style installiert, jetzt hab ich folgenden Fehler:
1)
Folgende Zeile in der includes/functions.php ist dafür verantwortlich:mein board hat geschrieben: Warning: file_exists() [function.file-exists]: Unable to access in /home/www/htdocs/nuchill.de/includes/functions.php on line 339
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/nuchill.de/includes/functions.php:339) in /home/www/htdocs/nuchill.de/viewtopic.php on line 555
Code: Alles auswählen
$img_lang = (file_exists(@phpbb_realpath($phpbb_root_path . $current_template_path . '/images/lang_' . $board_config['default_lang']))) ? $board_config['default_lang'] : 'english';Wenn ich diese Zeile remarke, ist der Fehler weg, allerdings werden keinerlei Bilder mehr angezeigt (keine Avatars, icq-, pn, www... - Buttons)!
please help!