linuxserver / docker-dokuwiki

GNU General Public License v3.0
110 stars 24 forks source link

Missing SQLite & PDO SQLite support (unable to use some plugins) #25

Closed regystro closed 3 years ago

regystro commented 3 years ago

Hi.

To reproduce, after a fresh install go to Admin Panel > Extension Manager and install both struct Plugin and sqlite Plugin. Then go to Admin Panel > Additional Plugins > Struct Schema Assignments and it'll throw these errors:

So please, could you include php7-pdo_sqlite and php7-sqlite3 also?

Thank you!

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

aptalca commented 3 years ago

We can add them, but first, can you please exec in and install them inside the container via apk add --no-cache and confirm that it fixes your issue? Thanks

regystro commented 3 years ago

I installed both php7-pdo_sqlite and php7-sqlite3 and can confirm that the errors are gone and the aforementioned plugins are working properly.

Great, thanks :)