peskywinnets Posted August 9, 2017 Share Posted August 9, 2017 So I'm contemplating migrating to Prestashop 1.7.2 from opencart. Having struggled for a couple of hours with product import via csv (the auto-matching of column names is very poor!), I have it all working but receiving an error message wrt importing images. here's a typical image URL for a hosted image.... http:\\phtools.co.uk\images\dap-01\4.jpg (if you point your browser at that URL you will get an image just fine but when I import via a CSV using that same URL I receive an import error message... "Error copying image: http:\\phtools.co.uk\images\dap-01\4.jpg" Any ideas what I'm doing wrong? (all the directories on my image folders are set with 755 & files 644) Link to comment Share on other sites More sharing options...
peskywinnets Posted August 9, 2017 Author Share Posted August 9, 2017 Ok, I've sorted this.....I had my slashes in the image URL the wrong way round - I should have used / instead of \ therefore my URL should be... http://phtools.co.uk/images/dap-01/4.jpg (NOT http:\\phtools.co.uk\images\dap-01\4.jpg) 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