coolsanth Posted May 21, 2017 Share Posted May 21, 2017 Hi Team, I'm getting "500 Server Error" when i open my website. Im getting below error while opening admin panel - [PrestaShopException] Cannot select any valid SQL engine. at line 295 in file classes/db/Db.php 290. } elseif (extension_loaded('mysqli')) { 291. $class = 'DbMySQLi'; 292. } 293. 294. if (empty($class)) { 295. throw new PrestaShopException('Cannot select any valid SQL engine.'); 296. } 297. 298. return $class; 299. } 300. I have added attachment as well. Kindly Help. Thanks in advance. Link to comment Share on other sites More sharing options...
tecnoservicel Posted May 24, 2017 Share Posted May 24, 2017 You have a problem on your server, I had it cpanel presents a bug to my step, check the extensions in your hosting in php, in the php selector you appear, verify that the mysql extension is enabled, change to higher php if you use 5.3 select 5.6 or higher, verify that the minimal extensions are enabled and try again, in my case it was the database that broke the connection to the store, I had to mount a clean installation, connect a new database to configure the Php and then import the old database so that everything is normal, then upload the images Link to comment Share on other sites More sharing options...
mikhsanh Posted March 16, 2020 Share Posted March 16, 2020 Any other solution?, my cpanel launch JetBackup and it broke my presta site, if i do clean install almost impossible cause my website have one thousand product Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now