-- url of the page with the problem -- :
www.coldmistcooling.com.au/2013site/inde.../outdoor-cooling-kit
Also getting in Admin when clicking on a product to edit
-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3.3.0
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : All browsers
-- Error-message(debug-mod must be tuned on) -- : Error_message
I am getting following error since updating Joomla and Hika shop to latest versions:
1054 Unknown column 'b.taxation_date_start' in 'where clause' SQL=SELECT b.*,c.* FROM lys7q_hikashop_category AS a LEFT JOIN lys7q_hikashop_taxation AS b ON a.category_namekey=b.category_namekey LEFT JOIN lys7q_hikashop_tax AS c ON b.tax_namekey=c.tax_namekey WHERE a.category_id = 11 AND b.taxation_published=1 AND ( taxation_type = '' OR taxation_type = 'individual' ) AND b.taxation_date_start <= 1401259833 AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1401259833)