I did a clean install of oscomm-max 1.7 then i restored a backup from my oscomm-2.2 and it seemd to work fine but when i open up the catalog page i get this error
Quote:
1054 - Unknown column 'p.products_ship_price' in 'field list'
select p.products_ship_price, p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status from products p, products_description pd, products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = '0' order by pd.products_name
|
all my products are listed but it looks like something moved in that was not a problem before but now is in MAX. Any ideas ?