Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If the image title is the same, it doesn't replace the old image when imported. #593

Open
mencomcorp opened this issue Apr 1, 2020 · 5 comments

Comments

@mencomcorp
Copy link

I’m using the Magmi(V0.7.23) for Magento 2 (2.3.4)

If I import an image(ex. MIN-12MP-20-C011.jpg) to update/replace an existing old image with the same image title (MIN-12MP-20-C011.jpg), the old image is not replaced.

The website uses the cached image and the cached image is not updated even though I perform the flush cache and catalog image.

If the image titles are different, it replaces the old image with no issue.

Where should I look into to resolve the issue?

@mokanfar
Copy link

mokanfar commented Jun 3, 2020

I don't think this is a magmi issue because it does what it supposed to do and move image to the media/catalog/product/ folder. the issue is with internals of magento not picking up this change and regenerating. which is understandable. I have just mass appended to file names when replacing existing photos using a program like "batch rename utility"

@aveevan
Copy link

aveevan commented Jul 1, 2020

@mencomcorp May i know how you install Magmi into Magento 2.3.4?

Afer download Magmi and paste into usr/shar/nginx/html/magento23/magmi then run url,

http://192.168.1.64:8087/magmi/web/magmi.php

Error : 404 error: Page not found.

@tmotyl
Copy link
Collaborator

tmotyl commented Jul 1, 2020

@aveevan @mencomcorp for Magento 2 use this fork https://github.com/macopedia/magmi-m2 (branch magento2)
The one here is dedicated to Magento 1

@aveevan
Copy link

aveevan commented Jul 1, 2020

@aveevan @mencomcorp for Magento 2 use this fork https://github.com/macopedia/magmi-m2 (branch magento2)
The one here is dedicated to Magento 1

Thank you.

@aveevan
Copy link

aveevan commented Jul 1, 2020

@aveevan @mencomcorp for Magento 2 use this fork https://github.com/macopedia/magmi-m2 (branch magento2)
The one here is dedicated to Magento 1

I am installed same version, after paste magmi folder into magento 2.3 root folder then run

http://192.168.1.64:8087/magmi/web/magmi.php

Error : 404 error: Page not found.

I am using Nginx server:

etc/nginx/conf.d/magmi.conf:

`location /magmi {
root $MAGE_ROOT;

location ~ ^/magmi/.*\.php {
	    fastcgi_split_path_info ^(.+?\.php)(/.*)$;
	    fastcgi_pass   fastcgi_backend2;
	    fastcgi_index  index.php;
	    fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
	    include        fastcgi_params;
}

}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants