Fixing the path of the installation log file
This commit is contained in:
parent
e7fd842f4b
commit
7795ea3d98
1 changed files with 1 additions and 1 deletions
|
@ -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 !');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue