A recent ASP.net update has caused DNN blog to display an error when trying to use the "edit" function.
Error: Edit Entry is currently unavailable.
DNN.Services.Exceptions.ModuleLoadException: The server tag is not well formed. —> System.Web.HttpParseException: The server tag is not well formed. —> System.Web.HttpException: The server tag is not well formed. at System.Web.UI.TemplateParser.ProcessError(String message) at …
If you are not logged in as an admin, all you get this error message:
An error has occurred.Error: Edit Entry is currently unavailable.
How to Fix:
For full disclosure, this (now) invalid character has been in the code for quite a while, probably since its first public release.
- Open DesktopModulesBlogEditEntry.ascx
- Go to line 21
- Look for the string matching "ResourcêKey " (notice the funky "e")
- Replace "ê" with "e"
- Save and upload
DNN Blog users should also expect to see this fix in the next release of the Blog module (03.04.00).
Content retrieved from: https://support.appliedi.net/kb/a438/dnn-blog-error-edit-entry-is-currently-unavailable_.aspx.