Symptom:
If you are getting the following error message when trying to access “Host Settings” page in DNN version 4.8.1 after successful WADE deployment
Error: Host Settings is currently unavailable.
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 DotNetNuke.Modules.Admin.Host.HostSettingsModule.BindData() at DotNetNuke.Modules.Admin.Host.HostSettingsModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Cause:
This problem is caused by incorrect installation template parameter set in WADE for DNN version 4.8.1 prior to March 13th, 2008. All wade installations of DNN 4.8.1 after March 13th will not have this problem.
Resolution:
To solve this problem, select “SQL” under “Host” menu. In the text area copy/paste following SQL script and click “Execute”. Please do not check “Run as Script” box.
UPDATE HostSettings SET SettingValue = 'D' WHERE SettingName = 'ModuleCaching'
After executing this script, logout your host account. Next time you login, the “Host Settings” page will function correctly.