Bladeren bron

Fixing the path of the installation log file

MrWeez 2 jaren geleden
bovenliggende
commit
7795ea3d98
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      public/install/forms.php

+ 1 - 1
public/install/forms.php

@@ -88,7 +88,7 @@ if (isset($_POST['feedDB'])) {
         header('LOCATION: index.php?step=3');
         header('LOCATION: index.php?step=3');
     } else {
     } else {
         wh_log('Feeding the Database failed', 'debug');
         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 !');
     }
     }
 }
 }