From db557f0b0baddd4befdb2b0043aea2bed727533b Mon Sep 17 00:00:00 2001 From: George Smart Date: Tue, 23 Apr 2019 17:44:09 +0100 Subject: [PATCH] Updated the $db_config_path not-writable error A slightly more informative error message for when $db_config_path isn't writable. --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 072ed425..cffbe8bc 100644 --- a/install/index.php +++ b/install/index.php @@ -127,7 +127,7 @@ if($_POST) {

When you login create a new admin account and delete the m0abc user account.

-

Please make the /application/config/database.php file writable. Example:

chmod 777 /application/config/database.php

+

Please make the /application/config/ folder writable. Example:

chmod -R 777 /application/config/

Don't forget to restore the permissions afterwards.