• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Iocube Error (for Softaculous)

CobraArbok

Regular Pleskian
I'm Working with Ubuntu 18.04
I need to install Softacuolous.
I've installed IonCube with these commands:
Code:
wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar -xvf ioncube_loaders_lin_x86-64.tar.gz
cp -av /opt/plesk/php/7.3/lib/php/modules/ioncube_loader_lin_7.3.so{,.old}
cp -av ioncube/ioncube_loader_lin_7.3.so  /opt/plesk/php/7.2/lib/php/modules/ioncube_loader_lin_7.3.so
service apache2 restart

With /opt/plesk/php/7.0/bin/php -v | grep -i ioncube I see:
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.2.1, Copyright (c) 2002-2018, by ionCube Ltd.

But, when I try to install Softaculous I get:

Failed
Installation of extension has failed
  • Execution of /opt/psa/tmp/module4XVeqQ/plib/scripts/pre-install.php failed with exit code 1 and the output:
  • ionCube Loader is not loaded. Please enable it to continue installation
Where am i doing wrong?
 
Plesk has own ioncube loader packages for shipped PHPs, for example plesk-php73-ioncube-loader. Why you do not use it?
 
Find it with something like:

# apt-cache search plesk-php72 | grep ioncube
plesk-php72-ioncube-loader - PHP ionCube Loader

then install package with apt.
 
Find it with something like:

# apt-cache search plesk-php72 | grep ioncube
plesk-php72-ioncube-loader - PHP ionCube Loader

then install package with apt.

Code:
apt-cache search plesk-php73 | grep ioncube
plesk-php73-ioncube-loader - PHP ionCube Loader
root@myserver:~# apt install plesk-php73-ioncube-loader 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
plesk-php73-ioncube-loader is already the newest version (10.3.2-ubuntu.18.04.190506.1021).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Then, trying to install softaculous
Installation of extension has failed
  • Execution of /opt/psa/tmp/moduler5OxA0/plib/scripts/pre-install.php failed with exit code 1 and the output:
  • ionCube Loader is not loaded. Please enable it to continue installation
 
Back
Top