/
Upgrade Ioncube loaders to latest version

Upgrade Ioncube loaders to latest version

Note

If you are not using Enterprise version location of the files may be different

You may have been prompted in admin panel to upgrade to the latest version. To do so:


1. SSH to your HostBill Enterprise server as root:

# ssh root@yourhostbilladdress

2. Download & unzip latest ioncube loaders:

cd /root
mkdir tmp
cd /root/tmp
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.zip -O ioncube.zip
unzip -o ioncube.zip 

3. Overwrite old ioncube loader files:

/bin/cp -rf /root/tmp/ioncube/* /usr/lib64/php/modules/
chmod +x /usr/lib64/php/modules/ioncube_*

3. Restart webserver & php-fpm:

service nginx restart && service php-fpm restart

Related content

System requirements
System requirements
Read with this
Error: The file is corrupted
Error: The file is corrupted
More like this
Auto-Upgrade plugin
Auto-Upgrade plugin
Read with this
PHP: Upgrading to PHP 7.x
PHP: Upgrading to PHP 7.x
More like this
Upgrading to new version
Upgrading to new version
Read with this
Upgrade PHP 7.3 to 7.4 on Centos 8
Upgrade PHP 7.3 to 7.4 on Centos 8
More like this