Actions
Bug #5982
closedCB fails to install on MySQL(PDO), resulting in notice "Database driver 'pdomysql' is not supported. Please use MySQL instead."
Description
Installing CB with Joomlas database type set to MySQL (PDO) results in the following error.
Database driver 'pdomysql' is not supported. Please use MySQL instead.
This is thrown in the main package installer script. As CB supports the CMS database driver then PDO is also supported.
Updated by beat over 8 years ago
- Subject changed from CB fails to install on MySQL(PDO) to CB fails to install on MySQL(PDO), resulting in notice "Database driver 'pdomysql' is not supported. Please use MySQL instead."
In CB package installer, pdomysql is missing in the list of supported database connectors, resulting in notice "Database driver 'pdomysql' is not supported. Please use MySQL instead."
Also should read to use MySQLi
Updated by beat over 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1064
Actions