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

  • edited 10:14AM
    What version of Fuel?
    What version of CI on the working system?
  • edited 10:14AM
    new current download (1.4)
    the other pure CI which works ok on other subdomain is 3.1.0
  • edited 10:14AM
    FUEL only supports the mysqli driver.
  • edited 10:14AM
    did not know that - changed to mysqli -
    now getting :

    A Database Error Occurred
    Error Number: 1146

    Table 'sub_testcms1.fuel_pages' doesn't exist
    SHOW FULL COLUMNS FROM `fuel_pages`
  • edited 10:14AM
    no tables created probably due to the first "wrong" config,where is the default "fresh" sql dump?
  • edited 10:14AM
    found it
    /fuel/install/fuel_schema.sql
Sign In or Register to comment.