Table of Contents

How to resolve the error ExceptionSqliteNotAvailable?

About

When navigating to your installation, you may be hit by the following error:

ComboStrap\ExceptionSqliteNotAvailable - Unable to initialize SQLite

Exception Sqlite Not Availbale Unable To Initialize

Why?

The Sqlite Plugin has a bug.

select * from opts

Select From Opts Val 0

How to resolve it?

Update the last SQLite version

Last Sqlite Combo Version

-- update opts set val=xxx where opt='dbversion'
-- in our case
update opts set val=22 where opt='dbversion'

Upgrade the SQLite Plugin

To update the SQLite Plugin , you need to install it manually with the same steps as the combo plugin.

Dokuwiki Extension Sqlite Plugin Download Url

More info, need help?

If you need more info and/or help, the discussion can be found here.