Jump to content

Error Copying image during csv upload


Recommended Posts

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

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

×
×
  • Create New...