Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1064 - You have an error in your SQL


renatoronner

Recommended Posts

I buy a template in Template Monster, and when i instal...

 

 

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 'MAX_DISPLAY_BESTSELLERS_IN_HEADER' at line 1

 

 

-

 

select distinct p.products_id, p.products_image, p.products_price, p.products_tax_class_id, pd.products_name from products p, products_description pd, products_to_categories p2c, categories c where p.products_status = '1' and p.products_ordered > 0 and p.products_id = pd.products_id and pd.language_id = '4' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and '0' in (c.categories_id, c.parent_id) order by p.products_ordered desc, pd.products_name limit MAX_DISPLAY_BESTSELLERS_IN_HEADER

 

 

http://www.cdbrasil.com.br/catalog/

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...