"Could not find driver" when setting the application’s root page

Asked

Viewed 92 times

0

When rotating the command php -S localhost:8080 -t public The above error is triggered when I try to make a connection with postgres. Other applications can access normally when accessed through the local server url. All extensions and modules required for postgres to run are already enabled.

1 answer

1

I entered the php.ini file settings of version 7.0.10 installed on the server and decoded the line extension=php_pdo_pgsql.dll. I suppose, when running the server by the previously listed command, it put the server deploy by version 7 of php, which was not enabled the Postgres extension.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.