From ca0744c0df9325a0f1cd6a1e7dd9cb4797a2a0a8 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 1 Jun 2010 13:57:28 +0200 Subject: [PATCH] notify the user if sqlite isn't installed during the first dialog --- inc/templates/adminform.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inc/templates/adminform.php b/inc/templates/adminform.php index be63c0cc6cc..8d34832e719 100755 --- a/inc/templates/adminform.php +++ b/inc/templates/adminform.php @@ -71,7 +71,11 @@ if($FIRSTRUN){?> enable automatic backup:> backup directory: date format: - +No SQLite support detected, make sure you have both sqlite and the sqlite php module installed (sqlite and php5-sqlite for Debian/Ubuntu)'; + } +?> database type: