Hi all
I have two DNN hosts v05.06.00, A and B.
Server A: full DNN v05.06 + dnn Gallery + dnn ActiveDirectory Provider + dnnWerk RadEditor + Oliver Hine's Advance Control Panel.
Server B: full clean install DNN v05.06 without ActiveDirectory, not installed by default.
In server A, already translated, I create a full language package in Admin/Languages.
In server B, clean install DNN v05.06, without 3d party modules, I tried to install this language package.
Critical Error: object not set.
In Event Viewer: problem in ReadManifest function.
After testing and more testing, I found the real problem: you cant install a "Extension Language Pack" without match any package already installed. In previous versions of DNN this was not the case. Even without the modules installed the language was installed without issue.
To workaround this problem, I open the manifest file .dnn and pulled out the sections that installed extension language packs for modules not yet installed. I dont have opinion about if this behavior is good or not, but the message "object not set" dont help a advanced user like me, imagine a final user! Even more because before you installed a language pack does not matter whether the modules were already installed or not.