Nov
24
Written by:
robnolley
11/24/2007 11:36 AM
So I update to the latest Blog Module, version 4.03.07. I set it up the way I liked, which is very basic. I go to add my first blog and wham! I get an error!
DotNetNuke.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 ....
It turns out that there is an issue with Line 21 of the EditEntry.ascx file. This is very easy to fix. First go to your folder DesktopModules. Find the Blog Subdirectory and click on it. You will find several .ascx files. Find EditEntry.ascx and open it up in notepad and turn off word wrap. Arrow down to line 21. In this line you will see ResourceKey, but it will be spelled with a funky e like this: ResourcêKey. Change the funky e to a regular e and then save the file.
Refresh and you should now be able to add a new blog entry. I am not sure what causes this and I do not think it was created by the programmers. Other sites have speculated as to the cause, but I am just happy it was an easy fix!
Tags: