categories_status
jcoyles <[email protected]> 30 Jul 2003 00:31:09 -0000
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <f4fd482f09f9278b6496088344d35c4e@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals http://forums.oscommerce.com/viewtopic.php?p=204055#204055 ---------------------------------------------------------------- Hi, I have attempted an install but have found that you have a "categories_status" in your categories table that I do not seem to have. Is this a part of this contrib, or another? As you can probably tell, I am not a coder, and hope that this question is not so simple to solve that I look like an idiot. Oh yea, could you please place a link in the contributions listing to this forum topic, so any new users can find this without an in-depth search. This is the result I get in the Admin: [b]1054 - Unknown column 'c.categories_status' 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_status 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[/b] Thanks