Just installed this on a 1.3.7 site and get the following error:
Code:
1054 Unknown column 'p.products_id' in 'on clause'
in:
[select p.products_id, pd.products_name, pd.products_description, p.products_image, p.products_model, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, p.products_date_added, m.manufacturers_name from zen_products p left join zen_manufacturers m on p.manufacturers_id = m.manufacturers_id, zen_products_description pd left join zen_specials s on p.products_id = s.products_id, zen_categories c, zen_products_to_categories p2c where products_status = '1' and p.products_id = pd.products_id and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id AND p.products_image IS NOT NULL order by p.products_date_added DESC, pd.products_name]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
The function which is failing is in admin/pdf_catalogue.php - anyone advise as to what I may have done wrong please?