#1 Le 27/06/2012, à 15:49
- hd26
Erreur cbpaidsubsbot detected that the required free ionCube
Bonjour
Voila j’ai un serveur Ubuntu 10.04.4 LTS
Sur mon installation jommla je un message erreur « Paid Subscriptions bot cbpaidsubsbot detected that the required free ionCube loader for your server type and php version is not installed. Please contact your hoster to install it for you, or visit ionCube free downloads page of ionCube loaders for the loader and instructions. In case of problems installing the loader, please contact ionCube support directly after checking their support forum. Thanks. »
J’ai donc installer ionCube
cd /usr/local/lib
wget http://downloads2.ioncube.com/loader_do … 64.tar.bz2
tar –xjvf ioncube_loaders_lin_x86-64.tar.bz2
j’ai modifier le php.ini qui se trouve ici :/usr/local/lib/php5/php.ini
j’ai donc inséré la ligne
zend_extension = /usr/local/lib/ioncube/ioncube_loader_lin_5.2.so
je relance apache : /etc/init.d/apache2 restart
Mais j’ai toujours mon message erreur je précise que je installer suPHP en cas ou .
Quel ‘un a une idée merci d’avance
Hors ligne
#2 Le 27/06/2012, à 16:24
- hd26
Re : Erreur cbpaidsubsbot detected that the required free ionCube
J’ai trouve
Pour information ca peu aide quelqu'un autre
Nano /etc/php5/cgi/php.ini
Modifier la ligne zend_extension = /usr/local/lib/ioncube/ioncube_loader_lin_5.3.so (5.3 pour php PHP Version 5.3.2-1)
et non zend_extension = /usr/local/lib/ioncube/ioncube_loader_lin_5.2.so
Bonne journée.
Hors ligne