November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I suspect that if you make a change in that content area (e.g. change a display option or change the order of some items) then publish, it will overwrite the invalid data and resolve the issue.
To answer your other question, this will have most likely happened because someone added a block to the content area then deleted the block, ignoring the warning saying it was in use.
I've had some issues with a block failing with a NullReferenceException for a while now. After a lot of debugging I was finally able to trace the reason to a deleted block that is still referenced in one of the ContentAreas. It's not visible from anywhere, including All Properties, but looking in the database I found it there among all the other valid contents of that particular ContentArea:
(this is from the LongString column in tblContent for the ContentArea property on the parent block)
Looking up all the contentguids, I found everyone but "Y".
So my question is; how do I clean this up? Of course I could probably just edit this row in the database directly, and that's fine for dev, but for a production environment it involves a fair amount of red tape I'd prefer to avoid if possible.
And if anyone has any theories on how this could happen in the first place, I'd love to hear them.