Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * - - 1 votes

Wolfen Featured Sets SUPPORT


403 replies to this topic

#401 zozzoozzz

  • Community Member
  • 219 posts
  • Real Name:JUN

Posted 12 March 2009, 12:51

1054 - Unknown column 'p.products_id' in 'on clause'

select p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_name, pd.products_description, pd.products_short, p.products_image, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, m.manufacturers_id, m.manufacturers_name, m.manufacturers_image, m.manufacturer_featured_until, mi.manufacturers_id, mi.languages_id, mi.manufacturers_url from products p, products_description pd, manufacturers m, manufacturers_info mi left join specials s on p.products_id = s.products_id where p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = mi.manufacturers_id and mi.languages_id = '1' and m.manufacturer_featured = '1' order by m.manufacturers_id DESC limit 2

#402 zozzoozzz

  • Community Member
  • 219 posts
  • Real Name:JUN

Posted 13 March 2009, 05:35

i thank,this is a powerful CONTRI, but I got a error after installing it, see below:




1054 - Unknown column 'p.products_id' in 'on clause'

select p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_name, pd.products_description, pd.products_short, p.products_image, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, m.manufacturers_id, m.manufacturers_name, m.manufacturers_image, m.manufacturer_featured_until, mi.manufacturers_id, mi.languages_id, mi.manufacturers_url from products p, products_description pd, manufacturers m, manufacturers_info mi left join specials s on p.products_id = s.products_id where p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = mi.manufacturers_id and mi.languages_id = '1' and m.manufacturer_featured = '1' order by m.manufacturers_id DESC limit 2

#403 gregy

  • Community Member
  • 678 posts
  • Real Name:Gregor
  • Gender:Male
  • Location:Slovenia, Celje

Posted 18 April 2011, 12:11

is this topic stil live, so i can post question?

#404 Jack_mcs

  • Community Member
  • 24,434 posts
  • Real Name:Jack
  • Gender:Male

Posted 18 April 2011, 13:11

View Postgregy, on 18 April 2011, 12:11, said:

is this topic stil live, so i can post question?
You can post a question but no one is suporting this contribution, to my knowledge. You should use the open featured sets contribution instead.