Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not find driver #64

Open
JamDesigns opened this issue Apr 8, 2024 · 5 comments
Open

could not find driver #64

JamDesigns opened this issue Apr 8, 2024 · 5 comments

Comments

@JamDesigns
Copy link

This error occurs when I want to see the backup table in Filament php V3.

Illuminate \ Database \ QueryException
PHP 8.1.10
Laravel 10.48.3

could not find driver

create table "backup_destination_statuses" (
"id" integer primary key autoincrement not null,
"name" varchar,
"disk" varchar,
"reachable" varchar,
"healthy" varchar,
"amount" integer,
"newest" varchar,
"usedStorage" varchar
)

Does anyone know how to resolve this bug?

@webmaster254
Copy link

Also got the same error

@schwemmer
Copy link

Same issue.

@schwemmer
Copy link

This seems to happen when you do not have sqlite3 installed on the server.

@vootrunner
Copy link

Also occurs when using mysql. The rest of my app is working fine, so not a PDO driver issue. mysql is configured in the Spatie config, so that's not the issue either.

I also verified that sqlite3 was installed hoping that there was some weird dependency involved. There is not.

@vootrunner
Copy link

Installing the php-sqlite3 extension and making sure that pdo_sqlite was enabled in my php.ini resolved the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants