akaunting / akaunting

Online Accounting Software

Home Page:https://akaunting.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MulitPHP environment. Disable PHP check

kvacha13 opened this issue · comments

Akaunting version

3.0.17

PHP version

7.4

Operating system

Ubuntu 20.04

Steps to reproduce

Installing Akaunting V3 in multiple PHP environments. I am running the server on PHP 7.4 and trying to install Akaunting V3 which requires a PHP8 environment. I managed to start the installation by configuring a virtual host and passing installation to php8 via PHP-fpm.
The problem is that the installation process checks for installed modules and the installed PHP version and as systemwide PHP is 7.4, the installation process gets stuck. If there were an option to disable the PHP check, the installation would succeed. the

Expected result

Akaunting V3 can be installed on a system running PHP7.4 by passing it to the php8 environment via PHP-fpm (virtual host configuration).

Actual result

The problem is that the installation process checks for installed modules and the installed PHP version and as systemwide PHP is 7.4, the installation process gets stuck. If there were an option to disable the PHP check, the installation would succeed.

Additional comments

No response

Relevant log output

No response