So i installed via FTP
this is the error code that i get while installing it
"1091 Can't DROP 'payment_type'; check that column/key exists SQL=ALTER TABLE `suwxv_hikashop_payment` DROP INDEX payment_type"
and after that multiple pages break down, the error is
1054 - Unknown column 'b.taxation_date_start' in 'where clause' SQL=SELECT b.*,c.* FROM suwxv_hikashop_category AS a LEFT JOIN suwxv_hikashop_taxation AS b ON a.category_namekey=b.category_namekey LEFT JOIN suwxv_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 = 'company_with_vat_number' ) AND b.taxation_date_start <= 1396125973 AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1396125973) AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,8,%')
the only way it doesnt break is if i uninstall it,then install it again,but then i loose my moenus,layouts,settings of my products etc
and after that if i try to edit one of the products i get this error:1054 Unknown column 'b.taxation_date_start' in 'where clause' SQL=SELECT b.*,c.* FROM suwxv_hikashop_category AS a LEFT JOIN suwxv_hikashop_taxation AS b ON a.category_namekey=b.category_namekey LEFT JOIN suwxv_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 = 'company_with_vat_number' ) AND b.taxation_date_start <= 1396132077 AND (b.taxation_date_end = 0 OR b.taxation_date_end > 1396132077) AND (b.taxation_access = 'all' OR b.taxation_access LIKE '%,8,%')