Image only showing in Chrome

Healy Jones 28.Jul.2010 6:23pm
I am having a problem where an image is only showing up in Chrome, and not IE for Firefox (although it will show up in Firefox when I am logged into Webiva.)

This is the page: http://www.officedrop.com/cloud-filing-system

Any ideas would be appreciated.

Pascal Rettig 28.Jul.2010 6:32pm
Hi Healy,

Do you have the url of the image that’s not showing up so I can take a look (there are lots of images on that page) ?
Healy Jones 28.Jul.2010 6:39pm
Pascal Rettig 28.Jul.2010 6:53pm
Hi Healy,

doing a wget on the file seems to get an internal error 1/2 the time:

 wget http://www.officedrop.com/system/storage/2/4b/9/957/cloud-storage.png
-2010-07-28 18:52:02- http://www.officedrop.com/system/storage/2/4b/9/957/cloud-storage.png
Resolving www.officedrop.com… 184.73.237.150, 184.73.236.228
Connecting to www.officedrop.com|184.73.237.150|:80… connected.
HTTP request sent, awaiting response… 500 Internal Server Error
2010-07-28 18:52:03 ERROR 500: Internal Server Error.


wget http://www.officedrop.com/system/storage/2/4b/9/957/cloud-storage.png
-2010-07-28 18:52:01- http://www.officedrop.com/system/storage/2/4b/9/957/cloud-storage.png
Resolving www.officedrop.com… 184.73.236.228, 184.73.237.150
Connecting to www.officedrop.com|184.73.236.228|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 24189 (24K) [image/png]
Saving to: `cloud-storage.png.2’

100%=====================>] 24,189 —.-K/s in 0.06s

I think think it’s something I can diagnose from out here – your web server logs should be able to tell your what’s going on.

-Pascal