I have installed the Froogle Feed Generator (http://breakmyzencart.com), when I run the script, the system return SQL error message:

: SQL error Unknown column 'p.manufacturers_id' in 'on clause'| sql = SELECT concat( 'http://www.brandbags.biz/index.php?main_page=',pt.type_handler,'_info&currency=USD&products_id=' ,p.products_id) AS link, p.products_model AS prodModel, p.products_weight, p.products_type, m.manufacturers_name AS mfgName, m.manufacturers_id, p.products_id AS id, pd.products_name AS title, pd.products_description AS description, p.products_status AS prodStatus, FORMAT( IFNULL(s.specials_new_products_price, p.products_price),2) AS price, p.products_image AS image_link, pc.categories_id AS prodCatID, c.parent_id AS catParentID, cd.categories_name AS catName FROM categories c, categories_description cd, products p, products_description pd, products_to_categories pc left join manufacturers m on ( m.manufacturers_id = p.manufacturers_id ) left join specials s on ( s.products_id = p.products_id AND ( (s.expires_date > CURRENT_DATE) OR (s.expires_date = 0) ) ) left join product_types pt on p.products_type = pt.type_id WHERE p.products_price > 0 AND p.products_id=pd.products_id AND p.products_id=pc.products_id AND pc.categories_id=c.categories_id AND c.categories_id=cd.categories_id ORDER BY p.products_id ASC

Information:
  • Zen Cart 1.3.0.2
  • MySQL 5.0.24
  • PHP Version: 4.4.1 (Zend: 1.3.0)


Please help me how to resolve the problem. Thanks!