Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting errors after installing


91crxsi

Recommended Posts

Any ideas on how to fix these? I am totally new to PHP.

 

Here are the errors I am getting after install:

 

 

 

In the "index.php" of my site I get this error when going to my site

 

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]

 

 

In Administration under "Categories" I get this error

 

1054 - Unknown column 'c.categories_featured' in 'field list'

 

select c.categories_id, cd.categories_name, c.categories_image, c.parent_id, c.sort_order, c.date_added, c.last_modified, c.categories_featured, c.categories_featured_until from categories c, categories_description cd where c.parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id = '1' order by c.sort_order, cd.categories_name

 

[TEP STOP]

 

 

In Administration under "Manufacturers" I get this error

 

1054 - Unknown column 'manufacturers_featured' in 'field list'

 

select manufacturers_id, manufacturers_name, manufacturers_image, date_added, last_modified, manufacturers_featured, manufacturers_featured_until, manufacturer_featured, manufacturer_featured_until from manufacturers order by manufacturers_name limit 0, 200

 

[TEP STOP]

 

 

 

 

Thanks for your help

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.

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