| Citation: |
phpBB : Erreur Critique
Could not query anti bot question mod config information
DEBUG MODE
SQL Error : 1146 Table 'profsdevente123f.nuke__bbanti_bot_quest_config' doesn't exist
SELECT * FROM nuke__bbanti_bot_quest_config
Line : 404
File : functions.php |
| Code: |
// stefvar mod anti-bot question
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_abq.' . $phpEx);
$abq_config = array();
$sql = "SELECT *
FROM " . ANTI_BOT_QUEST_CONFIG_TABLE;
if( !($result = $db->sql_query($sql)) )
{
message_die(CRITICAL_ERROR, "Could not query anti bot question mod config information", "", __LINE__, __FILE__, $sql);
} |