2

I have created a plugin in WordPress and then, I've encrypted this using IonCube 11.0.1 and after I run this plugin in my website, I received This error (my PHP version is 7.4 and the Ioncube version that is installed on my server is 11.0.1):

Fatal error: The file /home/bestelement/public_html/wp-content/plugins/best-element/best-element-codes.php encoded as type [1/74] cannot be decoded by this version of the ionCube Loader. in Unknown on line 0

Do You know how can I resolve this?

1 Answers1

1

This can be caused by one of these:

1- ionCube loader version mismatch between your plugin and your web server.

2- PHP version of web server too old or too new.

Assuming that your web server probably uses the latest version of ionCube, you must check your ionCube version on your local machine and check if they match. if this does not help then change PHP version (in most cases downgrade will do the magic) on your web server (or ask your hosting to do so) and find out what PHP version suits you.