diff --git a/app/helpers/database.php b/app/helpers/database.php index e52be11..2bce3e9 100644 --- a/app/helpers/database.php +++ b/app/helpers/database.php @@ -7,7 +7,8 @@ function connectDB($config, $database = '', $dbFile = '', $platformId = '') { if ($database === 'jilo') { try { if (!$dbFile || !file_exists($dbFile)) { - throw new Exception(getError("Invalid platform ID \"{$platformId}\", database file \"{$dbFile}\" not found.")); + throw new Exception(getError("Invalid platform ID \"{$platformId}\", database file \"{$dbFile}\" not found. +
Check the platform settings")); } $db = new Database([ 'type' => 'sqlite',