Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error when going to edit products


bagtodrag

Recommended Posts

Posted

I added a product then i go to edit it from the ADMIN and this error message shows up, I have no idea.

 

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'p, products_description pd where p.products_id = '29' and p.prod

 

select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id , p.products_ship_sep products p, products_description pd where p.products_id = '29' and p.products_id = pd.products_id and pd.language_id = '1'

Posted

you are missing a "from" in between here

 

p.products_ship_sep products p,

 

should been

 

p.products_ship_sep from products p,

 

So you should read the install instructions on whatever module you installed.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...