This functionality is unavailable after HTTP headers have been sent

We’re receiving quite many of these errors in our logs. When it comes to the GUID in the message they seem to come in pairs.

2021-11-12 05:13:26.1784 [ERROR] [] Litium.IWebLog - IWebLog exception ‘This functionality is unavailable after HTTP headers have been sent.’: f8867ec0-b9fc-400f-8818-9c3da61f28a7 System.Web.HttpException (0x80004005): This functionality is unavailable after HTTP headers have been sent.
at System.Web.HttpResponse.AddOnSendingHeaders(Action`1 callback)
at Litium.Web.Routing.PageRoute.GetRouteData(HttpContextBase httpContext)
at System.Web.Routing.RouteCollection.GetRouteData(HttpContextBase httpContext)
at System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

I notices that there was a bug, Login, but that’s supposed to be fixed in 7.5.1 and we’re on 7.7.1.

Anyone else have these errors in their logs? Is the bug back?

Litium version: 7.7.1

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.