sensai

Member
Sep 17, 2013
12
0
1
cPanel Access Level
Reseller Owner
I am trying to install a few different scripts with Softaculous. During installation i get the error "Required PHP extension not found : Ion Cube Loader"

So I go into Server Configuration>>Tweak Settings, then click on PHP tab, scroll down to cPanel PHP loader and notice that ion cube loader is the one that is already checked..

I'm lost any help would be appreciated.
 

kernow

Well-Known Member
Jul 23, 2004
1,031
62
178
cPanel Access Level
Root Administrator
You may have it selected in "tweak settings" as your preffered choice but that doesn't mean its installed. From CLI check with:
Code:
php -v
If installed it should read something like:
........snip.....Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd
If not then run easyapache and select ioncube loader
 

quietFinn

Well-Known Member
Feb 4, 2006
2,015
539
493
Finland
cPanel Access Level
Root Administrator
I am trying to install a few different scripts with Softaculous. During installation i get the error "Required PHP extension not found : Ion Cube Loader"

So I go into Server Configuration>>Tweak Settings, then click on PHP tab, scroll down to cPanel PHP loader and notice that ion cube loader is the one that is already checked..
PHP settings in Tweak Settings are for cPanel's Internal PHP, located in /usr/local/cpanel/3rdparty/bin/php.

PHP that applications, server by Apache, are using is configured and installed by EasyApache.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

You can install Ioncube PHP loader for Apache via:

Code:
/scripts/phpextensionmgr install IonCubeLoader
Thank you.