Ik heb het eens getest en kreeg dit : 
Warning: init_userprefs(./language/lang_english/lang_main.php): failed to open stream: No such file or directory in /includes/functions.php on line 252
Warning: init_userprefs(./language/lang_english/lang_main.php): failed to open stream: No such file or directory in /includes/functions.php on line 252
Warning: init_userprefs(): Failed opening './language/lang_english/lang_main.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /includes/functions.php on line 252
Warning: Cannot modify header information - headers already sent by (output started at /includes/functions.php:252) in /includes/page_header.php on line 495
Warning: Cannot modify header information - headers already sent by (output started at /includes/functions.php:252) in /includes/page_header.php on line 497
Warning: Cannot modify header information - headers already sent by (output started at /includes/functions.php:252) in /includes/page_header.php on line 498
Ik keek in functions.php op lijn 252 en daar stond :
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx);
Vervolgens keek ik eens de databse onder de tabel 'config' en wat blijkt  default_lang is daaruit verdwenen  
 
  
 iemand enig idee hoe ik via een sql-query dat er weer inkrijg ? 
EDIT : tzal wel zoiets zijn zekerst ?
Code: Selecteer alles
INSERT INTO `phpbb_config` VALUES ('default_lang', 'dutch');
btw : bedankt voor de hulp to nu toe  :thumb: 
mvg,
nas