Ask, reply and learn. Join the community of Akaunting.
At the beginning of the installation, there is an error for the PHP version, it is looking for version 8.0.2 or higher, and the version on the hosting is 8.0.20
Error: Ask your hosting provider to use PHP 8.0.2 or higher for both HTTP and CLI.
I have the same error, and i cant update with or without PHP CLI
A have this problem until I've added path to PHP in my env vars
For windows: My Computer -> Properties -> Adv. System settings -> Env. Variables -> System Variables -> Edit 'Path' var and add path to dir with PHP "C:\xampp\php\" in my case.
I tried to install Akaunting3.1 and ran into the same problem. My server runs PHP8.1, as does the CLI.
I edited the file /app/Utilities/Installer.php, commenting out line 124:
$requirements[] = trans('install.error.php_version', ['php_version' => AKAUNTING_PHP]);
This allowed me to install Akaunting on my server.
I tried to install Akaunting3.1 and ran into the same problem. My server runs PHP8.1, as does the CLI.
I edited the file /app/Utilities/Installer.php, commenting out line 124:
$requirements[] = trans('install.error.php_version', ['php_version' => AKAUNTING_PHP]);
This allowed me to install Akaunting on my server.
Showing 1 to 5 of 5 discussions