Ioncube PHP Loader Problem

I am getting this error at http:///www.rightarticle.com

The file D:\hshome\********\rightarticle.com\index.php has been encoded with the ionCube PHP Encoder and requires the free ioncube_loader_win_4.3.dll ionCube PHP Loader to be installed.

I downloaded and installed the PHP loader, but the error is still there.

What am I doing wrong?
 
You have the loader enabled through your php.ini? And you're sure you're trying to load the correct one for the OS version?

Create a file that calls the phpinfo() function so that you can view the php system info. Then, check the ioncube version that's being loaded. I ran into troubles (on one of the Linux systems) where an older version of the ioncube loaders was being loaded at the server level and I wasn't able to override and load the new versions. If it comes to it, put in a ticket and the techs will help.

Tim
 
Back
Top