Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default No indication of image src not found

    I have a few images missing, and have just noticed on my new website build, whereas normally your get the blue box thingy don't you where its indicating there is an image that cant be located, i'm getting nothing.. so in fact on some pages if it wasnt that i knew there were supposed to be images there and i knew the html was looking for them I would have absolutely no idea!?

    anyone come across this before? wondering if it might be something I have installed? maybe some javascript, maybe some css?

    any ideas?
    Phil Rogers
    A problem shared is a problem solved.

  2. #2
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: No indication of image src not found

    A link to the website would help, specifically an affected product, but yes an add-on could do that, try deliberately making a missing image for a product and see if it shows up the same way or whether a "blue box" appears,

    Just to confirm, when you are saying missing image, are you meaning

    1) the product has an image assigned to it, but that image is missing and your browsers missing image icon isn't showing up, if so does the missing image icon show up on other sites that have missing images?
    or
    2) that the product has no image assigned to it, and zencarts standard no-image picture isn't showing up
    Webzings Design
    Semi retired from Web Design

  3. #3
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: No indication of image src not found

    Quote Originally Posted by nigelt74 View Post
    A link to the website would help, specifically an affected product, but yes an add-on could do that, try deliberately making a missing image for a product and see if it shows up the same way or whether a "blue box" appears,
    No even if I hard code a call to an image that doesn't exist nothing shows.
    I've removed all css and java for all addons and same thing happens. Pretty sure my other sites are not doing the same.

    1) the product has an image assigned to it, but that image is missing and your browsers missing image icon isn't showing up, if so does the missing image icon show up on other sites that have missing images?
    correct.

    After ideas what can cause this. I looked on the net and seen some js and jquery thy people use to hide it but I can see any references to any of this type of code.

    Any ideas?
    Phil Rogers
    A problem shared is a problem solved.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: No indication of image src not found

    Quote Originally Posted by philip937 View Post
    I have a few images missing
    What's the URL to an example?
    Quote Originally Posted by philip937 View Post
    whereas normally your get the blue box thingy don't you where its indicating there is an image that cant be located
    Only certain browsers do that. Others, like Firefox, display nothing.

    And, for those that do show a placeholder, it doesn't put a placeholder when an image can't be *located*. It puts it when the URL to the image gets an error response, such as 404-not-found or 403-forbidden, etc.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: No indication of image src not found

    Can't send a link as its a development site.

    Just after ideas at this stage. It's not a massive problem I've just never noticed this before.

    By not being able to locate would mean 404 not found surely?

    Ill try some different browsers, am using Safari at present.
    Phil Rogers
    A problem shared is a problem solved.

  6. #6
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: No indication of image src not found

    Well, even if you can't "post" the URL here, find out WHAT the URL is, and try to visit it. What happens?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: No indication of image src not found

    Quote Originally Posted by DrByte View Post
    Well, even if you can't "post" the URL here, find out WHAT the URL is, and try to visit it. What happens?
    Returns 404 not found.
    Phil Rogers
    A problem shared is a problem solved.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: No indication of image src not found

    ... then it's not in the folder location specified.

    So, you'll need to then backtrack to find out where that image reference is coming from (you haven't said whether it's a manufacturer image, a product image, a template image, whatever), and find out why it's telling it to use a non-existing name.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: No indication of image src not found

    Not Found

    The requested URL /images/43S.jpg was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    WebServerX Server at www.mysite.co.uk Port 80
    Phil Rogers
    A problem shared is a problem solved.

  10. #10
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: No indication of image src not found

    Quote Originally Posted by DrByte View Post
    ... then it's not in the folder location specified.

    So, you'll need to then backtrack to find out where that image reference is coming from (you haven't said whether it's a manufacturer image, a product image, a template image, whatever), and find out why it's telling it to use a non-existing name.
    I know that the reference is wrong. I can correct that and make the image show. The question is because I'm am trying to understand why I am not getting any placeholders for images that are incorrectly referenced/don't exist ..
    Phil Rogers
    A problem shared is a problem solved.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Image not found change
    By Beau91324 in forum General Questions
    Replies: 8
    Last Post: 30 Jun 2010, 06:42 PM
  2. how to modify the image SRC for image-handler images?
    By jason1116 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 2 Sep 2009, 01:00 PM
  3. img src not showing image
    By kiwi1066 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Feb 2009, 12:15 PM
  4. Replies: 0
    Last Post: 15 Jan 2009, 03:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR