HotcakesCommerce / hotcakes-commerce-core

The core of the e-commerce part of the overall solution. This is an ecommerce shopping cart solution built on top of the DNN (DotNetNuke) CMS. Anyone can do commerce online now!
https://mmmcommerce.com
MIT License
67 stars 55 forks source link

HCC core, DNN9.1.1 and AppendHeader #32

Open kurtwilbies opened 6 years ago

kurtwilbies commented 6 years ago

I'am testing HCC in DNN9.1.1 and constantly getting the following error:

-   Server cannot append header after HTTP headers have been sent.
-   at System.Web.HttpResponse.AppendHeader(String name, String value)
    at System.Web.HttpResponseWrapper.AddHeader(String name, String value)
    at System.Web.Helpers.AntiXsrf.AntiForgeryWorker.GetFormInputElement(HttpContextBase httpContext)
    at System.Web.Helpers.AntiForgery.GetHtml()
    at DotNetNuke.Framework.ServicesFrameworkImpl.RegisterAjaxAntiForgery(Page page)
    at DotNetNuke.Framework.PageBase.OnPreRender(EventArgs e)
    at DotNetNuke.Framework.DefaultPage.OnPreRender(EventArgs evt)
    at System.Web.UI.Control.PreRenderRecursiveInternal()
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
WillStrohl commented 4 years ago

Another issue and pull request has resolved this error, but there may be multiple scenarios where this error exists. Please include specific steps to reproduce this error so someone can troubleshoot it.

WillStrohl commented 4 years ago

Hello @kurtwilbies ... Can you please provide the specific steps you took to produce and reproduce the exception you reported so we can triage this issue and verify if it's completely resolved?