We have upgraded from 8+ to 9.13.5.
During testing we found that when "Add to basket" is clicked we receive the error below. Can someone help us solve this?
Server Error in '/' Application.
Column 'OrderDebuggingInfoOrderAutoID' does not belong to table Table.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Column 'OrderDebuggingInfoOrderAutoID' does not belong to table Table.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Column 'OrderDebuggingInfoOrderAutoID' does not belong to table Table.]
System.Data.DataRow.GetDataColumn(String columnName) +62
Dynamicweb.Ecommerce.Orders.OrderDebuggingInfo.Save() +457
Dynamicweb.Ecommerce.Orders.OrderDebuggingInfo.Save(Order order, DateTime time, String message, String source, DebuggingInfoType infoType) +155
Dynamicweb.Ecommerce.Frontend.Cart.CartService.LogEvent(Order order, String message, String name, DebuggingInfoType infoType, Object[] params) +847
Dynamicweb.Ecommerce.Cart.Frontend.LogEvent(Order order, String message, Object[] params) +60
Dynamicweb.Ecommerce.Orders.OrderRepository.Save(Order order) +13290
Dynamicweb.Ecommerce.Orders.OrderService.Save(Order order, Boolean saveOldVersion) +280
Dynamicweb.Ecommerce.Frontend.Cart.CartService.SaveCart(Order cart, User user, OrderContext orderContext) +74
Dynamicweb.Ecommerce.Common.Context.SetCart(Order cart, User user, OrderContext orderContext) +114
Dynamicweb.Ecommerce.Frontend.Cart.CartService.CreateCart(User user, String sessionId, Boolean setAsActive, String displayName) +1056
Dynamicweb.Ecommerce.Frontend.Cart.CartCatch.CatchCart(Int32 pageId, PageView pageView) +3414
Dynamicweb.Ecommerce.Frontend.EcomPageLoadNotificationSubscriber.LoadedPage(PageView pageview) +446
Dynamicweb.Extensibility.Notifications.NotificationManager.Notify(String notification, NotificationArgs eventArgs) +866
Dynamicweb.Frontend.PageView.Load() +2485
Dynamicweb.AspNet.DynamicwebHttpHandler.ProcessRequest(HttpContext context) +50
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +866
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +213
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +91