Jump to content

Can't save product images from imported CSV


Recommended Posts

I have imported a CSV file to Prestashop which includes product images.

All fields (product information) were successfully saved, but NOT product images.

 

The warning I received is the following;

 

Product n°1: the picture cannot be saved: http://MYDOMAIN.com/FOLDER/IMGFILE.jpg

 

Prestashop Ver. : 1.5.4.1

PHP Ver. : 5.3.13

 

I appreciate any help on this problem.

Edited by Hide-Nene (see edit history)
Link to comment
Share on other sites

I currently have the same problem, also. Everything saves form the csv except pictures, and this is with csv files I've successfully used before. I can view the images in a browser just fine. I've been trying out copying the "p" folder from backups and fresh PS installs, but still no luck

1.5.4.1

Edited by Buds (see edit history)
Link to comment
Share on other sites

I figured it out, just in case anyone needs the info and finds this thread... in my case it was the "default_socket_timeout" in the php.ini file had been changed to 0. I changed it to 10 secs and the pictures are saving again.

Link to comment
Share on other sites

  • 1 month later...

Product n°x: the picture cannot be saved

 

Here is how i solved the problem

 

after 10 hours of finding what was the reason that stopped working CSV import of pictures

 

and tried a different server setup, read all forum threads on this issue

 

the solution was very simple

 

to completely clear the sql table "ps_image" and "ps_image_lang"

 

and it's magic! work again!

Link to comment
Share on other sites

  • 3 months later...
×
×
  • Create New...