http://kimarketplace.com
The error in the error log is as follows:
Message: An error has occured at http://www.kimarketplace.com/Default.aspx
Debug data: Exception of type 'System.Web.HttpUnhandledException' was thrown.; Object reference not set to an instance of an object.
When I actually pull up the app.log, the reoccurring error that appears is as follows:
Code: Select all
ERROR 2010-08-20 05:39:13,571 103344140ms Object a - An error has occured at http://www.kimarketplace.com/Default.aspx
System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at ConLib_BasketTotalSummary.Page_PreRender(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.WebControls.WebParts.WebPart.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.default_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
http://kimarketplace.com (site with errors)
http://marketplace.cedarpoint.com
http://marketplace.dorneypark.com
http://marketplace.knotts.com
Granted, each site has their own categories and is tailored to their particular brand/park. What I can't figure out is why 1 of the 4 sites is having this issue. The three sites (cedarpoint, dorneypark, and knotts) were set up at a later date than the kimarketplace. CP, DP, and knotts are running version 7.0.4 of able commerce while kimarketplace is running version 7.0.3.
On the kimarketplace site (as well as the other stores) - a simple breakdown in the layout is as follows: Header, sidebar, main content, footer. All the pages (home, checkout, interior) share the same header, sidebar, and footer. The only difference from the home page to the interior pages is that the home scriptlet has static html for the "grid" as well as a reference to bring in the default "featured products" from the conlib. Since this error is only occurring on the "/Default.aspx", I am led to believe that home content is causing the problem. Nevertheless, even with all home content disabled, the error is still popping up in the error log every time someone loads the landing page.
In addition, I have customized the login.aspx (which is referenced in the top left corner) of the side bar. Even disabling that customization still will not prevent the error from occurring.
Also, the default.aspx is still in it's default state and has not been customized.
I have even ran a compare on all customized files to make sure that there were no difference in the customizations -- in which no differences were found.
Any suggestions from anyone? Could this be an issue between 7.0.4 and 7.0.3 ? Any help would be much appreciated.
Thanks,
Nick