oshoot Posted November 24, 2016 Share Posted November 24, 2016 I am trying to import my products CSV and getting these errors. Any idea what could be wrong? is it the 3rd column Product name, does this need to be less than 128 characters? Errors occurred: • UTG 3-9x32 AO Compact CQB Bug Buster Rifle Scope Illuminated Mil-Dot Reticle 1 4 MOA 1 Tube Medium Max Strength Lever Lock Weaver Rings (ID: No ID) cannot be saved • Property Product->link_rewrite length (135) must be between 0 and 128 • UTG 4-16x56 Bubble Leveler AO Rifle Scope SWAT AO EZ-TAP Illuminated Etched-Glass Mil-Dot Reticle 1 8 MOA 30mm Tube Weaver Picatinny Rings (ID: No ID) cannot be saved • Property Product->link_rewrite length (138) must be between 0 and 128 • UTG 4x32 AO Bug Buster Compact Rifle Scope EZ-TAP Illuminated Mil-Dot Reticle 1 4 MOA 1 Tube Low Max Strength Lever Lock Weaver Rings (ID: No ID) cannot be saved • Property Product->link_rewrite length (133) must be between 0 and 128 Link to comment Share on other sites More sharing options...
razaro Posted November 24, 2016 Share Posted November 24, 2016 Like error says those are really long names 133,135 and 138 characters so do try to rename those. Link to comment Share on other sites More sharing options...
oshoot Posted November 24, 2016 Author Share Posted November 24, 2016 (edited) I see this fix for 1.6. Not sure how to do it in 1.7 FIXED! SOLUTION (PrestaShop 1.6.0.9): 1. admin/classes/product.php Change "link_rewrite -> size" from 128 to 255 (Line 309) Change "name -> size" from 128 to 255 (Line 315) 2. From phpmyadmin go to this table: ps_product_lang Change "name" varchar(128) to varchar(255) Change "link_rewrite" varchar(128) to varchar(255) Edited November 24, 2016 by oshoot (see edit history) Link to comment Share on other sites More sharing options...
fonekase Posted December 24, 2016 Share Posted December 24, 2016 i just installed prestashop 1.7 and i tried using the csv import and i kept getting errors for such things like meta character to long so i changed that but i have a csv file with well over 2000 products and i cant get it to work properly. my csv file is formatted correctly. is there anyone out there that can help me. Link to comment Share on other sites More sharing options...
oshoot Posted December 24, 2016 Author Share Posted December 24, 2016 I could not get any help and when it did work it was very erratic I had 6000+ items. I gave up and had to go to another platform Link to comment Share on other sites More sharing options...
fonekase Posted December 25, 2016 Share Posted December 25, 2016 Have you tried the Csv import pro module? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now