17/07/2010, 14:46:43
Citation :#~~~~~ NE PAS SUPPRIMER CE BLOC ~~~~~Bonjour,
#~ Version du CMS: 1.7.1
#~ Nom de l'hébergeur : OVH
#~ Informations Système :
#~ CMSMS 1.8.1 (mais pas encore dans la liste)
#~ LOCAL - wampserver2
#~ ->APACHE 2.2.11
#~ ->PHP 5.3.0
#~ ->MySQL 5.1.36
#~ DISTANT : OVH
#~ ->PHP 4.4.9 -- .htaccess SetEnv PHP_VER 5_TEST
#~ ->MySQL 5.0.32
#~~~~~ NE PAS SUPPRIMER CE BLOC ~~~~~
je suis débutant dans la création de site internet, mais patient.
En revanche, je n'arrive pas à résoudre mon problème d'installation.
Lors de l'étape 2, comme, certains posts l'ont déjà soulignés, apparaît
Citation :Le paramètre error_reporting pour assurer E_DEPRECATED est désactivéJ'ai bien utilisé la fonction recherche du forum est trouvé à la fois l'explication du problème (lié à PHP 5.3) et d'éventuelles résolutions :
E_DEPRECATED est activé
ici --> http://www.cmsmadesimple.org/2010/03/20/...ape-verde/
et ici --> http://www.cmsmadesimple.fr/forum/viewto...?pid=14179
Et voilà pourquoi je poste finalement ici.
Solution 1
Citation :php.ini settings for PHP 5.3.xLOCAL : modification dans php.ini
The recommended value for error_reporting in your php.ini is:
error_reporting = E_ALL & ~E_DEPRECATED
error_reporting = E_ALL en error_reporting = E_ALL & ~E_DEPRECATED
==> pas d'effet
DISTANT : je ne sais pas où trouver le php.ini sur OVH
Solution 2
Citation :.htaccess settings for PHP 5.3.xLOCAL : modification dans .htaccess
The error reporting value in a .htaccess file has to be specified as an integer.
php_value error_reporting 22527
TED
insertion ligne : php_value error_reporting 22527
==> RESOLU
DISTANT : problème, après transfert FTP, j'ai :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
==>Bref, Non Résolu
Solution 3
Citation :error_reporting set directly in PHPLOCAL : modification dans config.php
If none of these options work, you may have luck with this line in your config.php:
error_reporting(E_ALL & ~E_DEPRECATED);
insertion ligne : error_reporting(E_ALL & ~E_DEPRECATED);
==> pas d'effet
DISTANT :
==> pas d'effet non plus
Est-ce que j'ai fait une mauvaise manipulation ? ou bien non testé une autre solution ?
Merci d'avance
Julien