Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pulldown Menu Error


valeriestw

Recommended Posts

I tried to install the Pulldown Menu contribution and I got this error:

 

1054 - Unknown column 'c.status' in 'where clause'

 

select c.categories_id, cd.categories_name, c.parent_id from categories c, categories_description cd where c.status = '1' and c.parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id='1' order by sort_order, cd.categories_name

 

[TEP STOP]

 

 

Does anybody know how to fix this? I don't really know much about PHP, so any help would be appreciated.

www.knownworldweb.com

Link to comment
Share on other sites

c.status is no longer used due to performance concerns it refers to category status you used to be able to enble / disable categories but it was giving a big performance hot

 

to fix simply remove all occurances of c.status from the contibution

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