Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trouble with setting up the responsive osC 2.3.4 w/ Bs


slugpace

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...