Error on pagesave or delete

Hi,
I have the error driver not foundif I try to save or delete a page.
The last what I’ve done is to write my own kirbytext plugin.
But on my testserver it works perfect only on the productionserver I got this error.

Bildschirmfoto 2022-06-01 um 01.01.48

Please check your error logs for more details.

Are you using a database?

Hi,
we found the problem. It was the autoid plugin which uses sglite as database.
I don’t know why its is necessary to us e a database for ID generation?
But the sqlite driver was not installed on the server.

Well, it’s in the requirements of the plugin, see also PDOException on save · Issue #39 · bnomei/kirby3-autoid · GitHub

1 Like