valeriestw Posted February 20, 2003 Share Posted February 20, 2003 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. Quote www.knownworldweb.com Link to comment Share on other sites More sharing options...
sgflowers Posted February 20, 2003 Share Posted February 20, 2003 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.