I would like to use IPBoard's classDb, but my server keeps responding with error (there is nothing to quote, it's a generic text, that I couldn't communicate with DB).
How to properly configure my IPBoard environment to make classDb work?
$results = array(); $this->DB->build(array('select' => '*', 'from' => 'names')); //here code fails $this->DB->execute(); //(...)
(mysql_* works fine)