ich habe mir von http://www.phpbb.com ein Style heruntergeladen und auch nach anleitung installiert!
Leider bekomm ich jetzt volgende Fehlermeldung:
Warning: file_exists() [function.file-exists]: Unable to access in /home/www/htdocs/fun4dive.de/fun4dive/forum/includes/functions.php on line 329
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/fun4dive.de/fun4dive/forum/includes/functions.php:329) in /home/www/htdocs/fun4dive.de/fun4dive/forum/includes/page_header.php on line 474
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/fun4dive.de/fun4dive/forum/includes/functions.php:329) in /home/www/htdocs/fun4dive.de/fun4dive/forum/includes/page_header.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/fun4dive.de/fun4dive/forum/includes/functions.php:329) in /home/www/htdocs/fun4dive.de/fun4dive/forum/includes/page_header.php on line 477
danach läuft das Forum normal weiter also darunter

hier auch die URL zum anschauen:
http://www.fun4dive.de/fun4dive/forum
ich habe Euch jetzt mal die Zeilen ausgelesen vielleicht kann jemand damit was anfangen ?
$img_lang = ( file_exists(@phpbb_realpath($phpbb_root_path . $current_template_path . '/images/lang_' . $board_config['default_lang'])) ) ? $board_config['default_lang'] : 'english';
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
header ('Expires: 0');
header ('Pragma: no-cache');
ende der Edit
so nun muss ich es leider nochmal editieren !
als ich auf dem Forum ein bisschen spazieren gegangen bin da sin noch mehr Fehlerzeilen aufgetaucht !
ende der 2. Edit