Jump to content

Bug rewrite product 1.6.1.0


Recommended Posts

Bonjour

Depuis la mise à jour 1.6.1.0 , je rencontre un problème sur le detail produit

 

erreur suivante 

 

[PrestaShopException]

Invalid product vars
at 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.             else
103.                 throw new PrestaShopException('Invalid product vars');
104.         }
105.
106.         // Set available keywords
107.         $params = array();
108.         $params['id'] = $product->id;

 

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 by frédéric pardigon (see edit history)
Link to comment
Share on other sites

  • 4 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...