QUOTE (oschellas @ May 21 2007, 10:55 AM)

You are already using a different system for your default page, featured products. The stock OSC loads by default the new products on this page. If you installed a featured products contribution it would be controllable through the admin which products to show...
ok now i think i seriously screwed something up i downloaded and used the Featured Products contrib from the osc contrib section
and i get this error when i click on Featured Products in the admin panel
Featured Products
Products Status Action
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 '-20, 20' at line 1
select p.products_id, pd.products_name, s.featured_id, s.featured_date_added, s.featured_last_modified, s.expires_date, s.date_status_change, s.status from products p, featured s, products_description pd where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = s.products_id order by pd.products_name limit -20, 20
[TEP STOP]
any ideas on a fix?