Jump to content

Problem importing images in v1.4.3.0


Recommended Posts

Hya,

So I have just upgraded to 1.4.3.0 from 1.4.2.5, and had to do a fresh import and "delete existing products" to take advantage of the new custom import feature "date add product" available on SVN. This was not a prob in and of itself because it's a new shop still in dev mode.

But this time around I can't get the images to import (they were all erased with the fresh import).

- I have cleared cache
- I have updated .htaccess
- I tried turning off friendly URLs (as per some discussion I saw on the forum)
- I have split up my CSV into batches of 100 products to keep it light
- I am using the URL structure ..//upload/image.jpg (also tried ../upload/)

Before the upgrade the image import worked fine. Now the screen freezes at every attempt and no images are uploaded (and no particular error message).

Any ideas? Am I doing something wrong? Is this a known bug? Does it have to do with the new image archive system?

Any feedback would be much appreciated!
-jennyb

Link to comment
Share on other sites

  • 7 months later...
  • 3 weeks later...

Hi, I have solution for my problem. Now I can import pictures without problem. You can try it:

 

1. go to www/admin/tabs/AdminImport.php line 388.

2. replace if (@copy($url_source_file, $tmpfile)) by if (@file_put_contents($tmpfile, file_get_contents($url)) )

 

Sorry about my stupid english :-) Give me feed back ;-)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...