Jump to content

message d'erreur lors d'ajout d'un article


shamon

Recommended Posts

bonjour,

j'ai ce message d'erreur qui s'affiche lorsque je veux ajouter un produit.De quoi s'agit-il svp ?

 

Unknown column 'p.id_produ' in 'on clause'

SELECT p.id_product, pl.id_lang, pl.name pname, p.reference, p.ean13, p.upc, pl.description_short, pl.description, cl.name cname, m.name mname

FROM ps_product p

LEFT JOIN ps_product_lang pl ON p.id_produ#t = pl.id_product

LEFT JOIN ps_category_lang cl ON (cl.id_category = p.id_category_default AND pl.id_lang = cl.id_lang)

LEFT JOIN ps_manufacturer m ON m.id_manufacturer = p.id_manufacturer

WHERE p.indexed = 0

LIMIT 50

Link to comment
Share on other sites

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...