• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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