Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Server requirement list / "could not find driver" error when changing content #59

Open
marco-land opened this issue Jan 19, 2021 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@marco-land
Copy link

I am seeing an error that simply says "could not find driver" when I hit the save button after changing data. I was able to find out that it is connected to the auto id plugin. However I also saw that SQLite was not installed on the server. After adding SQLIte v3.0 it is still not working. Are you able to list some requirements for this plugin?

@bnomei
Copy link
Owner

bnomei commented Jan 22, 2021

the plugin uses kirbys database class to connect to the sqlite file. please verify sqlite is working on your server using a simple test. something based on this maybe?

@bnomei bnomei self-assigned this Jan 22, 2021
@bnomei bnomei added the question Further information is requested label Jan 22, 2021
@marco-land
Copy link
Author

that worked! thank you bnomei

@yoanmalie
Copy link

yoanmalie commented May 13, 2021

I got the same error, I added this to the php.ini to make it work :

extension=sqlite3.so
extension=pdo_sqlite.so

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants