Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PDF Catalog Generator not working


nobusiness

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...