Changing Skins via Database (Emergency Procedures)
At one point or another, it seems that almost everyone accidentally makes a change to a DNN installation that ends up breaking things. One of these situations that I never considered in the past was the accidental application of a skin with errors. I was contacted by someone today that accidentally applied a skin that caused a null reference exception, this caused the entire site to be unavailable. They could not access any pages and could not get back to the skin admin pages. Well, this leads me to find a method of resolving the issue via the database. In this entry, I will describe the steps needed to change the skin to a default skin via the database.
Read Full Article