Jump to content

[FIX] Common ioncube error


int

Recommended Posts

I'm running CentOS 5.4 x86, Kernel: 2.6.18-164, PHP 5.2.9

 

I spent a whole day trying to figure out the annoying:

"Site ___ requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator." error

 

After trying everything under the sun, I finally did this to resolve it:

 

1) Add the ATOMIC repo to the YUM repository by issuing the following command as root:

# wget -q -O - http://www.atomicorp.com/installers/atomic |sh

 

2) Use yum to install ioncube_loader:

# yum install php-ioncube-loader

 

I didn't even have to "service httpd restart" after that. My php -q commands (in Crontab) all started to work immediately.

 

Hope this helps others!

Edited by int
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