Product images do not show on Category pages and do show on product view pages Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?sorting and filtering not working in custom admin moduleImage upload error. unable to create directoryNew URL's not showing up in google search resultsMagmi product import with image attributes processor can't find imagesProduct images not loading from correct sourceIncrease size of images in view pageAdding generated images to productsCan't see product images in admin, also missing Browse Files and Upload FilesProduct images not showing on product page but loading fine everywhere including category pagesAfter applied SUPEE 8788 on CE 1.9.2.2, no catalog images in frontend

Why can't fire hurt Daenerys but it did to Jon Snow in season 1?

Twin's vs. Twins'

Did pre-Columbian Americans know the spherical shape of the Earth?

Marquee sign letters

Is it OK to use the testing sample to compare algorithms?

First paper to introduce the "principal-agent problem"

How do Java 8 default methods hеlp with lambdas?

Why are current probes so expensive?

What is the proper term for etching or digging of wall to hide conduit of cables

When does a function NOT have an antiderivative?

NIntegrate on a solution of a matrix ODE

How does the body cool itself in a stillsuit?

Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?

What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?

Order between one to one functions and their inverses

What is a more techy Technical Writer job title that isn't cutesy or confusing?

Vertical ranges of Column Plots in 12

When to apply negative sign when number is squared

Centre cell contents vertically

Does the main washing effect of soap come from foam?

Does the transliteration of 'Dravidian' exist in Hindu scripture? Does 'Dravida' refer to a Geographical area or an ethnic group?

One-one communication

Determine whether an integer is a palindrome

How does TikZ render an arc?



Product images do not show on Category pages and do show on product view pages



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?sorting and filtering not working in custom admin moduleImage upload error. unable to create directoryNew URL's not showing up in google search resultsMagmi product import with image attributes processor can't find imagesProduct images not loading from correct sourceIncrease size of images in view pageAdding generated images to productsCan't see product images in admin, also missing Browse Files and Upload FilesProduct images not showing on product page but loading fine everywhere including category pagesAfter applied SUPEE 8788 on CE 1.9.2.2, no catalog images in frontend



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








3















There is a lot written about this kind of issues. but all do not seem to be the same as what we are experiencing.



We have a big portion of products (so not all) that has product images not shown in the category list.phtml view. but are shown at the view.phtml (product detail page).



This is what we tried already



  • Changed from normal to flat catalogue

  • Reindex

  • Check to be sure the correct storeview has a default image selected

  • Chmod -R 777 Media/Catalog

  • Removed image cache to let it regenerate

  • Changed the code in the backend from small_image to image

  • Removed ->resize(135) to show original image

  • Checked error and access log for error or notices related to this

  • Removed .htaccess from media folder

Nothing seem to help what to try next?










share|improve this question














bumped to the homepage by Community 5 mins ago


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










  • 5





    May be a stupid question, but you do not state you tried it: what happens if you grab the image url from the image src, and try and load in in browser direct? If you look in the file system, does the path/file actually exist, and have the right perms? Compared to the url for the image that works in view, what is different in the two url's?

    – ProxiBlue
    Mar 25 '15 at 22:29







  • 2





    Have you assign the image for small, base and thumbnail ?

    – MeenakshiSundaram R
    Mar 26 '15 at 0:16











  • @ProxiBlue When i do that, i just gives me the placeholder.png url right away.. but the image should exist since the detail page is working fine.

    – Kay Int Veen
    Mar 26 '15 at 10:28











  • @MeenakshiSundaramR Yes i did

    – Kay Int Veen
    Mar 26 '15 at 10:28











  • 'but the image should exist since the detail page is working fine' - not true - different sized images, thus different cache locations. Did you look on file system if file exists, and is the url path for both the same?

    – ProxiBlue
    Mar 26 '15 at 12:54

















3















There is a lot written about this kind of issues. but all do not seem to be the same as what we are experiencing.



We have a big portion of products (so not all) that has product images not shown in the category list.phtml view. but are shown at the view.phtml (product detail page).



This is what we tried already



  • Changed from normal to flat catalogue

  • Reindex

  • Check to be sure the correct storeview has a default image selected

  • Chmod -R 777 Media/Catalog

  • Removed image cache to let it regenerate

  • Changed the code in the backend from small_image to image

  • Removed ->resize(135) to show original image

  • Checked error and access log for error or notices related to this

  • Removed .htaccess from media folder

Nothing seem to help what to try next?










share|improve this question














bumped to the homepage by Community 5 mins ago


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










  • 5





    May be a stupid question, but you do not state you tried it: what happens if you grab the image url from the image src, and try and load in in browser direct? If you look in the file system, does the path/file actually exist, and have the right perms? Compared to the url for the image that works in view, what is different in the two url's?

    – ProxiBlue
    Mar 25 '15 at 22:29







  • 2





    Have you assign the image for small, base and thumbnail ?

    – MeenakshiSundaram R
    Mar 26 '15 at 0:16











  • @ProxiBlue When i do that, i just gives me the placeholder.png url right away.. but the image should exist since the detail page is working fine.

    – Kay Int Veen
    Mar 26 '15 at 10:28











  • @MeenakshiSundaramR Yes i did

    – Kay Int Veen
    Mar 26 '15 at 10:28











  • 'but the image should exist since the detail page is working fine' - not true - different sized images, thus different cache locations. Did you look on file system if file exists, and is the url path for both the same?

    – ProxiBlue
    Mar 26 '15 at 12:54













3












3








3








There is a lot written about this kind of issues. but all do not seem to be the same as what we are experiencing.



We have a big portion of products (so not all) that has product images not shown in the category list.phtml view. but are shown at the view.phtml (product detail page).



This is what we tried already



  • Changed from normal to flat catalogue

  • Reindex

  • Check to be sure the correct storeview has a default image selected

  • Chmod -R 777 Media/Catalog

  • Removed image cache to let it regenerate

  • Changed the code in the backend from small_image to image

  • Removed ->resize(135) to show original image

  • Checked error and access log for error or notices related to this

  • Removed .htaccess from media folder

Nothing seem to help what to try next?










share|improve this question














There is a lot written about this kind of issues. but all do not seem to be the same as what we are experiencing.



We have a big portion of products (so not all) that has product images not shown in the category list.phtml view. but are shown at the view.phtml (product detail page).



This is what we tried already



  • Changed from normal to flat catalogue

  • Reindex

  • Check to be sure the correct storeview has a default image selected

  • Chmod -R 777 Media/Catalog

  • Removed image cache to let it regenerate

  • Changed the code in the backend from small_image to image

  • Removed ->resize(135) to show original image

  • Checked error and access log for error or notices related to this

  • Removed .htaccess from media folder

Nothing seem to help what to try next?







magento-1.8 product-images






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 25 '15 at 19:37









Kay Int VeenKay Int Veen

1,0681923




1,0681923





bumped to the homepage by Community 5 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 5 mins ago


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









  • 5





    May be a stupid question, but you do not state you tried it: what happens if you grab the image url from the image src, and try and load in in browser direct? If you look in the file system, does the path/file actually exist, and have the right perms? Compared to the url for the image that works in view, what is different in the two url's?

    – ProxiBlue
    Mar 25 '15 at 22:29







  • 2





    Have you assign the image for small, base and thumbnail ?

    – MeenakshiSundaram R
    Mar 26 '15 at 0:16











  • @ProxiBlue When i do that, i just gives me the placeholder.png url right away.. but the image should exist since the detail page is working fine.

    – Kay Int Veen
    Mar 26 '15 at 10:28











  • @MeenakshiSundaramR Yes i did

    – Kay Int Veen
    Mar 26 '15 at 10:28











  • 'but the image should exist since the detail page is working fine' - not true - different sized images, thus different cache locations. Did you look on file system if file exists, and is the url path for both the same?

    – ProxiBlue
    Mar 26 '15 at 12:54












  • 5





    May be a stupid question, but you do not state you tried it: what happens if you grab the image url from the image src, and try and load in in browser direct? If you look in the file system, does the path/file actually exist, and have the right perms? Compared to the url for the image that works in view, what is different in the two url's?

    – ProxiBlue
    Mar 25 '15 at 22:29







  • 2





    Have you assign the image for small, base and thumbnail ?

    – MeenakshiSundaram R
    Mar 26 '15 at 0:16











  • @ProxiBlue When i do that, i just gives me the placeholder.png url right away.. but the image should exist since the detail page is working fine.

    – Kay Int Veen
    Mar 26 '15 at 10:28











  • @MeenakshiSundaramR Yes i did

    – Kay Int Veen
    Mar 26 '15 at 10:28











  • 'but the image should exist since the detail page is working fine' - not true - different sized images, thus different cache locations. Did you look on file system if file exists, and is the url path for both the same?

    – ProxiBlue
    Mar 26 '15 at 12:54







5




5





May be a stupid question, but you do not state you tried it: what happens if you grab the image url from the image src, and try and load in in browser direct? If you look in the file system, does the path/file actually exist, and have the right perms? Compared to the url for the image that works in view, what is different in the two url's?

– ProxiBlue
Mar 25 '15 at 22:29






May be a stupid question, but you do not state you tried it: what happens if you grab the image url from the image src, and try and load in in browser direct? If you look in the file system, does the path/file actually exist, and have the right perms? Compared to the url for the image that works in view, what is different in the two url's?

– ProxiBlue
Mar 25 '15 at 22:29





2




2





Have you assign the image for small, base and thumbnail ?

– MeenakshiSundaram R
Mar 26 '15 at 0:16





Have you assign the image for small, base and thumbnail ?

– MeenakshiSundaram R
Mar 26 '15 at 0:16













@ProxiBlue When i do that, i just gives me the placeholder.png url right away.. but the image should exist since the detail page is working fine.

– Kay Int Veen
Mar 26 '15 at 10:28





@ProxiBlue When i do that, i just gives me the placeholder.png url right away.. but the image should exist since the detail page is working fine.

– Kay Int Veen
Mar 26 '15 at 10:28













@MeenakshiSundaramR Yes i did

– Kay Int Veen
Mar 26 '15 at 10:28





@MeenakshiSundaramR Yes i did

– Kay Int Veen
Mar 26 '15 at 10:28













'but the image should exist since the detail page is working fine' - not true - different sized images, thus different cache locations. Did you look on file system if file exists, and is the url path for both the same?

– ProxiBlue
Mar 26 '15 at 12:54





'but the image should exist since the detail page is working fine' - not true - different sized images, thus different cache locations. Did you look on file system if file exists, and is the url path for both the same?

– ProxiBlue
Mar 26 '15 at 12:54










1 Answer
1






active

oldest

votes


















0














Appreciate this is a few months old but stumbled across the post whilst trying to search for the answer for my own site (the exact problem I had) and after struggling through a few more complex options a simple 'Flush Catalog Images Cache' within 'System > Cache Management worked to get the images back and working.






share|improve this answer























    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%2f61940%2fproduct-images-do-not-show-on-category-pages-and-do-show-on-product-view-pages%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Appreciate this is a few months old but stumbled across the post whilst trying to search for the answer for my own site (the exact problem I had) and after struggling through a few more complex options a simple 'Flush Catalog Images Cache' within 'System > Cache Management worked to get the images back and working.






    share|improve this answer



























      0














      Appreciate this is a few months old but stumbled across the post whilst trying to search for the answer for my own site (the exact problem I had) and after struggling through a few more complex options a simple 'Flush Catalog Images Cache' within 'System > Cache Management worked to get the images back and working.






      share|improve this answer

























        0












        0








        0







        Appreciate this is a few months old but stumbled across the post whilst trying to search for the answer for my own site (the exact problem I had) and after struggling through a few more complex options a simple 'Flush Catalog Images Cache' within 'System > Cache Management worked to get the images back and working.






        share|improve this answer













        Appreciate this is a few months old but stumbled across the post whilst trying to search for the answer for my own site (the exact problem I had) and after struggling through a few more complex options a simple 'Flush Catalog Images Cache' within 'System > Cache Management worked to get the images back and working.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 8 '15 at 17:24









        YorkieMagentoYorkieMagento

        48631443




        48631443



























            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%2f61940%2fproduct-images-do-not-show-on-category-pages-and-do-show-on-product-view-pages%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)?

            Тонконіг бульбистий Зміст Опис | Поширення | Екологія | Господарське значення | Примітки | Див. також | Література | Джерела | Посилання | Навігаційне меню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. на сайті «Плантариум»

            Вунгтау (аеропорт) Загальні відомості | Див. також | Посилання | Навігаційне меню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виправивши або дописавши їївиправивши або дописавши їїр