query("SELECT * FROM `$dbname`.`addons_config`")) === false) {
if(function_exists('enter_logfile')) {
enter_logfile($cfg,2,"Error on loading addons config.. Database down, not reachable, corrupt or empty?");
} else {
echo 'Error on loading addons config..
Check:
- You have already installed the Ranksystem? Run install.php first!
- Is the database reachable?
- You have installed all needed PHP extenstions? Have a look here for Windows or Linux?';
}
} else {
return $addons_config->fetchAll(PDO::FETCH_GROUP|PDO::FETCH_UNIQUE|PDO::FETCH_ASSOC);
}
//$addons_config['assign_groups_groupids']['value'];
}
?>