crazy-max / docker-dokuwiki

DokuWiki Docker image
MIT License
43 stars 19 forks source link

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

Closed regystro closed 4 years ago

regystro commented 4 years ago

Steps to reproduce this issue

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

Expected behaviour

No errors, and plugins working properly.

Actual behaviour

Page shows these errors:


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

Thank you!

crazy-max commented 4 years ago

@regystro

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