Month: August 2018
Dnn 7.4 Unhandled Error Adding Module to ContentPane
If your DNN Event Viewer is full of “Unhandled Error Adding Module to ContentPane” errors, here is a quick fix for it. Login as Site Admin > Go to Site Settings > Advanced Settings > Page Management > Registration Page > If it contains “User Profile”, change it to “<None Specified>” and save. That’s it.…
Simple Trick to Replace Multiple Spaces With Single Tab Character
If you have data with multiple space characters and you wish you could replace all the multiple spaces with tab characters (I bet you want to paste it into Excel), here is a quick trick – Use RegEx in Notepad++.