Palido Posted November 11, 2014 Share Posted November 11, 2014 Hi I got this error when trying to import attributes to my shop: My file I am trying to import looks like this: 2005;Länge;20,5 cm;S3872;0.00;0.00;1 2006;Länge;19,5 cm;S3852/G;1.00;0.00;1 2007;Ringweite;52;S3064;1.00;0.00;1 PS 1.5.4.1 It has already worked some time ago with the same file and now I always get this error :/ Hope someone has a solution. Regards, Palido Link to comment Share on other sites More sharing options...
tuk66 Posted November 11, 2014 Share Posted November 11, 2014 ps_product_attribute_shop table has primary key id_product_attribute, id_shop. So you are trying to insert new attribute for these IDs: id_product_attribute = 1id_shop = 1 Link to comment Share on other sites More sharing options...
Palido Posted November 11, 2014 Author Share Posted November 11, 2014 ps_product_attribute_shop has only one primary key for me and this is: id_product_attribute so what do I have to change that I can import my .csv file? Link to comment Share on other sites More sharing options...
tuk66 Posted November 11, 2014 Share Posted November 11, 2014 There is primary on both fields in my v1.5.4.1. Can you publish the complete CSV? Link to comment Share on other sites More sharing options...
Palido Posted November 11, 2014 Author Share Posted November 11, 2014 yes in my db there is also a primary on both fields just tried something before. this is my complete csv: kombi.zip Link to comment Share on other sites More sharing options...
Recommended Posts