messages is undefined | IE Errors |
This error was doing my head in! Down in the status bar of Internet Explorer was one of those ugly Done, but with errors on the page messages.
Line: 21
Char: 1
Error: messages is undefined
Code: 0
For weeks I searched for an answer, many of which were telling you to switch off a setting in IE which does not fix the problem, it just hides it from you.. how crazy is that.
THE FIX
Then I found the answer on Google Groups (see link below), which explained quite simply, that the issue was being caused by a DASH.
Yep, one little dash (-) in the file name of an include javascript file caused IE to go into a headspin.
I renamed nav-jquery.dropdown.js to navjquerydropdown.js and bingo, message gone!
Hope this helps other programmers out there!
❊ Web Links ❊
➼ messages is undefined | IE Errors
➼ www.groups.google.com
Update Page