diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 67fbd5290..18860ddc6 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -150,7 +150,7 @@ class Poche $msg = '

error

You don\'t have write access on cache directory.

'; } else if (STORAGE == 'sqlite' && ! file_exists(STORAGE_SQLITE)) { Tools::logm('sqlite file doesn\'t exist'); - $msg = '

error

sqlite file doesn\'t exist, you can find it in install folder.

'; + $msg = '

error

sqlite file doesn\'t exist, you can find it in install folder. Copy it in /db folder.

'; } else if (file_exists(ROOT . '/install/update.php') && ! DEBUG_POCHE) { $msg = '

setup

It\'s your first time here? Please copy /install/poche.sqlite in db folder. Then, delete install folder.
If you have already installed poche, an update is needed by clicking here.

'; } else if (is_dir(ROOT . '/install') && ! DEBUG_POCHE) {