Jump to content

getting error ionCube Encoder for PHP 5.0 and cannot run under PHP 7.1 or later


Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 years later...

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?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated