Just moved my cart over to a new server... everything seems to be working ok except when I click on the "new products" link I get a sql error:
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 'SELECT p.products_id, p.products_type, pd.products_name, p.products_image, p.pro' at line 1
in:
[select count(*) as total SELECT p.products_id, p.products_type, pd.products_name, p.products_image, p.products_price, p.products_tax_class_id, p.products_date_added, m.manufacturers_name, p.products_model, p.products_quantity, p.products_weight, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status, p.master_categories_id FROM zen_products p LEFT JOIN zen_manufacturers m ON (p.manufacturers_id = m.manufacturers_id), zen_products_description pd WHERE p.products_status = 1 AND p.products_id = pd.products_id AND p.master_categories_id != 10 AND pd.language_id = 1 and p.products_date_added >=20100121]
=============================
If I click on the show all inventory link everything is there. I went into php admin and checked the database... it doesn't appear to have any issues. I click on the repair database icon just to be sure but no problems. Is it possible a php file didn't copy over properly ? I'm not a programmer but hope some one can help explain it in layman's terms. Thanks for any and all advice.....



