Have you tried it with the newest version of jQuery? Just to make sure its not depending on the old version.
Also try using a non-minified version of jquery.js and use IE8's developer tools' "break on errors" functionality to see where exactly the problem occurs.
Canvas JS errors
New install of Umbraco 4.7.1.1
Using jQuery v 1.6.2
When using Firefox 11.0 I get UmbracoCommunicator is not defined error in the JS Console. When I try to save it throws a 500 error.
When using IE 8.0 I get a error
Line: 285
Error: Object doesn't support this property or method
Which is the finally of a try.Also throws a 500 error when I try to save.
Hello Bruce,
whenever i get this kind of errors i use Firefox with Firebug and its "Net" Tab to make sure all Javascripts are being loaded successfully.
May be give it a try...
Regards
Peter
I went back and check the the Net Tab and all files load.
I am no longer getting the error in the JS Console, but it still a 500 error when trying to save the post reponce is
What is a good way of tracking down the 500 error?
I still get the JS error in IE and same 500 error on save.
I figure out the 500 error, multpile controls with the the same ID and it seems like Firefox is working.
Anyone have any clues on the IE javascript error?
Line: 285
Error: Object doesn't support this property or method
Have you tried it with the newest version of jQuery? Just to make sure its not depending on the old version.
Also try using a non-minified version of jquery.js and use IE8's developer tools' "break on errors" functionality to see where exactly the problem occurs.
Best
Pete
is working on a reply...