distantnative / retour-for-kirby

Kirby CMS plugin to manage redirects and track 404s right from the Panel
https://distantnative.com/retour-for-kirby/
MIT License
135 stars 15 forks source link

could not find driver #354

Open svenk opened 4 months ago

svenk commented 4 months ago

In a fresh installation, I just got the error could not find driver displayed in the panel.

It took me quite some research to find out this was PDO drivers which were missing on that particular system (something which can be seen when inspecting a phpinfo()).

Probably this is not even a problem of this plugin but kirby in general, however the error message should probably give more context (such as: could not find a PDO driver). In particular, this plugin requires the sqlite PDO driver.