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.
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.