mysqli driver added to config on install generates errors
Status: Beta
Brought to you by:
moxley
this line in config_tpl.php:
$MM_CONFIG['database.type'] = "@database.type@";
fills in with "mysqli", which for some reason does not work on godaddy servers and generates php errors on page. issues are resolved when I specify "mysql" for the database type.
Logged In: YES
user_id=187608
Originator: NO
The only thing I could think could be wrong is that the check for mysqli is incorrect. I tried testing this with PHP 5.2.5, configured with the mysql extension but not the mysqli extension. It correctly failed the mysqli test. That leads me to believe the problem is GoDaddy's.
Access to a GoDaddy account would be appreciated. That way we might develop a work-around, or GoDaddy can be contacted to fix alleged problem.