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.
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.
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.
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.
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
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.
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?
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.
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,
is working on a reply...