Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1054 - Unknown Column 'products_featured' In 'where Clause'?


jeremylwf

Recommended Posts

Posted

Hi,

 

I accidently delated my product tables and finally got it restored using the default oscommerce product table. Now i have this error:

 

1054 - Unknown column 'products_featured' in 'where clause'

 

SELECT products_id from products where products_featured = '1' and now() >= products_featured_until and products_featured_until > 0

 

[TEP STOP]

 

got any idea how to fix this?

Posted

The mentioned table fields are not part of an osC standard installation, so I guess they came with an installed contribution. Check the installation files of the contribution for .sql file. There you should find the needed information. You can run that file to recreate the fields, but without any warranty. Make sure to make a backup of your database before running that file!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...