Search our documentation...

Simply enter what you are looking for!

NOTICE: THIS IS OLD LEGACY DOCUMENTATION FOR JETBACKUP 3.1 (EOL), FOR THE NEWER MOST UPDATED DOCUMENTATION PLEASE VISIT: http://docs.jetbackup.com

ionCube error although enabled in tweak settings

In some cases you might encounter ionCube error, although you properly enabled ionCube through WHM -> Tweak settings -> cPanel ionCube loader.
We’ve seen these errors with WHM v58.

To work around this issue you will need to manually force ionBube loader through php.ini file.
Log in to your server as root, and edit the php.ini file –

vi /usr/local/cpanel/3rdparty/php/56/etc/php.ini

Add the ioncube loader line to php.ini under “Dynamic Extensions” section –

zend_extension="/usr/local/cpanel/3rdparty/php/56/ioncube/ioncube_loader_lin_5.6.so"

Selection_168