Top

How to fix Ioncube error with WordPress on 1and1 shared hosting space.

January 21, 2009 by admin 

Ioncube is a source code protection script that often packaged with commercial PHP scripts.
This include many commercial wordpress plugins including my own MemberWing family of wordpress membership site solutions.
This applies to 1and1 shared hosting only:
When you'll see Ioncube error do this:

  1. Create php.ini file with the following content:
    zend_optimizer.optimization_level=15
    zend_extension=/homepages/xx/xxxxxxxxxxx/htdocs/ioncube_loader_lin_5.2.so
  2. Copy this php.ini file under root of your website and inside the plugin (or theme) that causing the problems.
  3. Copy ioncube_loader_lin_5.2.so file (freely downloadable from ioncube.com site) into root directory of your hosting space.

Please note that "5.2" in ioncube_loader_lin_5.2.so filename means "version of PHP" - so you may need to change this file as well as entry in your php.ini file accordingly.

Thanks for 1and1 support guy who was pleasingly attentive, knowledgeable and responsive to my request.

Comments

One Response to “How to fix Ioncube error with WordPress on 1and1 shared hosting space.”

  1. nightowl on August 7th, 2009 11:49 pm

    Thank you very much for sharing this tip here! You just saved the day :) I’ve been with 1&1 for many years and my experience with their support has not always been “pleasingly attentive”. If it weren’t for helpful souls like you I’d have taken my hosting elsewhere. I’m just horrified at the thought of transferring everything I have accumulated over the years, and they seem to bank on that. 1&1 should pay you for the service you provide!

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!





Bottom