nobusiness Posted January 15, 2009 Share Posted January 15, 2009 I followed the directions and installed the files as instructed (and just for the record, I'm not a PHP programmer). I'm pretty sure all the files are in the right places and everything appears to be in place. However, when I go to tools|generate pdf catalog, I get this: 1054 - Unknown column 'p.products_id' in 'on clause' 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 products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c where products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and p2c.categories_id='35' order by pd.products_name, p.products_date_added DESC Is there something on the DB side I have to do as well? Didn't see anything in the zip file about that. I downloaded the 9/2008 version of the PDF Catalog module. I did research and found that this msg comes up when left joins are used and no () are used. Not sure which file is causing the issue, so I guess that is the problem. I emailed snarg for help, but haven't heard anything yet so opening this up for anyone else who's run into this or knows of a solution. Regards, Steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.