updated executable message
This commit is contained in:
parent
dc29b8198a
commit
cd5d4cd3d1
@ -117,7 +117,7 @@ class Installer
|
||||
}
|
||||
|
||||
if (Console::run('help') !== true) {
|
||||
$requirements[] = trans('install.requirements.executable');
|
||||
$requirements[] = trans('install.requirements.executable', ['php_version' => AKAUNTING_PHP]);
|
||||
}
|
||||
|
||||
return $requirements;
|
||||
|
@ -21,7 +21,7 @@ return [
|
||||
'disabled' => ':feature needs to be disabled!',
|
||||
'extension' => ':extension extension needs to be installed and loaded!',
|
||||
'directory' => ':directory directory needs to be writable!',
|
||||
'executable' => 'The PHP CLI executable file is not working! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.',
|
||||
'executable' => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.',
|
||||
],
|
||||
|
||||
'database' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user