diff --git a/install/index.php b/install/index.php index 00ac4a2..89dfc01 100755 --- a/install/index.php +++ b/install/index.php @@ -155,8 +155,10 @@ else if (isset($_POST['install'])) { } } - // create database structure - $query = $handle->exec($sql_structure); + if ($_POST['db_engine'] != "sqlite") { + // create database structure + $query = $handle->exec($sql_structure); + } // Create user $handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); @@ -254,7 +256,7 @@ else if (isset($_POST['install'])) {

To install wallabag, you just have to fill the following fields. That's all.

-

Don't forget to check your server compatibility here.

+

Don't forget to check your server compatibility here.

Technical settings