ioncube loader problem after upgrading php version!

Ariarman

Verified User
Joined
May 7, 2016
Messages
9
Hello forum
In DA with 5.6 php version and Nginx+Apache after upgrading php from 5.4 to 5.6 we have an problem with Ioncube Loader.
Error code:
Code:
Site error: the file <b>/home/username/domains/domain.ex/public_html/path/crons/cron.php</b> requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the website operator. If you are the website operator please use the <a href="http://www.ioncube.com/lw/">ionCube Loader Wizard</a> to assist with installation.
After this error we try to install "ioncube_loader_lin_5.3.so" with uploading this version to ioncube path and rebuild it + updating php.ini zend_extention version but still version is "ionCube loader: 5.0.20" !
so what is solution?
Thanks
 
but still version is "ionCube loader: 5.0.20"
Are you sure? I think you are looking at the intrusion protection.
Intrusion Protection from ioncube24.com (unconfigured) v5.0.20.

Check your /usr/local/lib/ioncube if the loader is in there. Next to that.... ioncube_loader_lin_5.3 is used for php 5.3, normally you use ioncube_loader_lin_5.6 for php 5.6.
My guess is your application needs an update.
 
thank you for response
really we want to run just one website on DA with WHMSC cms, so when we use of custombuild 2 and apache+nginx and each version of php and ioncube we have same problem in WHMCS, it's seems be compatible with ioncube 5.3 only. but in whmcs support center emphatic that whmcs is compatible with all version of php, so it can't be cms problem.
All of ioncube versions is there: /usr/local/lib/ioncube
when try to use php 5.5 and iocube 5.5 we have following error on the cron jobs.
Code:
Site error: the file <b>/home/username/domains/domain.ex/public_html/path/crons/cron.php</b> requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the website operator. If you are the website operator please use the <a href="http://www.ioncube.com/lw/">ionCube Loader Wizard</a> to assist with installation.
 
Back
Top