Bonjour,

J'ai un problème avec la version d'évaluation RichContactPro (http://www.sourcecreativity.com/), pouvez-vous m'aider s'il vous plaît.

Lorsque j'ai essayé d'accéder dans la partie admin au menu RichContactPro de mon site, j'ai le message suivant :

Site error: the file /homez.160/okozaar/www/Job2fou/administrator/components/com_richcontact/admin.richcontact.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

Mon site étant hébergé sur OVH, J'ai configurer le fichier .htaccess comme suit :

SetEnv IONCUBE 1
SetEnv ZEND_OPTIMIZER 0
SetEnv PHP_VER 5

et j'ai également installer l'installer ioncube Linux (x86) dans un répertoire à la racine de mon site. Mais depuis je n'ai plus acces à la partie admin de mon site et j'obtient à la place le message suivant :
(page http://www.jobs.okozaar.com/administrator/index.php)
"""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""" "
Zend Optimizer not installed

This file was encoded by the Zend Guard. In order to run it, please install the Zend Optimizer (available without charge), version 3.0.0 or later.
Seeing this message instead of the website you expected?
This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:

The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.

Note: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to Zend Technologies.
What is the Zend Optimizer?

The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster.

In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard.

The Zend Optimizer is a free product available for download from Zend Technologies. Zend Technologies also developed the PHP scripting engine, known as the Zend Engine.

"""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""
Si je configure le .htaccess comme suit :

SetEnv IONCUBE 1
SetEnv ZEND_OPTIMIZER 1
SetEnv PHP_VER 5

J'obtiens à nouveau le message suivant :

Site error: the file /homez.160/okozaar/www/Job2fou/administrator/components/com_richcontact/admin.richcontact.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

Donc Pouvez vous m'indiquer ce que je peux faire ?

Par avance merci.