Welcome Guest Search | Active Topics | Sign In | Register

Images from EO menu, sometimes, are not returned correctly (over HTTPS) Options
jdecuyper
Posted: Thursday, February 17, 2011 11:08:25 AM
Rank: Newbie
Groups: Member

Joined: 2/17/2011
Posts: 3
I have a website running over https with an EO navigation menu. Sometimes ,the icons or elements from the menu are not loaded correctly.

I looked at the http traffic and when an image is not loaded correctly eo_web-ashx hangs for a while and returns a zero length "application/x-unkwnown-content-type" data. The HTTP status is 200.

What should I do to debug and find a solution to this issue?

Usually, hitting F5 a couple of times helps but it is not the ideal work-around of course.

Thanks a lot for your help.
eo_support
Posted: Thursday, February 17, 2011 12:05:06 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We can't think of any situation that can cause such a response. Our code does not generate "application/x-unkwnown-content-type".

A reliable workaround would be taking the image off eo_web.ashx. That means you will need to use real image files/urls. You would need to change whatever image Url property that was previously set to a "image number" (that represents a built-in image) and replace them with a real image Url. You can find all built-in images in a file Images.zip in the installation folder.

Thanks!
jdecuyper
Posted: Thursday, February 17, 2011 12:14:00 PM
Rank: Newbie
Groups: Member

Joined: 2/17/2011
Posts: 3
Alright, I will try to replace the "image number" with an absolute path to the URL.

The problem occurs also with the borders around the images. Can I use the same method for those borders?

Thanks.
eo_support
Posted: Thursday, February 17, 2011 2:19:30 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

What borders are you refering to?

Thanks
jdecuyper
Posted: Thursday, February 17, 2011 2:48:47 PM
Rank: Newbie
Groups: Member

Joined: 2/17/2011
Posts: 3
I uploaded an image of the broken menu: http://content.screencast.com/users/jdecuyper/folders/Default/media/5a8b39a0-3b37-4a6d-abd6-368493bfa018/menuLMP.JPG

Let me know if you can see it. All the borders around the images and the background are white and they should be blue. After a few F5, they become blue again and the images aren't broken anymore.

Thanks for your help.
eo_support
Posted: Thursday, February 17, 2011 3:10:30 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

I believe those are background image in the CSS styles. Anywhere you can use an image you can use a real image or a built-in image. The built-in image is a number, while real image is whatever Url you provide.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.