Jump to content

Erreur déclinaison produits sur 1.5.3


Recommended Posts

Bonjour, je besoin d'aide, je suis en train de développer un site en local et ayant commencer sur 1.5.2 j'ai mis à jour en 1.5.3.

 

J'ai désormais ce message d'erreur quand j'essaie de dupliquer un produit. Si quelqu'un peut m'aider ...

 

Merci d'avance

[PrestaShopException]

 

Property Product->link_rewrite is not valid

at line 872 in file classes/ObjectModel.php

 

866.

867. $message = $this->validateField($field, $value, $id_lang);

868. if ($message !== true)

869. {

870. if ($die)

871. throw new PrestaShopException($message);

872. return $error_return ? $message : false;

873. }

874. }

875. }

876.

Link to comment
Share on other sites

  • 2 weeks later...

I too have this error when inside Products list I choose to disable a visibility of a particular product by clicking the "tick" or "cross" icon next to the product name in the product list. 1.5.3.1 here.

 

Despite the error, the product in mentioning disables/enables correctly - after I refresh the product list, I can see change has occured.

Edited by imachine (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...