Some photos not found (error 404) after stake split
Posted: Mon Jan 04, 2016 10:57 am
Some pictures in the directory show the word "photo" instead of the actual picture. The attached screenshot is from my ipad but I get the same problem on a PC and Ma, in all the major browsers. I hadn't noticed this problem until our stake split recently.
This isn't an issue of whether a picture has been uploaded. The pictures are already there. The "photo" word is a link just like a regular picture. If I bring up firebug or another browser's inspector tool, there's a 404 error for loading the image.
The actual HTML looks fine:
<img alt="Photo" src="/bcs/content?token=[long string of letters]">
The photo that works has the same HTML
<img alt="Photo" src="/bcs/content?token=[long string of letters]">
For photos not uploaded, the code is
<img class="photo" alt="No Photo" src="images/nophoto_small.png">
The inspector says "NetworkError: 404 Not Found - https://www.lds.org/bcs/content?token=[long string of letters]"
This happens when I view any of the wards in my stake except my home ward. I don't get any 404 errors for my home ward. For all the other wards, some pictures show and some don't. Some have the 'no photo' image and others have the word "photo".
This isn't an issue of whether a picture has been uploaded. The pictures are already there. The "photo" word is a link just like a regular picture. If I bring up firebug or another browser's inspector tool, there's a 404 error for loading the image.
The actual HTML looks fine:
<img alt="Photo" src="/bcs/content?token=[long string of letters]">
The photo that works has the same HTML
<img alt="Photo" src="/bcs/content?token=[long string of letters]">
For photos not uploaded, the code is
<img class="photo" alt="No Photo" src="images/nophoto_small.png">
The inspector says "NetworkError: 404 Not Found - https://www.lds.org/bcs/content?token=[long string of letters]"
This happens when I view any of the wards in my stake except my home ward. I don't get any 404 errors for my home ward. For all the other wards, some pictures show and some don't. Some have the 'no photo' image and others have the word "photo".