raj@sbglobal.info Posted June 24, 2020 Share Posted June 24, 2020 hello we have migrate my domain from reseller linux hosting to vps linux hosting . but now we are getting error at www.client.sbglobal.info as Fatal error: The file /home/client/public_html/index.php was encoded by the ionCube Encoder for PHP 5.0 and cannot run under PHP 7.1 or later. Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 7.1. in Unknown on line 0 please guide us how can resolve this issue 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 24, 2020 Share Posted June 24, 2020 which version of WHMCS are you using ?? if it's very old, then you're going to have switch PHP versions to 5.6 or earlier. 1 Quote Link to comment Share on other sites More sharing options...
raj@sbglobal.info Posted June 24, 2020 Author Share Posted June 24, 2020 we are using 5.0 version since 2010 . now we changed server after that we are getting this issue 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 24, 2020 Share Posted June 24, 2020 if it's 5.0, then I think you're going to have to switch to PHP 5.2 or earlier... https://docs.whmcs.com/Version_5.x_System_Requirements you won't be able to get it working on any recent version of PHP. 0 Quote Link to comment Share on other sites More sharing options...
raj@sbglobal.info Posted June 24, 2020 Author Share Posted June 24, 2020 14 minutes ago, brian! said: if it's 5.0, then I think you're going to have to switch to PHP 5.2 or earlier... https://docs.whmcs.com/Version_5.x_System_Requirements you won't be able to get it working on any recent version of PHP. now what we have to change or update and where.please guide us step by step. thanks in advance 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 24, 2020 Share Posted June 24, 2020 3 minutes ago, raj@sbglobal.info said: now what we have to change or update and where.please guide us step by step. that's really a question to be directed at your server hosts - they'll be familiar with your flavour of VPS. 0 Quote Link to comment Share on other sites More sharing options...
BILDr Hosting Posted June 26, 2020 Share Posted June 26, 2020 Download the ioncube loaders. Easiest way is to CURL -O them, and unzip Look in your php.ini file and find the line that loads the ioncube loader. Copy the new ones you just unzipped to the location specified in this line. In php.ini, the loader you have will probably end in something like php5.2.so - just change that to the version of php you are using, eg. replace the 5.2.so with 7.3.so for example leaving the actual filename the same - just change the version. ** NOTE ** PHP 7.4 won't currently work - 7.3 is the limit at the moment Restart PHP eg. (sudo) service php7.3-fpm restart on Ubuntu. Check - you should be done. Tony 0 Quote Link to comment Share on other sites More sharing options...
raj@sbglobal.info Posted June 26, 2020 Author Share Posted June 26, 2020 2 hours ago, BILDr Hosting said: Download the ioncube loaders. Easiest way is to CURL -O them, and unzip Look in your php.ini file and find the line that loads the ioncube loader. Copy the new ones you just unzipped to the location specified in this line. In php.ini, the loader you have will probably end in something like php5.2.so - just change that to the version of php you are using, eg. replace the 5.2.so with 7.3.so for example leaving the actual filename the same - just change the version. ** NOTE ** PHP 7.4 won't currently work - 7.3 is the limit at the moment Restart PHP eg. (sudo) service php7.3-fpm restart on Ubuntu. Check - you should be done. Tony thanks sir , now problem resolved 0 Quote Link to comment Share on other sites More sharing options...
james fordyce Posted July 24, 2022 Share Posted July 24, 2022 Fatal error: The file /home/stackville/public_html/index.php was encoded by the ionCube Encoder for PHP 5.3 and cannot run under PHP 7.1 or later. Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 7.1. in Unknown on line 0 how can this issue be resolved? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.