Hey Community,
I tried to install the IonCube Loader following this tutorial an a LAMP-Droplet: https://www.digitalocean.com/community/tutorials/how-to-install-ioncube-loade
My extension_dir is /usr/lib/php5/20121212/ and now there is the ioncube_loader_lin_5.5.so file. So it seems everything went quite allright.
But the echo var_export(extension_loaded('ionCube Loader') ,true); in http://188.166.32.188/ion.php outputs “false”. And so does a SystemCheck for a Shop I’m trying to install: http://188.166.32.188/test/
What went wrong?
Best Regards Ben Seitz
PS: I restarted apache already a few times and waited. Still nothing.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This comment has been deleted
That tutorial targets Ubuntu 12.04 while the current LAMP Stack One-Click image is using 14.04
Append the line:
zend_extension = /usr/lib/php5/20121212/ioncube_loader_lin_5.5.so
to the file /etc/php5/apache2/php.ini and restart Apache:
sudo service apache2 restart
You should be all good to go now!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.