Problem
You see an error that resembles the following example:
The file /home/username/public_html/whmcs/modules/gateways/paypalexpress.php encoded as type [1/71] cannot be decoded by this version of the ionCube Loader. in Unknown on line 0
Cause
This error occurs because a file is not compatible with your version of ionCube Loader®.
This issue often happens after you upgrade PHP.
Solution
To resolve this issue:
- In your preferred FTP client, go to the location that appears in the error message. In the above example, this is
/public_html/whmcs/modules/gateways/
. - Delete the file that appears in the error message. In this example, this is
paypalexpress.php
. - In WHMCS, reload the affected page again.
- If you see another error for a different file, repeat the process for each file until the page loads correctly.
- If the files are part of an outdated module, contact the vendor for an updated version.
- You can scan for incompatible files by going to Utilities > System > PHP Version Compatibility.
Last modified: October 29, 2024