Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Feature Products Infobox v1.3


Guest

Recommended Posts

Posted

I have installed the Features Products Infobox v1.3

Everything went well

Everything is ok on the admin side but when i try to access my catalog i get this message.

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

 

select featured_id from TABLE_FEATURED where status = '1' and now() >= expires_date and expires_date > 0

 

[TEP STOP]

but when i ran the sql file it went ok !

I am running ver2.2MS1

 

Regards

The_Bear

Posted

i am running in exactly the same problem and i can't find out what is wrong !

 

 

Posted: Wed, 28 May 2003 22:59 Post subject: Feature Products Infobox v1.3

 

--------------------------------------------------------------------------------

 

I have installed the Features Products Infobox v1.3

Everything went well

Everything is ok on the admin side but when i try to access my catalog i get this message.

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

 

select featured_id from TABLE_FEATURED where status = '1' and now() >= expires_date and expires_date > 0

 

[TEP STOP]

but when i ran the sql file it went ok !

I am running ver2.2MS1

Posted

i found it !!!

 

this is the first time in my life i understand OSC coding :oops:

 

add in the database_tables.php in catalog/includes

before the end of the php-code

 

define('TABLE_FEATURED', 'featured');

 

and all working fine

Archived

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

×
×
  • Create New...