Code: Select all
<b>[phpBB Debug] PHP Warning</b>: in file <b>[ROOT]/phpbb/search/fulltext_native.php</b> on line <b>100</b>: <b>Missing argument 2 for phpbb/search/fulltext_native::__construct(), called in [ROOT]/develop/create_search_index.php on line 33 and defined</b><br />
Code: Select all
$search = new $class_name($search_errors);
Code: Select all
$search = new $class_name($search_errors, $phpbb_root_path, $phpEx, $auth, $config, $db, $user);