Hello,
I'm having some problems with my multi-portal site (running on DNN 4.8.3), which currently contains about 120 child portals. The problem is: when I try to create/delete a portal, update/delete/install a module or update Host Settings, DotNetNuke just times out, although the changes are still applied. Digging into the code, I found out that in all cases the application froze at this line:
DataCache.ClearHostCache
Specifically:
- PortalController.vb: in "CreatePortal" and "DeletePortalInfo" functions, line 1108 and 1185 respectively
- HostSettingsController.vb: in "UpdateHostSetting", line 57
- DesktopModuleController.vb: in "DeleteDesktopModule" and "UpdateDesktopModule", line 42 and 76 respectively
Now my question is, what does this method do, what is its significance and is it safe for me to comment out the line and rebuild the library?
Thanks,
Duc Le