harrygulliford / laravel-firebird

Firebird database driver for the Laravel Framework
65 stars 30 forks source link

Illuminate\Database\QueryException could not find driver #18

Closed rlucasfm closed 3 years ago

rlucasfm commented 3 years ago

Trying to do a simple query, just to test if the connection with Firebird database works, and got the following error. "Illuminate\Database\QueryException could not find driver". Already have the firebird extension enabled on PHP and fbclient.dll on the PHP folder, what could it be?

rlucasfm commented 3 years ago

Problem with the pdo_firebird being not loaded by PHP. Sadly had to downgrade from PHP 8 to 7.3, and yet some issues to make the extension to work, but it does

harrygulliford commented 3 years ago

The Firebird PHP extension was updated to support PHP 8 as of v1.1.0 https://github.com/FirebirdSQL/php-firebird/releases