Fresh Install - Call to undefined method CI_DB_pdo_mysql_driver::table_info()
set DB to pdo driver, I get this error
- Call to undefined method CI_DB_pdo_mysql_driver::table_info()
btw - config is missing port property added
Other subdomain running same db (MariaDb 10.1) with pure CI withour problems.....
Installed FuelCMS, have set up the db, entered /admin/
and get this:
An uncaught Exception was encountered
Type: Error
Message: Call to undefined method CI_DB_pdo_mysql_driver::table_info()
Filename: /nfsmnt/hosting1_1/e/1/e1207df9..../sub/testcms1/fuel/modules/fuel/core/MY_Model.php
Line Number: 2705
any ideas?
config is sure ok?
'dsn' => 'mysql:host=mariadb101.xxxxx.sk;port=3312;dbname=xxxxx',
'hostname' => 'mariadb101.xxxxx.sk',
'username' => 'xxxxx',
'password' => 'xxxxx',
'port' => 3312, // had to add this when trying to use mysqli ?
'database' => 'xxxxx',
'dbdriver' => 'pdo',
Comments
What version of CI on the working system?
the other pure CI which works ok on other subdomain is 3.1.0
now getting :
A Database Error Occurred
Error Number: 1146
Table 'sub_testcms1.fuel_pages' doesn't exist
SHOW FULL COLUMNS FROM `fuel_pages`
/fuel/install/fuel_schema.sql