J'ai un souci dans l'installation d'un kit graphique acheté chez http://www.kits-graphiques-deluxe.com ( si quelqu'un connait). J'ai installer mon kit graphique sur mon serveur ( mutualisé chez OVH), j'ai configuré le .htaccess pour activer Zend Optimizer et je me retrouve avec cette erreur quand j'essaie d'afficher mon site.
Your server was tested to meet all CMS requirements. Following errors were encountered an need to be fixed to run the software:
* There is an error while checking admin/gateway.php:
Je suis allé voir le fameux fichier et je trouve ceci:
<?php @Zend;
4123;
/*
print <<<EOM
<html><body><a href="http://www.zend.com/products/zend_guard"><img border="0" src="http://www.zend.com/images/store/safeguard_optimizer_img.gif" align="right"></a><center><h1>Zend Optimizer not installed</h1></center><p>This file was encoded by the <a href="http://www.zend.com/products/zend_guard">Zend Guard</a>. In order to run it, please install the <a href="http://www.zend.com/products/zend_optimizer">Zend Optimizer</a> (available without charge), version 3.0.0 or later. </p><h2>Seeing this message instead of the website you expected?</h2>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:<br><br><tt>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.</tt><br><br><b>Note</b>: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to <a href="http://www.zend.com">Zend Technologies</a>. <h2>What is the Zend Optimizer?</h2><p>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. </p><p>In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard. </p><p>The Zend Optimizer is a free product available for download from <a href="http://www.zend.com">Zend Technologies</a>. Zend Technologies also developed the PHP scripting engine, known as the <a href="http://www.zend.com/products/zend_engine">Zend Engine</a>.</p></body></html>
EOM;
exit();
__halt_compiler();
?>
ET ensuite tout un tas de caractère totalement illisible qui ne se copie/colle même pas sur le forum.
Bon le service supports est aux abonnés absent bien sur.
Voilà si quelqu'un pouvais m'apporter son aide se serait super sympa.
Ben non je ne l'ai pas fait, car selon OVH c'est déjà fait voici leur réponse avant que je mette la ligne suivant dans mon .htaccess (SetEnv ZEND_OPTIMIZER 1):
Comme spécifié sur le mail précédent, zend optimizer est installé mais n'est pas activé. Merci de l'activer en vous servant du lien fourni comme guide.
http://guide.ovh.com/ConfigPhp
Voici d'ailleurs mon .htaccess si ça peux vous aider
Options +FollowSymLinks +ExecCGI
SetEnv ZEND_OPTIMIZER 1
<IfModule mod_rewrite.c>
RewriteEngine On
## uncomment the following line, if you are having trouble
## getting no_script_name to work
#RewriteBase /
## turn off index.html, it is for offline mode
RewriteRule ^.*index.html$ index.php [QSA]
## no, so we redirect to our front web controller
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
Et donc dernière question si il faut juste installer Zend Optimizer, est-ce compliqué??
Merci en tout cas pour la rapidité de votre réponse.
Trouvez des réponses à vos questions sur la création de sites web, le référencement et les meilleures pratiques pour gérer un site. Échangez avec d'autres webmasters passionnés pour améliorer vos compétences en ligne et optimiser vos projets de site web.
6 avril 2011 à 17:41
Ben non je ne l'ai pas fait, car selon OVH c'est déjà fait voici leur réponse avant que je mette la ligne suivant dans mon .htaccess (SetEnv ZEND_OPTIMIZER 1):
Comme spécifié sur le mail précédent, zend optimizer est installé mais n'est pas activé. Merci de l'activer en vous servant du lien fourni comme guide.
http://guide.ovh.com/ConfigPhp
Voici d'ailleurs mon .htaccess si ça peux vous aider
Options +FollowSymLinks +ExecCGI
SetEnv ZEND_OPTIMIZER 1
<IfModule mod_rewrite.c>
RewriteEngine On
## uncomment the following line, if you are having trouble
## getting no_script_name to work
#RewriteBase /
## remove trailing slash
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} ^(.+)/$
#RewriteRule ^(.+)/$ $1 [R=301,L]
## turn off index.html, it is for offline mode
RewriteRule ^.*index.html$ index.php [QSA]
## no, so we redirect to our front web controller
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
Et donc dernière question si il faut juste installer Zend Optimizer, est-ce compliqué??
Merci en tout cas pour la rapidité de votre réponse.
6 avril 2011 à 18:05
Je vais aller voir le tuto en espérant y arriver :p!
Merci encore