I recently installed Tridion 2011 SP1 with the SDL module manager turned on.
Everything worked fine. Then I installed Tridion 2011 Powertools following the installation procedure.
When I try to reload the GUI (the emptied browser cache and the instanciated modification parameter for the server element in WebRoot \ Configuration \ System.Config), I get the following Javascript error:
SCRIPT5007: cannot getItemType property value: is the object null or undefined
Dashboard_v6.1.0.55920.18_.aspx? Mode = js, line 528 character 851
And here is the corresponding JS line:
Tridion.TranslationManager.Commands.Save.prototype._isAvailable = function (s, a) {var
e = c.getItem (0), f = $ models.getItem (e), b = f.getItemType (), d = $ models.getItem (this.getTmUri ())
The previous Javascript lines deal with other TranslationManager commands, so I assume this is some kind of registration of TranslationManager commands or some processing.
Attempting to view Tridion publications by selecting any folder / strucutreGroup will also give the same error, and the right frame (content frame) will not display Tridion elements, but simply display:
Loading...
Has anyone already encountered a similar problem?
So far I have no choice but to comment on the Powertools partition file
Tridion_Home \ Web \ WebUI \ WebRoot \ Configuration \ System.Config
Thanks Francois