Jump to content

500 server error


coolsanth

Recommended Posts

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. 

post-1370138-0-62119400-1495351724_thumb.jpg

Link to comment
Share on other sites

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

  • 2 years 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...