Hi, I have the same error on DNN 4.8.0 and Blog module 3.4.0:
I only can see the summary of an entry. If I click "Read more" the page reloads but nothing happens. The browser tries to load the page but then it redirects to the page http://<myserver>/Default.aspx?tabid=71&def=ErrorMessage
and in the log viewer I see this errors (I translated it in english cause my framework it's in italian...):
Module Load exception (first exception)
ModuleId: 415
ModuleDefId: 114
FriendlyName: I nostri blogs...
ModuleControlSource: DesktopModules/Blog/MainView.ascx
AssemblyVersion: 04.08.00
PortalID: 0
PortalName: <myserver>
UserID: 5
UserName: Mone
ActiveTabID: 71
ActiveTabName: Blogs
RawURL: /Home/Blogs/tabid/71/EntryID/1/language/it-IT/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://<myserver>/Home/Blogs/tabid/71/language/it-IT/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 3.5.21022)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 2113514c-5cb5-4e37-86b2-d190cf55118a
InnerException: value cannot be nul. Parameter name: format
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.String.Format
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: value cannot be nul. Parameter name: format---> System.ArgumentNullException: Il value cannot be nul. Parameter name: format in System.String.Format(IFormatProvider provider, String format, Object[] args) in DotNetNuke.Modules.Blog.ViewEntry.BindCommentsList() in DotNetNuke.Modules.Blog.ViewEntry.Page_Load(Object sender, EventArgs e) --- Fine dell'analisi dello stack dell'eccezione interna ---
Source:
Nome server: WEBS1032
Page load exception (second exception):
AssemblyVersion: 04.08.00
PortalID: 0
PortalName: <myserver>
UserID: 5
UserName: Mone
ActiveTabID: 71
ActiveTabName: Blogs
RawURL: /Home/Blogs/tabid/71/EntryID/1/language/it-IT/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://<myserver>/Home/Blogs/tabid/71/language/it-IT/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 3.5.21022)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: c7c6416f-2258-403d-99ca-24960376a3ed
InnerException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.ControlCollection.Add
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
---> System.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
in System.Web.UI.ControlCollection.Add(Control child) in DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) --- Fine dell'analisi dello stack dell'eccezione interna ---
Source:
Nome server: WEBS1032
I tried to disable users and anonimous comments but nothing changed. I checked web.config for connection string but everything is ok...!
Any idea?
Thanks!