Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • patrick 41 posts 93 karma points
    Apr 29, 2010 @ 16:02
    patrick
    0

    Blank page in Safari

    I've created a website with Umbraco v4 which will show correctly in every browser except safari (On mac and PC). Safari is showing blang pages after a refresh of the page. Some people claim this to be a bug in Safari, but I've never seen this problem on any other website but my own. My website contains valid xhtml strict. The problem seems to be a combination of umbraco, safari and the html markup. Is there someone out there that experienced the same issues. You can visit www.maxelmo.nl to see what's happening.

  • Søren Linaa 255 posts 208 karma points
    Apr 29, 2010 @ 16:46
    Søren Linaa
    0

    Hi

    I had the same bug some time ago. I found that ImageGen was causing this error.

    http://our.umbraco.org/projects/imagegen/imagegen-bugs/2982-%5BUPDATE%5D-Fix-to-caching-bug-in-201

     

    /Cheers

     

  • patrick 41 posts 93 karma points
    Apr 29, 2010 @ 17:06
    patrick
    0

    Hi Søren,

    Thanks for your reply,saddly this is not helping me as I updated imagegen a while ago.
    I also removed the part where I use imagegen but the issue still remains.

  • patrick 41 posts 93 karma points
    Apr 29, 2010 @ 17:14
    patrick
    0

    Hi Søren,

    Here i'm again, I just saw that I still called imagegen, so I made sure I removed all calls to imagegen,did a retry, and now all seems to work.

    The only problem is, I need imagegen.

    I use the updated imagegen assembly, but it seems that this still does not work for me, am I missing something here?

  • patrick 41 posts 93 karma points
    Apr 29, 2010 @ 19:30
    patrick
    0

    Ok, I found the solution.

    Like Søren suggested, the issue was indeed imagegen. Although I updated Imagegen, the caching still seems te be the cause of this behavour.

    I added  NoCache=True to the querystring parameters of imagegen, and my site displays correctly in Safari.

    I noticed that this problem only occurs in subpages. So I guess it has something to do with how imagegen is caching the images for specific URL's. I haven't tested is yet, but maybe it also has something to do with the fact that i'm not using file extensions (aspx) in the urls.

    Cheers.

  • patrick 41 posts 93 karma points
    May 31, 2010 @ 14:56
    patrick
    0

    Ok guys, it took me some while to discover what I was doing wrong.

    It seemed that I was calling imagegen using somthing like <img url="/umbraco/ImageGen.aspx.................

    Instead of <img src =/umbraco/ImageGen.ashx"

    Watch the file extension.

    Cheers,

     

Please Sign in or register to post replies

Write your reply to:

Draft