import - Magmi is cannot find multiple images -


i've googled, , stackoverflowed death (and checked wiki), can't find solution problem :(

problem: magento magmi: products , single images importing fine, catch magmi throws following error when try import multiple images (e.g. /bj977l.png,/bj977r.png):

image attributes processor v1.0.25 - /bj977l.png,/bj977r.png cannot found in images path

obviously checked , files there... also, if change reference 1 image, works. find very confusing.

the images located in: media/import , magmi image plugin configuration reflects this. also, if move images folder, var/import/images; makes no difference...

your hugely appreciated!

thanks in advance!

as images attribute processor documentation states, should using semi-colon ; separate multiple images.

/extraimg1.jpg;/extraimg2.jpg 

also ensure column names using correct. media_gallery correct column header name media gallery images.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -