• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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