Images Import Successfully But Images Not shown - Import By Magmi? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?I can see all images in frontend but the images and label are not in adminAdd additional images of product via magmiMagento gallery images shown in backend, but not on frontend?Values of attributes not shown frontend after import productsHow can i configure magmi and import bulk imagesMagmi not importing imagesMagmi Import 'price' Update IssueMagmi not importing first media_gallery imageProduct import csv images not getting importedproducts not getting assigned to vendor through import via magmi

How do I deal with an erroneously large refund?

Not within Jobscope - Aggravated injury

Will I lose my paid in full property

The 'gros' functor from schemes into (strictly) locally ringed topoi

Are these square matrices always diagonalisable?

false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'

Simulate round-robin tournament draw

Why would the Overseers waste their stock of slaves on the Game?

How was Lagrange appointed professor of mathematics so early?

Was Objective-C really a hindrance to Apple software development?

What's called a person who work as someone who puts products on shelves in stores?

My admission is revoked after accepting the admission offer

How long can a nation maintain a technological edge over the rest of the world?

What does the black goddess statue do and what is it?

Eigenvalues of the Laplacian of the directed De Bruijn graph

When does Bran Stark remember Jamie pushing him?

Determinant of a matrix with 2 equal rows

Arriving in Atlanta (after US Preclearance in Dublin). Will I go through TSA security in Atlanta to transfer to a connecting flight?

What is the purpose of the side handle on a hand ("eggbeater") drill?

How would it unbalance gameplay to rule that Weapon Master allows for picking a fighting style?

Why did Israel vote against lifting the American embargo on Cuba?

Is there a verb for listening stealthily?

Bright yellow or light yellow?

How to translate "red flag" into Spanish?



Images Import Successfully But Images Not shown - Import By Magmi?



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?I can see all images in frontend but the images and label are not in adminAdd additional images of product via magmiMagento gallery images shown in backend, but not on frontend?Values of attributes not shown frontend after import productsHow can i configure magmi and import bulk imagesMagmi not importing imagesMagmi Import 'price' Update IssueMagmi not importing first media_gallery imageProduct import csv images not getting importedproducts not getting assigned to vendor through import via magmi



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















How can I solve the error, images import successfully and images saved into catalog/product/desired folder, but images not shown front end backend. Images imported by using MAGMI.



enter image description here










share|improve this question
















bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.





















    0















    How can I solve the error, images import successfully and images saved into catalog/product/desired folder, but images not shown front end backend. Images imported by using MAGMI.



    enter image description here










    share|improve this question
















    bumped to the homepage by Community 14 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      0












      0








      0








      How can I solve the error, images import successfully and images saved into catalog/product/desired folder, but images not shown front end backend. Images imported by using MAGMI.



      enter image description here










      share|improve this question
















      How can I solve the error, images import successfully and images saved into catalog/product/desired folder, but images not shown front end backend. Images imported by using MAGMI.



      enter image description here







      magento-1.9 backend media-images gallery-image






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 14 '17 at 5:37







      zus

















      asked Sep 13 '17 at 11:39









      zuszus

      109119




      109119





      bumped to the homepage by Community 14 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 14 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          4 Answers
          4






          active

          oldest

          votes


















          0














          Possible reason 1: You have wrong permissions on your /media/ folder.



          Ensure you have writable permissions on this folder. Change permissions to 777 recursively. You can do it using SSH via this command (execute it in Magento directory):



          Change ownership of the /media/ folder:



          chmod -R 777 media/


          Possible reason 2: Magento cannot resize images due low PHP memory limit. Magento resize images using GD library, however if there is no sufficient amount of memory for such operation Magento will return a placeholder image.



          Increase your memory limit. You should open your .htaccess file and find this string:



           php_value memory_limit 512M


          Possible reason 3 : Uploader file



          To fix this issue you had to revert change the permissions to more realistic values, 775 for folders and 644 for files. These can be changed here;



          lib/Varien/File/Uploader.php


          line 219, change 0640 to 0644 line 541, change 0750 to 0755






          share|improve this answer

























          • media permissions = 777, php_value memory_limit 99999M, Uploader.php = 777, still not working. Actually i am try to access imags from other server using magmi

            – zus
            Sep 13 '17 at 12:42











          • After your correction, still not working...

            – zus
            Sep 13 '17 at 12:58











          • @zus Are you importing all the images from magmi using csv?

            – Raghav
            Sep 13 '17 at 13:18












          • yes, i am importing all images from magmi by remote like another server. my CSV: snag.gy/2oPART.jpg

            – zus
            Sep 14 '17 at 5:32











          • @zus Check this magento.stackexchange.com/questions/11309/…

            – Raghav
            Sep 14 '17 at 5:46


















          0














          I'm unable to comment but I would suggest opening the image location directly in your browser or viewing the console to see if it gives you an exact error code to help rectify your issue.



          For example if you're seeing an error message like the below it's likely permissions as Raghav mentions.




          Failed to load resource: the server responded with a status of 403 (Forbidden)







          share|improve this answer























          • In console, there is no error, like empty page : snag.gy/CXje2T.jpg

            – zus
            Sep 13 '17 at 12:52











          • @zus How acount if you go directly to the image location in your browser? Also, does it work OK without using Magmi?

            – Shaun Newrick
            Sep 13 '17 at 12:57












          • Make sure i am imported images accessing from another server like remote using magmi.

            – zus
            Sep 13 '17 at 13:03











          • console error: snag.gy/haNQkx.jpg

            – zus
            Sep 14 '17 at 6:37











          • @zus The console mentions URL's which may contain credentials are depreciated, is this potentially the issue? I.e. are your images stored on a different server to your website (from what I understand) and is that webserver protected with authentication which your website may not be able to display? Perhaps a different browser may allow that depreciation if that is the case?

            – Shaun Newrick
            Sep 14 '17 at 7:52


















          0














          This issue occurred usually the file encoding. Switching from ANSI to UTF-8 resolved it. Magento says import successful, and the query logs showed movements.



          You must have next fields in CSV



          sku _attribute_set _type _category description image name price short_description status tax_class_id thumbnail visibility weight qty _product_websites is_in_stock


          Please note that field is_in_stock is mandatory even if qty more than 1.






          share|improve this answer

























          • I tried UTF-8 also, still not working, and make sure i am imported product images using MAGMI and accessing another server.

            – zus
            Sep 13 '17 at 13:01












          • @ zus Magmi, Magmi supports both local image & remote image import from URLs. it also supports image gallery to associate multiple images with a product All image import is done by using Image attributes processor:- wiki.magmi.org/index.php/Image_attributes_processor

            – Abhinav Singh
            Sep 14 '17 at 12:27


















          0














          Take look on following step:



          Step 1- Give media folder permission chmod -R 777 media/*



          Step 2- Check .htaccess file present in media folder or not . If not upload .htaccess file in media folder copy from any local magento directory.



          Hope this would help you out , Step 2 is strongly recommended.






          share|improve this answer

























          • Media folder already have .htacess file.

            – zus
            Sep 14 '17 at 5:30











          • all images file size 0, may i know why...

            – zus
            Sep 14 '17 at 6:28











          • console error: snag.gy/haNQkx.jpg

            – zus
            Sep 14 '17 at 6:37











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f193075%2fimages-import-successfully-but-images-not-shown-import-by-magmi%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Possible reason 1: You have wrong permissions on your /media/ folder.



          Ensure you have writable permissions on this folder. Change permissions to 777 recursively. You can do it using SSH via this command (execute it in Magento directory):



          Change ownership of the /media/ folder:



          chmod -R 777 media/


          Possible reason 2: Magento cannot resize images due low PHP memory limit. Magento resize images using GD library, however if there is no sufficient amount of memory for such operation Magento will return a placeholder image.



          Increase your memory limit. You should open your .htaccess file and find this string:



           php_value memory_limit 512M


          Possible reason 3 : Uploader file



          To fix this issue you had to revert change the permissions to more realistic values, 775 for folders and 644 for files. These can be changed here;



          lib/Varien/File/Uploader.php


          line 219, change 0640 to 0644 line 541, change 0750 to 0755






          share|improve this answer

























          • media permissions = 777, php_value memory_limit 99999M, Uploader.php = 777, still not working. Actually i am try to access imags from other server using magmi

            – zus
            Sep 13 '17 at 12:42











          • After your correction, still not working...

            – zus
            Sep 13 '17 at 12:58











          • @zus Are you importing all the images from magmi using csv?

            – Raghav
            Sep 13 '17 at 13:18












          • yes, i am importing all images from magmi by remote like another server. my CSV: snag.gy/2oPART.jpg

            – zus
            Sep 14 '17 at 5:32











          • @zus Check this magento.stackexchange.com/questions/11309/…

            – Raghav
            Sep 14 '17 at 5:46















          0














          Possible reason 1: You have wrong permissions on your /media/ folder.



          Ensure you have writable permissions on this folder. Change permissions to 777 recursively. You can do it using SSH via this command (execute it in Magento directory):



          Change ownership of the /media/ folder:



          chmod -R 777 media/


          Possible reason 2: Magento cannot resize images due low PHP memory limit. Magento resize images using GD library, however if there is no sufficient amount of memory for such operation Magento will return a placeholder image.



          Increase your memory limit. You should open your .htaccess file and find this string:



           php_value memory_limit 512M


          Possible reason 3 : Uploader file



          To fix this issue you had to revert change the permissions to more realistic values, 775 for folders and 644 for files. These can be changed here;



          lib/Varien/File/Uploader.php


          line 219, change 0640 to 0644 line 541, change 0750 to 0755






          share|improve this answer

























          • media permissions = 777, php_value memory_limit 99999M, Uploader.php = 777, still not working. Actually i am try to access imags from other server using magmi

            – zus
            Sep 13 '17 at 12:42











          • After your correction, still not working...

            – zus
            Sep 13 '17 at 12:58











          • @zus Are you importing all the images from magmi using csv?

            – Raghav
            Sep 13 '17 at 13:18












          • yes, i am importing all images from magmi by remote like another server. my CSV: snag.gy/2oPART.jpg

            – zus
            Sep 14 '17 at 5:32











          • @zus Check this magento.stackexchange.com/questions/11309/…

            – Raghav
            Sep 14 '17 at 5:46













          0












          0








          0







          Possible reason 1: You have wrong permissions on your /media/ folder.



          Ensure you have writable permissions on this folder. Change permissions to 777 recursively. You can do it using SSH via this command (execute it in Magento directory):



          Change ownership of the /media/ folder:



          chmod -R 777 media/


          Possible reason 2: Magento cannot resize images due low PHP memory limit. Magento resize images using GD library, however if there is no sufficient amount of memory for such operation Magento will return a placeholder image.



          Increase your memory limit. You should open your .htaccess file and find this string:



           php_value memory_limit 512M


          Possible reason 3 : Uploader file



          To fix this issue you had to revert change the permissions to more realistic values, 775 for folders and 644 for files. These can be changed here;



          lib/Varien/File/Uploader.php


          line 219, change 0640 to 0644 line 541, change 0750 to 0755






          share|improve this answer















          Possible reason 1: You have wrong permissions on your /media/ folder.



          Ensure you have writable permissions on this folder. Change permissions to 777 recursively. You can do it using SSH via this command (execute it in Magento directory):



          Change ownership of the /media/ folder:



          chmod -R 777 media/


          Possible reason 2: Magento cannot resize images due low PHP memory limit. Magento resize images using GD library, however if there is no sufficient amount of memory for such operation Magento will return a placeholder image.



          Increase your memory limit. You should open your .htaccess file and find this string:



           php_value memory_limit 512M


          Possible reason 3 : Uploader file



          To fix this issue you had to revert change the permissions to more realistic values, 775 for folders and 644 for files. These can be changed here;



          lib/Varien/File/Uploader.php


          line 219, change 0640 to 0644 line 541, change 0750 to 0755







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Sep 13 '17 at 12:07

























          answered Sep 13 '17 at 12:01









          RaghavRaghav

          15910




          15910












          • media permissions = 777, php_value memory_limit 99999M, Uploader.php = 777, still not working. Actually i am try to access imags from other server using magmi

            – zus
            Sep 13 '17 at 12:42











          • After your correction, still not working...

            – zus
            Sep 13 '17 at 12:58











          • @zus Are you importing all the images from magmi using csv?

            – Raghav
            Sep 13 '17 at 13:18












          • yes, i am importing all images from magmi by remote like another server. my CSV: snag.gy/2oPART.jpg

            – zus
            Sep 14 '17 at 5:32











          • @zus Check this magento.stackexchange.com/questions/11309/…

            – Raghav
            Sep 14 '17 at 5:46

















          • media permissions = 777, php_value memory_limit 99999M, Uploader.php = 777, still not working. Actually i am try to access imags from other server using magmi

            – zus
            Sep 13 '17 at 12:42











          • After your correction, still not working...

            – zus
            Sep 13 '17 at 12:58











          • @zus Are you importing all the images from magmi using csv?

            – Raghav
            Sep 13 '17 at 13:18












          • yes, i am importing all images from magmi by remote like another server. my CSV: snag.gy/2oPART.jpg

            – zus
            Sep 14 '17 at 5:32











          • @zus Check this magento.stackexchange.com/questions/11309/…

            – Raghav
            Sep 14 '17 at 5:46
















          media permissions = 777, php_value memory_limit 99999M, Uploader.php = 777, still not working. Actually i am try to access imags from other server using magmi

          – zus
          Sep 13 '17 at 12:42





          media permissions = 777, php_value memory_limit 99999M, Uploader.php = 777, still not working. Actually i am try to access imags from other server using magmi

          – zus
          Sep 13 '17 at 12:42













          After your correction, still not working...

          – zus
          Sep 13 '17 at 12:58





          After your correction, still not working...

          – zus
          Sep 13 '17 at 12:58













          @zus Are you importing all the images from magmi using csv?

          – Raghav
          Sep 13 '17 at 13:18






          @zus Are you importing all the images from magmi using csv?

          – Raghav
          Sep 13 '17 at 13:18














          yes, i am importing all images from magmi by remote like another server. my CSV: snag.gy/2oPART.jpg

          – zus
          Sep 14 '17 at 5:32





          yes, i am importing all images from magmi by remote like another server. my CSV: snag.gy/2oPART.jpg

          – zus
          Sep 14 '17 at 5:32













          @zus Check this magento.stackexchange.com/questions/11309/…

          – Raghav
          Sep 14 '17 at 5:46





          @zus Check this magento.stackexchange.com/questions/11309/…

          – Raghav
          Sep 14 '17 at 5:46













          0














          I'm unable to comment but I would suggest opening the image location directly in your browser or viewing the console to see if it gives you an exact error code to help rectify your issue.



          For example if you're seeing an error message like the below it's likely permissions as Raghav mentions.




          Failed to load resource: the server responded with a status of 403 (Forbidden)







          share|improve this answer























          • In console, there is no error, like empty page : snag.gy/CXje2T.jpg

            – zus
            Sep 13 '17 at 12:52











          • @zus How acount if you go directly to the image location in your browser? Also, does it work OK without using Magmi?

            – Shaun Newrick
            Sep 13 '17 at 12:57












          • Make sure i am imported images accessing from another server like remote using magmi.

            – zus
            Sep 13 '17 at 13:03











          • console error: snag.gy/haNQkx.jpg

            – zus
            Sep 14 '17 at 6:37











          • @zus The console mentions URL's which may contain credentials are depreciated, is this potentially the issue? I.e. are your images stored on a different server to your website (from what I understand) and is that webserver protected with authentication which your website may not be able to display? Perhaps a different browser may allow that depreciation if that is the case?

            – Shaun Newrick
            Sep 14 '17 at 7:52















          0














          I'm unable to comment but I would suggest opening the image location directly in your browser or viewing the console to see if it gives you an exact error code to help rectify your issue.



          For example if you're seeing an error message like the below it's likely permissions as Raghav mentions.




          Failed to load resource: the server responded with a status of 403 (Forbidden)







          share|improve this answer























          • In console, there is no error, like empty page : snag.gy/CXje2T.jpg

            – zus
            Sep 13 '17 at 12:52











          • @zus How acount if you go directly to the image location in your browser? Also, does it work OK without using Magmi?

            – Shaun Newrick
            Sep 13 '17 at 12:57












          • Make sure i am imported images accessing from another server like remote using magmi.

            – zus
            Sep 13 '17 at 13:03











          • console error: snag.gy/haNQkx.jpg

            – zus
            Sep 14 '17 at 6:37











          • @zus The console mentions URL's which may contain credentials are depreciated, is this potentially the issue? I.e. are your images stored on a different server to your website (from what I understand) and is that webserver protected with authentication which your website may not be able to display? Perhaps a different browser may allow that depreciation if that is the case?

            – Shaun Newrick
            Sep 14 '17 at 7:52













          0












          0








          0







          I'm unable to comment but I would suggest opening the image location directly in your browser or viewing the console to see if it gives you an exact error code to help rectify your issue.



          For example if you're seeing an error message like the below it's likely permissions as Raghav mentions.




          Failed to load resource: the server responded with a status of 403 (Forbidden)







          share|improve this answer













          I'm unable to comment but I would suggest opening the image location directly in your browser or viewing the console to see if it gives you an exact error code to help rectify your issue.



          For example if you're seeing an error message like the below it's likely permissions as Raghav mentions.




          Failed to load resource: the server responded with a status of 403 (Forbidden)








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 13 '17 at 12:29









          Shaun NewrickShaun Newrick

          6710




          6710












          • In console, there is no error, like empty page : snag.gy/CXje2T.jpg

            – zus
            Sep 13 '17 at 12:52











          • @zus How acount if you go directly to the image location in your browser? Also, does it work OK without using Magmi?

            – Shaun Newrick
            Sep 13 '17 at 12:57












          • Make sure i am imported images accessing from another server like remote using magmi.

            – zus
            Sep 13 '17 at 13:03











          • console error: snag.gy/haNQkx.jpg

            – zus
            Sep 14 '17 at 6:37











          • @zus The console mentions URL's which may contain credentials are depreciated, is this potentially the issue? I.e. are your images stored on a different server to your website (from what I understand) and is that webserver protected with authentication which your website may not be able to display? Perhaps a different browser may allow that depreciation if that is the case?

            – Shaun Newrick
            Sep 14 '17 at 7:52

















          • In console, there is no error, like empty page : snag.gy/CXje2T.jpg

            – zus
            Sep 13 '17 at 12:52











          • @zus How acount if you go directly to the image location in your browser? Also, does it work OK without using Magmi?

            – Shaun Newrick
            Sep 13 '17 at 12:57












          • Make sure i am imported images accessing from another server like remote using magmi.

            – zus
            Sep 13 '17 at 13:03











          • console error: snag.gy/haNQkx.jpg

            – zus
            Sep 14 '17 at 6:37











          • @zus The console mentions URL's which may contain credentials are depreciated, is this potentially the issue? I.e. are your images stored on a different server to your website (from what I understand) and is that webserver protected with authentication which your website may not be able to display? Perhaps a different browser may allow that depreciation if that is the case?

            – Shaun Newrick
            Sep 14 '17 at 7:52
















          In console, there is no error, like empty page : snag.gy/CXje2T.jpg

          – zus
          Sep 13 '17 at 12:52





          In console, there is no error, like empty page : snag.gy/CXje2T.jpg

          – zus
          Sep 13 '17 at 12:52













          @zus How acount if you go directly to the image location in your browser? Also, does it work OK without using Magmi?

          – Shaun Newrick
          Sep 13 '17 at 12:57






          @zus How acount if you go directly to the image location in your browser? Also, does it work OK without using Magmi?

          – Shaun Newrick
          Sep 13 '17 at 12:57














          Make sure i am imported images accessing from another server like remote using magmi.

          – zus
          Sep 13 '17 at 13:03





          Make sure i am imported images accessing from another server like remote using magmi.

          – zus
          Sep 13 '17 at 13:03













          console error: snag.gy/haNQkx.jpg

          – zus
          Sep 14 '17 at 6:37





          console error: snag.gy/haNQkx.jpg

          – zus
          Sep 14 '17 at 6:37













          @zus The console mentions URL's which may contain credentials are depreciated, is this potentially the issue? I.e. are your images stored on a different server to your website (from what I understand) and is that webserver protected with authentication which your website may not be able to display? Perhaps a different browser may allow that depreciation if that is the case?

          – Shaun Newrick
          Sep 14 '17 at 7:52





          @zus The console mentions URL's which may contain credentials are depreciated, is this potentially the issue? I.e. are your images stored on a different server to your website (from what I understand) and is that webserver protected with authentication which your website may not be able to display? Perhaps a different browser may allow that depreciation if that is the case?

          – Shaun Newrick
          Sep 14 '17 at 7:52











          0














          This issue occurred usually the file encoding. Switching from ANSI to UTF-8 resolved it. Magento says import successful, and the query logs showed movements.



          You must have next fields in CSV



          sku _attribute_set _type _category description image name price short_description status tax_class_id thumbnail visibility weight qty _product_websites is_in_stock


          Please note that field is_in_stock is mandatory even if qty more than 1.






          share|improve this answer

























          • I tried UTF-8 also, still not working, and make sure i am imported product images using MAGMI and accessing another server.

            – zus
            Sep 13 '17 at 13:01












          • @ zus Magmi, Magmi supports both local image & remote image import from URLs. it also supports image gallery to associate multiple images with a product All image import is done by using Image attributes processor:- wiki.magmi.org/index.php/Image_attributes_processor

            – Abhinav Singh
            Sep 14 '17 at 12:27















          0














          This issue occurred usually the file encoding. Switching from ANSI to UTF-8 resolved it. Magento says import successful, and the query logs showed movements.



          You must have next fields in CSV



          sku _attribute_set _type _category description image name price short_description status tax_class_id thumbnail visibility weight qty _product_websites is_in_stock


          Please note that field is_in_stock is mandatory even if qty more than 1.






          share|improve this answer

























          • I tried UTF-8 also, still not working, and make sure i am imported product images using MAGMI and accessing another server.

            – zus
            Sep 13 '17 at 13:01












          • @ zus Magmi, Magmi supports both local image & remote image import from URLs. it also supports image gallery to associate multiple images with a product All image import is done by using Image attributes processor:- wiki.magmi.org/index.php/Image_attributes_processor

            – Abhinav Singh
            Sep 14 '17 at 12:27













          0












          0








          0







          This issue occurred usually the file encoding. Switching from ANSI to UTF-8 resolved it. Magento says import successful, and the query logs showed movements.



          You must have next fields in CSV



          sku _attribute_set _type _category description image name price short_description status tax_class_id thumbnail visibility weight qty _product_websites is_in_stock


          Please note that field is_in_stock is mandatory even if qty more than 1.






          share|improve this answer















          This issue occurred usually the file encoding. Switching from ANSI to UTF-8 resolved it. Magento says import successful, and the query logs showed movements.



          You must have next fields in CSV



          sku _attribute_set _type _category description image name price short_description status tax_class_id thumbnail visibility weight qty _product_websites is_in_stock


          Please note that field is_in_stock is mandatory even if qty more than 1.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Sep 13 '17 at 12:56









          Manashvi Birla

          6,54751841




          6,54751841










          answered Sep 13 '17 at 12:30









          Abhinav SinghAbhinav Singh

          2,135612




          2,135612












          • I tried UTF-8 also, still not working, and make sure i am imported product images using MAGMI and accessing another server.

            – zus
            Sep 13 '17 at 13:01












          • @ zus Magmi, Magmi supports both local image & remote image import from URLs. it also supports image gallery to associate multiple images with a product All image import is done by using Image attributes processor:- wiki.magmi.org/index.php/Image_attributes_processor

            – Abhinav Singh
            Sep 14 '17 at 12:27

















          • I tried UTF-8 also, still not working, and make sure i am imported product images using MAGMI and accessing another server.

            – zus
            Sep 13 '17 at 13:01












          • @ zus Magmi, Magmi supports both local image & remote image import from URLs. it also supports image gallery to associate multiple images with a product All image import is done by using Image attributes processor:- wiki.magmi.org/index.php/Image_attributes_processor

            – Abhinav Singh
            Sep 14 '17 at 12:27
















          I tried UTF-8 also, still not working, and make sure i am imported product images using MAGMI and accessing another server.

          – zus
          Sep 13 '17 at 13:01






          I tried UTF-8 also, still not working, and make sure i am imported product images using MAGMI and accessing another server.

          – zus
          Sep 13 '17 at 13:01














          @ zus Magmi, Magmi supports both local image & remote image import from URLs. it also supports image gallery to associate multiple images with a product All image import is done by using Image attributes processor:- wiki.magmi.org/index.php/Image_attributes_processor

          – Abhinav Singh
          Sep 14 '17 at 12:27





          @ zus Magmi, Magmi supports both local image & remote image import from URLs. it also supports image gallery to associate multiple images with a product All image import is done by using Image attributes processor:- wiki.magmi.org/index.php/Image_attributes_processor

          – Abhinav Singh
          Sep 14 '17 at 12:27











          0














          Take look on following step:



          Step 1- Give media folder permission chmod -R 777 media/*



          Step 2- Check .htaccess file present in media folder or not . If not upload .htaccess file in media folder copy from any local magento directory.



          Hope this would help you out , Step 2 is strongly recommended.






          share|improve this answer

























          • Media folder already have .htacess file.

            – zus
            Sep 14 '17 at 5:30











          • all images file size 0, may i know why...

            – zus
            Sep 14 '17 at 6:28











          • console error: snag.gy/haNQkx.jpg

            – zus
            Sep 14 '17 at 6:37















          0














          Take look on following step:



          Step 1- Give media folder permission chmod -R 777 media/*



          Step 2- Check .htaccess file present in media folder or not . If not upload .htaccess file in media folder copy from any local magento directory.



          Hope this would help you out , Step 2 is strongly recommended.






          share|improve this answer

























          • Media folder already have .htacess file.

            – zus
            Sep 14 '17 at 5:30











          • all images file size 0, may i know why...

            – zus
            Sep 14 '17 at 6:28











          • console error: snag.gy/haNQkx.jpg

            – zus
            Sep 14 '17 at 6:37













          0












          0








          0







          Take look on following step:



          Step 1- Give media folder permission chmod -R 777 media/*



          Step 2- Check .htaccess file present in media folder or not . If not upload .htaccess file in media folder copy from any local magento directory.



          Hope this would help you out , Step 2 is strongly recommended.






          share|improve this answer















          Take look on following step:



          Step 1- Give media folder permission chmod -R 777 media/*



          Step 2- Check .htaccess file present in media folder or not . If not upload .htaccess file in media folder copy from any local magento directory.



          Hope this would help you out , Step 2 is strongly recommended.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Sep 13 '17 at 14:42









          Abhishek Panchal

          3,6203929




          3,6203929










          answered Sep 13 '17 at 14:37









          Shashank GuptaShashank Gupta

          536413




          536413












          • Media folder already have .htacess file.

            – zus
            Sep 14 '17 at 5:30











          • all images file size 0, may i know why...

            – zus
            Sep 14 '17 at 6:28











          • console error: snag.gy/haNQkx.jpg

            – zus
            Sep 14 '17 at 6:37

















          • Media folder already have .htacess file.

            – zus
            Sep 14 '17 at 5:30











          • all images file size 0, may i know why...

            – zus
            Sep 14 '17 at 6:28











          • console error: snag.gy/haNQkx.jpg

            – zus
            Sep 14 '17 at 6:37
















          Media folder already have .htacess file.

          – zus
          Sep 14 '17 at 5:30





          Media folder already have .htacess file.

          – zus
          Sep 14 '17 at 5:30













          all images file size 0, may i know why...

          – zus
          Sep 14 '17 at 6:28





          all images file size 0, may i know why...

          – zus
          Sep 14 '17 at 6:28













          console error: snag.gy/haNQkx.jpg

          – zus
          Sep 14 '17 at 6:37





          console error: snag.gy/haNQkx.jpg

          – zus
          Sep 14 '17 at 6:37

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f193075%2fimages-import-successfully-but-images-not-shown-import-by-magmi%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Best approach to update all entries in a list that is paginated?Best way to add items to a paginated listChoose Your Country: Best Usability approachUpdate list when a user is viewing the list without annoying themWhen would the best day to update your webpage be?What should happen when I add a Row to a paginated, sorted listShould I adopt infinite scrolling or classical pagination?How to show user that page objects automatically updateWhat is the best location to locate the comments section in a list pageBest way to combine filtering and selecting items in a listWhen one of two inputs must be updated to satisfy a consistency criteria, which should you update (if at all)?

          Вунгтау (аеропорт) Загальні відомості | Див. також | Посилання | Навігаційне меню10°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.0833310°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.083337731608Vinh AirportVinh airport facelift improves serviceвиправивши або дописавши їївиправивши або дописавши їїр

          Тонконіг бульбистий Зміст Опис | Поширення | Екологія | Господарське значення | Примітки | Див. також | Література | Джерела | Посилання | Навігаційне меню1114601320038-241116202404kew-435458Poa bulbosaЭлектронный каталог сосудистых растений Азиатской России [Електронний каталог судинних рослин Азіатської Росії]Малышев Л. Л. Дикие родичи культурных растений. Poa bulbosa L. - Мятлик луковичный. [Малишев Л. Л. Дикі родичи культурних рослин. Poa bulbosa L. - Тонконіг бульбистий.]Мятлик (POA) Сем. Злаки (Мятликовые) [Тонконіг (POA) Род. Злаки (Тонконогові)]Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Description from Flora of China) [Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Опис від Флора Китаю)]Poa bulbosa L. – lipnice cibulkatá / lipnica cibulkatáPoa bulbosa в базі даних Poa bulbosa на сайті Poa bulbosa в базі даних «Global Biodiversity Information Facility» (GBIF)Poa bulbosa в базі даних «Euro + Med PlantBase» — інформаційному ресурсі для Євро-середземноморського розмаїття рослинPoa bulbosa L. на сайті «Плантариум»