From 7795ea3d9865dc6a4f894895cd54c3c1be445c7b Mon Sep 17 00:00:00 2001 From: MrWeez <64205495+MrWeez@users.noreply.github.com> Date: Fri, 9 Jun 2023 12:17:11 +0300 Subject: [PATCH] Fixing the path of the installation log file --- public/install/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install/forms.php b/public/install/forms.php index 726e22ec..223b26bf 100644 --- a/public/install/forms.php +++ b/public/install/forms.php @@ -88,7 +88,7 @@ if (isset($_POST['feedDB'])) { header('LOCATION: index.php?step=3'); } else { wh_log('Feeding the Database failed', 'debug'); - header('LOCATION: index.php?step=2.5&message=There was an error. Please check the .txt file in /var/www/controlpanel/public/install/logs !'); + header('LOCATION: index.php?step=2.5&message=There was an error. Please check the installer.log file in /var/www/controlpanel/storage/logs !'); } }