I've started working with Umbraco yesterday and my vision of working with it was as follows:
- add document types
- create a basic content tree
- create templates
- edit document types & templates adding what I need and replacing "lorem ipsum" with the content from Umbraco
The problem is that I added two properties to a Client document type. Then I got this while trying to edit content:
Object reference not set to an instance of an object.
This is hard to understand for me, because:
- Umbraco is supposed to be friendly ('the friendliest...')
- Database structure is organized in a way that this should not be the problem
- Even using Fluent NHibernate Migrator adding a field to a database just creates another field without throwing any exceptions - and here?
So what's the idea here? Document types are once and for all and you can't edit them?