October cms could not find a driver

First of all, I just want the preface that I am on a shared hosting on justhost.com, so I do not exclude them as a possible culprit and minimal PDO support. I just know that the site worked for a while before the error and changed very little.

I use the October CMS.

I was registered on my server from one computer, and then logged in with the same account on another computer, and I got this error

could not find driver

(sitename) .com / vendor / laravel / framework / src / Illuminate / Database / Connectors / Connector.php line 47

public function createConnection ($ dsn, array $ config, array $ options) {

$ username = array_get ($ config, 'username');

$ password = array_get ($ config, 'password');

PDO ($ dsn, $username, $password, $options);   }

, , .

, . - , ?

+4
1

, , , , , . PDO , . October Driver , .

+1

Source: https://habr.com/ru/post/1617328/


All Articles