Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cieto Featured Products V2


Relay

Recommended Posts

Posted

I'm having a little trouble with Cieto Featured Products V2, its all working just as i want it to but, when a feature product expires my whole site stops working and i get the following error message:

 

1146 - Table 'efrisson_osc1.TABLE_FEATURED' doesn't exist

 

update TABLE_FEATURED set status = '0', date_status_change = now() where featured_id = '8'

 

[TEP STOP]

 

any one know what i've done wrong?

 

btw take a look at my site and let me know what you think

www.efrisson.com/eShop

Glen Young

Posted

you need to define what TABLE_FEATURED is in aplication_top.php (admin/includes) or in catalog/database_names.php (catalog/includes)

 

just add this

define('TABLE_FEATURED', 'featured');

 

cheers

emiliano

patagonia, argentina

Posted

Cool man thanks so much for you help, I new I had just missed something out. thanks so much for your help, and creating the mod in the first place

Glen Young

Archived

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

×
×
  • Create New...