All of a sudden errors popping up "The file '/store/products/default.aspx' does not exist. "

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
The file '/store/products/default.aspx' does not exist.

The file '/store/ibo/default.aspx' does not exist.

The file '/store/backoffice.aspx' does not exist.


Unknown  
Severity:  11  
Message:  The file '/store/products/default.aspx' does not exist.  
Exception:  System.Web.HttpException (0x80004005): The file '/store/products/default.aspx' does not exist. at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)  
IP address:  #########
Customer:  admin@#######
Page URL:  http://#######.com/store/products/default.aspx  
Referrer:  http://#######.com/store/products/96-www-streaming-event.aspx  
Created on:  9/13/2010 11:02:28 PM  



Any clue and how to fix or what is causing this?

NopC 1.80


Thank you,

Kokkos
13 лет назад
After more investigation errors stopped after restarting IIS 7.5 and DNS on Server 2008.   Made a few DNS changes because of mail routing issues must have caused routing issues for IIS and NopCommerce.  Re-tweaked DNS and restarted IIS and DNS.  

No more Errors.


Kokkos
13 лет назад
Doing so more tests I was able to replicate the error [The file '/store/products/default.aspx' does not exist.]

This error occurs when you call out the Pictures in the Product Detail they pop up and display a small slide show.

That process triggers the error.


Kokkos
13 лет назад
Thanks for posting this error. I have the same problem and my shop is in live production. How do I go about in correcting it? Thanks in advance
13 лет назад
I have seen a similar error to this when including a JavaScript file (Cloud Zoom V1.0.2) that had a . (period) as the background image source for a div.
For example:
  <div style="background-image: url('.')"></div>

The error could also be caused by the following:
  <a href=".">LINK</a> (when clicked)
  <img src="." /> (on page load)

You'll need to look at any changes you've made to modules and to the stylesheet.

.
13 лет назад
I see these errors in the System >> Log all the time.  I've finally narrowed it down to the what Kokkos mentioned, the jquery product image slideshow thing, BUT only in IE (I'm using version 8).   The error does not get saved into the log if you are on Firefox or Chrome.  The error does not seem to affect the customer though, as the images show up as expected.  I'm not sure if it's worth fixing.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.