redskilove Posted September 27, 2014 Share Posted September 27, 2014 After upgradeing to 1.6 for 1.4 I got this problem when trying to create an attribute: Error: attribute_group (Unknown column 'position' in 'field list') Also it dosent display any of my old attritutes. Maby its because i had an attribute order module installed.. Any on got an idea how to fix this or is it an reinstall? Link to comment Share on other sites More sharing options...
tuk66 Posted November 14, 2014 Share Posted November 14, 2014 You have no position field in ps_attribute_group table - upgrade problem. Fix it with: ALTER TABLE `ps_attribute_group` ADD `position` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0'; Link to comment Share on other sites More sharing options...
Recommended Posts