Hi, I am experienced programmer, but a relatively inexperienced Webmaster, so I apologize if this is a simple question...
My web site has an 'images' folder in the 'root' folder that holds images used in and tags. Until today all was fine but for some reason, today, only one of the several images is being rendered on the page. I have to assume that because one of the images is rendering that my permissions, and src=path are fine. The one image that is rendering is in an
tag, but none of the other
tags are rendering, and none of the tags are rendering. All works fine on my home/development box, and all worked fine on the server until today.
Any ideas? Thank you to all who reply.
Cheers.






waffles posted this at 20:09 — 4th August 2006.
They have: 54 posts
Joined: Jun 2006
Did you check the casing of the extensions? Sometimes if the file is .JPG and it's looking for .jpg it makes a difference. But that should have caused a problem from the start.
waffles Radio Coming to a set of speakers near you September 2006
Greg K posted this at 20:09 — 4th August 2006.
He has: 1,667 posts
Joined: Nov 2003
if everything was working fine until today, and then suddenly they stopped, and you didn't make any changed to the files on the server, then check with the hosting company, see if they did anything.
Can you browe directly to the image? If you use firefox, right click on the image and choose "VIEW IMAGE"
Can you give a URL?
-Greg
[This space intentionally left blank]
Cool Geek Supplies: www.ThinkGeek.com
kazimmerman posted this at 20:12 — 4th August 2006.
He has: 582 posts
Joined: Jul 2005
If you made any changes to the source code since you started you could have left out an end quote or something simple like that that would cause the image sources to be screwed up.
-Kurtis
~View (and vote for) my art at BrickFish!
Busy posted this at 22:01 — 4th August 2006.
He has: 6,157 posts
Joined: May 2001
If you are using a editor to make your page view source on your uploaded web page and make sure the paths to the images aren't C:/my docs/blah/blah/folder/ which most editors do. if this is the case the images you are seeing are cached ones.
Also the method you uploaded themcan effect them, did you upload in binary or ascii ?
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...
Greg K posted this at 23:41 — 4th August 2006.
He has: 1,667 posts
Joined: Nov 2003
.
danny danielson posted this at 17:54 — 5th August 2006.
They have: 2 posts
Joined: Aug 2006
I got in touch with thehosting company, and their wonderful tech discovered that many of the image files were corrupted. The problem was that I didn't use a Binary transfer mode when I FTP'd my image files to the server. I deleted the images, and uploaded with Binary mode, and now all works fine.
Cheers, and thank you to all who replied. This seems to be a friendly forum - not something you always encounter in the programming world.
Cheers again.