I keep receiving an 'Entry is Required' error when attempting to post or edit a blog entry.
Initially thinking that maybe I've got some custom code causing the exception, I decided to try to duplicate it with a fresh DNN deployment.
Here's the scenario.
- I'm using DNN 4.9.0 source and Blog 3.5.1 (source) with absolutely no other site changes.
- I set up the blog with basic settings (Name, Brief Description, Make Public, Allow Users to Comment).
- I add an initial entry (Title, Brief Summary, and Entry). I noticed that the Brief Summary has to have text in it due to the FCKEditor wanting to insert <p> </p>, but I understand why that is. Everything saves fine and the blog is displayed correctly.
The problems start occuring when I attempt to edit the blog. If I update the Entry text and save it, no errors are thrown but the text isn't updated. Likewise, when I try to create a new entry, I fill out the title, summary, and entry, but recieve an "Entry is Required" error upon save.
So, it appears to me that the content of the FCKEditor isn't being detected on either Edit Entry or Add Entry (after the first addition).
Can you please help me get to the bottom of this as the Blog is one of the final pieces of a project that has been going on for months. I'm almost done, but really need to get this working.
Thanks!