Installed the Powertools on a dev ’09 system – now I get the script error “Unable to set the value of property ‘async’ : object is null or undefined”
I’m thinking this is possibly because I’m using IE9 in compat mode which I don’t believe is supported?
Thanks
The PowerTools ItemSelector (
itemselector.asp) uses MSXML2 to make HTTP Connection. TheGetXMLHTTPRequestdoes an async call using the XMLHTTP and seems like this is failing in your case.I have IE 9 (ver: 9.0.8112) and the Powertools Item Selector is working in both normal and compatibility mode. The reason for this (I am assuming) that I have MXSML2 installed.
I used this link to check what MSXML version I have : http://www.bayes.co.uk/xml/utils/msxml_sniffer.htm
Output from my machine when I used the URL:
If you check the MSXML version from your browser you should get the similar output. The key here is MSXML2.
In Addition to MXSML, the second one is your browser security. I have to make the below settings for ItemSelector to work, otherwise it just show an empty popup with no publications.
IE Local Intranet settings. IE Options –> Security –> Local Intranet –> Sites –> Advanced , then Add the CMS URL as local intranet.
Hope this helps.