frédéric pardigon Posted July 22, 2015 Share Posted July 22, 2015 (edited) Bonjour Depuis la mise à jour 1.6.1.0 , je rencontre un problème sur le detail produit erreur suivante [PrestaShopException] Invalid product varsat line 103 in file classes/Link.php 98. if (is_array($product) && isset($product['id_product']))99. $product = new Product($product['id_product'], false, $id_lang, $id_shop);100. elseif ((int)$product)101. $product = new Product((int)$product, false, $id_lang, $id_shop);102. else103. throw new PrestaShopException('Invalid product vars');104. }105.106. // Set available keywords107. $params = array();108. $params['id'] = $product->id; LinkCore->getProductLink - [line 91 - modules/fbconnectlikeshare/fbconnectlikeshare.php] - [1 Arguments] fbconnectlikeshare->hookExtraRight - [line 569 - classes/Hook.php] - [1 Arguments] HookCore::coreCallHook - [line 526 - classes/Hook.php] - [3 Arguments] HookCore::exec - [line 278 - controllers/front/ProductController.php] - [1 Arguments] ProductControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] ma configuration SEO & URL URL simplifiée Oui route vers les produits : {category:/}{id}-{rewrite}{-:ean13}.html url rewrite avec erreur: http://www.mokoncept.fr/fr/interieur-moke/666-cache-commodo-moke-1964-68.html url sans rewrite ok : http://www.mokoncept.fr/index.php?id_product=666&controller=product&id_lang=2 si je désactive url simplifié mon détail produit devient accessible merci pour votre aide Edited July 22, 2015 by frédéric pardigon (see edit history) Link to comment Share on other sites More sharing options...
frédéric pardigon Posted August 16, 2015 Author Share Posted August 16, 2015 (edited) Résolu apres énormement d'experiences ... j'ai du désinstaller la 2em langue, le module 'langue prestashop' puis le re installer désactiver le rewrite et le réactiver dans cet ordre voila la solution Edited August 16, 2015 by frédéric pardigon (see edit history) Link to comment Share on other sites More sharing options...
frédéric pardigon Posted August 16, 2015 Author Share Posted August 16, 2015 (edited) Non fausse Joie, apres avoir remis ma 2em langue " English ", le problème est revenu, cette fois impossible de regler le bugg meme en reproduisant les etapes precedentes J'en ai marre .... Edited August 16, 2015 by frédéric pardigon (see edit history) Link to comment Share on other sites More sharing options...
frédéric pardigon Posted August 20, 2015 Author Share Posted August 20, 2015 pour que ça marche, je dois rajouter cette règle dans mon .htaccess ... RewriteRule ^(.*)/(.*)/([0-9]+)-(.*)\.html$ index.php?id_product=$3&controller=product [NC,L] Quelqu'un peut il m'aider ... car à chaque regeneration du fichier htaccess ça ne marche plus merci 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