I'm experiencing problems with a javascript error when trying to publish a page from Word, Exel or Powerpoint (testet with several page types). A potensial source of this error could be that the dropdown list of Page Languages is empty when choosing a page type in the wizard. The Episerver is set up with english as a default and only active language. The error occurs when loading the property window for any selected pagetype. I've customized the wizard property window to display PageLanguageBranch as a debug attempt and it loads the default language correct.
Hi,
I'm experiencing problems with a javascript error when trying to publish a page from Word, Exel or Powerpoint (testet with several page types). A potensial source of this error could be that the dropdown list of Page Languages is empty when choosing a page type in the wizard. The Episerver is set up with english as a default and only active language. The error occurs when loading the property window for any selected pagetype. I've customized the wizard property window to display PageLanguageBranch as a debug attempt and it loads the default language correct.
Error:Object expected, line 1953, char 4. code 0.
URL: http://myserver/myuipath/OfficeIntegration/Wizard/default.aspx?uilanguage=EN&tempid=54DF4C4A640B4CE0AACBD9464D497E8D&id=1611&create=true
I'm able to abort / continue the script and the page is properly stored on the site after finishing the wizard.
The site is a Episerver CMS 5 (v 5.2.375.133).
Any ideas what could be causing this error or how to fix it?