Jump to content

ERROR : Cannot select any valid SQL engine.


Mlan

Recommended Posts

[PrestaShopException]
Cannot select any valid SQL engine.
at line 258 in file classes/db/Db.php

253.             $class = 'DbPDO';
254.         } elseif (extension_loaded('mysqli')) {
255.             $class = 'DbMySQLi';
256.         }
257.         if (empty($class)) {
258.             throw new PrestaShopException('Cannot select any valid SQL engine.');
259.         }
260.         return $class;
261.     }
262.     /**
263.      * Instantiates a database connection.
DbCore::getClass - [line 201 - classes/db/Db.php]
DbCore::getInstance - [line 48 - config/alias.php]
pSQL - [line 339 - classes/shop/Shop.php] - [1 Arguments]
ShopCore::initialize - [line 117 - config/config.inc.php]
require - [line 27 - index.php] - [1 Arguments]

 

Prestashop version : 1.7 

Link to comment
Share on other sites

  • razaro changed the title to ERROR : Cannot select any valid SQL engine.
  • 1 month later...
  • 1 year later...
  • 8 months later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...