Author Topic: Problem in ionCube with scripts whmcs  (Read 9670 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Problem in ionCube with scripts whmcs
« on: April 01, 2015, 07:53:44 PM »
Problem with me appeared in the script WHMCS

Code: [Select]
Site error: the file /home/xxxxxx/public_html/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.4.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.

You add this line at the end of the php.ini file of the panel CWP
Such an explanation
http://forum.centos-webpanel.com/php/how-to-install-ioncube-loader-in-php-on-centos-linux/


Php and you upgrade to this release 5.4.27
This is after the implementation of php -v

[root@kvm ~]# php -v
PHP 5.4.27 (cli) (built: Apr  1 2015 13:27:00)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    with the ionCube PHP Loader v4.7.5, Copyright (c) 2002-2014, by ionCube Ltd.


I make RESTART many times and did not solve the problem
« Last Edit: April 01, 2015, 07:55:34 PM by mekosaad »

Offline
*
Re: Problem in ionCube with scripts whmcs
« Reply #1 on: April 01, 2015, 08:56:42 PM »
Unfortunately, the problem was resolved after the addition of
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.4.so
Also in line ioncube /home/XXXXXX/public_html/php.ini file  ;D