Fatal error: Call to a member function ExecuteSQLArray() on a non-object in /f5/bugonauts/public/admin/install.php on line 709
Installing Database
Create database if it does not exist GOOD
Checking Database Server Version
Running mysql version 5.0.77 GOOD
Attempting to connect to database as user GOOD
Database driver '/nfsn/apps/php/lib/php/adodb/datadict/datadict-mysql.inc.php' not available
SYSTEM WARNING: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Array' was given
Schema CreateTableSQL ( mantis_config_table )
Database driver '/nfsn/apps/php/lib/php/adodb/datadict/datadict-mysql.inc.php' not available
seems that PHP is not looking for the driver which is delivered with MantisBT in directory <your MantisBT installation>/core/adodb/datadict
and the other driver is not compatible with this.
Please use Search before posting and read the Manual
*ack*. i have no power over what the php installation does, since that's my web host's. i'm not a php programmer either, though i can probably find my way around the code. is there some work-around i could add to mantis?