slugpace Posted September 1, 2015 Share Posted September 1, 2015 I decided to scrap my old webshop and try out the bootstrap version of osC 2.3.4. I appear to have installed everything properly, but in the Admin area, the 'Categories/Products' section gives me this message: 1054 - Unknown column 'cd.categories_description' in 'field list'select c.categories_id, cd.categories_name, cd.categories_description, c.categories_image, c.parent_id, c.sort_order, c.date_added, c.last_modified 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] Any advice on how to get around this? Link to comment Share on other sites More sharing options...
burt Posted September 1, 2015 Share Posted September 1, 2015 Stupidity on my part. I have fixed the oscommerce.sql file. Run this in phpmyadmin to quickly fix yours: ALTER TABLE categories_description ADD categories_description TEXT NULL; ALTER TABLE manufacturers_info ADD manufacturers_description TEXT NULL; Link to comment Share on other sites More sharing options...
slugpace Posted September 1, 2015 Author Share Posted September 1, 2015 Great! Thanks so much! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.