The installation failed but left a template in the db, which was causing issues, so I deleted it.
Now I get a NullReferenceException when viewing Document Types in the Settings section and the Templates folder is empty.
My cmsTemplate table has 6 (previously valid) entries in it.
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.cms.businesslogic.template.Template.get_MasterPageFile() in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\cms\businesslogic\template\Template.cs:37
NullReferenceException when viewing doc types
I tried to install the RunwayNewsModule project.
The installation failed but left a template in the db, which was causing issues, so I deleted it.
Now I get a NullReferenceException when viewing Document Types in the Settings section and the Templates folder is empty.
My cmsTemplate table has 6 (previously valid) entries in it.
Fixed it myself. The package did not uninstall itself from the umbracoNode table. I deleted the orphan rows from there.
is working on a reply...