softaculous vs PHP 5.4

Dear All!

We have some Iworx install with Softaculous, and we have a problem.

If i want install “software” with Softaculous, we have error:
“Required PHP version greater than equal to , 5.6.20 AND found version is : 5.4.16”
This is Softaculous error, but i think this problem is generated Iworx System PHP version.

[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“title”:“soft.png”,“data-attachmentid”:51986}[/ATTACH]

All Softaculous install have valid license.

Interworx is use PHP 5.4:

php --version
PHP 5.4.16 (cli) (built: Apr 1 2020 04:07:17)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.1.2, Copyright (c) 2002-2016, by ionCube Ltd.


Another PHP version dont have ionCube support!

php56 --version
PHP 5.6.40 (cli) (built: May 13 2020 09:43:09)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies

What do i need to do to make an softaculous work?

Hi Quash

I believe you are running Centos 7 as PHP V5.4 is default installed on centos 7

Softaculous looks to default PHP installed and not different versions in use/installed hence the error message from softaculous

You need to update default PHP which was installed by Centos 7 and you can update to latest version (php 8 is still in beta I think, so PHP7.4 is latest but could be wrong sorry)

You can use yum to install but would need to SSh into server and run commands as root or sudo as below which should work but sorry if I am wrong

Many thanks

John

php --version

yum update

wget -q http://rpms.remirepo.net/enterprise/remi-release-7.rpm
wget -q https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

rpm -i remi-release-7.rpm epel-release-latest-7.noarch.rpm

FOR PHP 7.0 EXECUTE:

yum-config-manager --enable remi-php70

FOR PHP 7.1 EXECUTE:

yum-config-manager --enable remi-php71

FOR PHP 7.2 EXECUTE:

yum-config-manager --enable remi-php72

FOR PHP 7.3 EXECUTE:

yum-config-manager --enable remi-php73

yum install php

yum install php-ioncube-loader

php --version

Thx your reply!!

We used remi-safe repo only for more PHP versions!
I installed normal remi-php73 repo + ioncube, and iworx use php 7.3 for system!
Nice! :slight_smile: and softaculous working!

And, Iworx is working faster!
We have 8 iworx installation, thx your help!!!