diff --git a/install/index.php b/install/index.php index 3782887a1..29d859699 100644 --- a/install/index.php +++ b/install/index.php @@ -25,7 +25,7 @@ if (file_exists('config_unattended.php')) { // Config Paths $db_config_path = '../application/config/'; if (isset($_ENV['CI_ENV'])) { - $db_config_path ='../application/'.$_ENV['CI_ENV'].'/'; + $db_config_path ='../application/config/'.$_ENV['CI_ENV'].'/'; } $db_file_path = $db_config_path . "database.php"; @@ -1458,7 +1458,7 @@ global $wavelog_url;
Please make the /application/config/ folder writable. Example:chmod -R 777
Don't forget to restore the permissions afterwards.
Please make the folder writable. Example:chmod -R 777
Don't forget to restore the permissions afterwards.