tendemo Posted August 17, 2015 Share Posted August 17, 2015 Hi Im trying to upload products via csv . Everything else uploads fine except I get an error copying image for all images I try to upload. The images are jpg, not large . Ive also tried Open - Classes/Tools.php Change From: "return @copy($source, $destination, $stream_context);" to: "return @copy($source, $destination);" But the configuration is fine . What should I do to remedy the situation. Im using Prestashop 1.6.1.0 Link to comment Share on other sites More sharing options...
NemoPS Posted August 19, 2015 Share Posted August 19, 2015 Are they located on the same server you're importing to? You might want to check writing permissions Link to comment Share on other sites More sharing options...
tendemo Posted August 19, 2015 Author Share Posted August 19, 2015 Permissions are okay however the images dont reside on the same server. Link to comment Share on other sites More sharing options...
NemoPS Posted August 21, 2015 Share Posted August 21, 2015 It might be having trouble getting them. Test with one on the same. Are you using a proper absolute url (with http) to retrieve them in the csv? Link to comment Share on other sites More sharing options...
tendemo Posted August 21, 2015 Author Share Posted August 21, 2015 Thanks, I had already got to that stage (Enable error reporting: config/defines.inc.php set PS_MODE_DEV to true!) and thanks to that I have another issue which I will need to create a new thread . Complete path URLs work fine. Link to comment Share on other sites More sharing options...
Recommended Posts