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 Cookies #35

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 modify cookies after HTTP headers have been sent.
-   at System.Web.HttpResponse.BeforeCookieCollectionChange()
    at System.Web.HttpCookieCollection.Set(HttpCookie cookie)
    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

Removed from the milestone. We need more information to duplicate the error.

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?