krot2knich Posted January 27, 2011 Share Posted January 27, 2011 Bonjour à tous, J'ai voulu mettre à jour prestashop de la version 1.3.1 à la 1.3.6 je pense avoir suivie la procédure la mise à ma indiqué que c'était ok mais la page blanche sur mon site et aucun acces en adminque dois je faire , la fichier htaccess dans le dossier config n'ai peu etre pas bon mais quoi mettre ? merci de m'aidera bientotVoici mon fichier htaccesSetEnv PHP_VER 5SetEnv REGISTER_GLOBALS 0RewriteBase /prestashop/# URL rewriting module activationRewriteEngine on# URL rewriting rulesRewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$2$4 [L,E]RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [L,E]RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1 [QSA,L,E]RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ cms.php?id_cms=$1 [QSA,L,E]RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [QSA,L,E]RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]# Catch 404 errorsErrorDocument 404 /404.php Link to comment Share on other sites More sharing options...
krot2knich Posted January 27, 2011 Author Share Posted January 27, 2011 Merci pour votre aide car je suis dans la M..... A+ Link to comment Share on other sites More sharing options...
krot2knich Posted January 27, 2011 Author Share Posted January 27, 2011 Dans les erreurs j'ai relevé ceci:Parse error: syntax error, unexpected '&' in /home/www/krot2knich/www/prestashop/modules/ebuildycallback/ebuildycallback.php on line 421c'est un module qui ne serait pas compatible avec Le 1.3.6 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now