Search code examples
jquerygalleria

Galleria not working in IE with weird error


I have created this site and used galleria classic theme, I am so certain it was working last week!

It works well in all browsers except IE7 or IE8 it even works on iPad!. I'm getting stressed...

The Error that I'm getting is "Fatal Error: Stage Measures not found."

I have stripped the code and re-inputted and still the same error, I recently replaced the galleria code with the latest version which may be the issue but it appears in the older version, (or rather doesn't)

Here is the link http://poppydevilleneuve.uwpistol.net/photography/the-strangers/portfolio.html

Please please this is meant to go live tomorrow. I really need help.


Solution

  • It was the DOCTYPE problem. I had

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    

    instead of

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 //EN">
    

    After the change, it works like a dream :)