I can't get the templates to listen to the admin options to change layout.
Set up:
- DNN 4.4.1
- compression off
- session state on page
- light cache - emptied many times
- application restarted any times
- News articles 5.47 then upgraded to 5.49
In IE7 I get a JS error "object required" error on line 334 (helpful eh)
In Firefox and Opera: no JS error but occasionally I get:
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DnnForge.NewsArticles.ucTemplateEditor.cmdUpdate_Click(Object sender, EventArgs e)
Also, the selection of a template group like "blog" will postback but return with the template list empty.
Selecting a template and pressing "update" results in a postback but nothing ever changes.
I had update the physical files in the "expandable" set. The upgrade to 5.49 reverted the templates and kept the instance on "expandable" but any new instances can only use the "default" set. |