was ist hier falsch ?
Stylename: KDM2
Fehler der Auftritt:
Code: Alles auswählen
Warning: file_exists() [function.file-exists]: Unable to access in /home/www/htdocs/tullieforce.de/forum/includes/functions.php on line 386
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/tullieforce.de/forum/includes/functions.php:386) in /home/www/htdocs/tullieforce.de/forum/includes/page_header.php on line 486
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/tullieforce.de/forum/includes/functions.php:386) in /home/www/htdocs/tullieforce.de/forum/includes/page_header.php on line 488
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/tullieforce.de/forum/includes/functions.php:386) in /home/www/htdocs/tullieforce.de/forum/includes/page_header.php on line 489Code: Alles auswählen
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');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';