Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

featured_products_v1.3---got error---


Guest

Recommended Posts

got this error

 

1146 - Table 'test1.table_featured' doesn't exist

 

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

 

[TEP STOP]

 

 

although i had added the table to my database ...any idea????

 

create table featured (

featured_id int(11) not null auto_increment,

products_id int(11) default '0' not null ,

featured_date_added datetime ,

featured_last_modified datetime ,

expires_date datetime ,

date_status_change datetime ,

status int(1) default '1' ,

PRIMARY KEY (featured_id)

);

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.
Note: Your post will require moderator approval before it will be visible.

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...