Close

Wierd error

ylechasseur
12 years ago
#315 Quote
Avatar
  • 104
Hi,

I don't think it is related to the Nop 2.30 electronics theme (but i could). In fact, I'm not able imports any picture fron the Admin Sction. When I imports my product, I put a default picture for the product (not the variant) and so far eveythings was working well up to this morning.

Here it is what i found into the log:

   System.Web.HttpException (0x80004005): Cannot redirect after HTTP headers have been sent. at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at System.Web.HttpResponseWrapper.Redirect(String url, Boolean endResponse) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) at System.Web.Mvc.Controller.ExecuteCore() at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5() at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0() at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d() at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

and


The controller for path '/files/basket-new.js' was not found or does not implement IController.  1/28/2012 12:44:33 PM  View
  Error  The controller for path '/files/autosuggest.js' was not found or does not implement IController.  1/28/2012 12:44:33 PM  View
  Error  The controller for path '/files/magicthumb-packed.js' was not found or does not implement IController.  1/28/2012 12:44:32 PM  View
  Error  The controller for path '/files/validator.js' was not found or does not implement IController.  1/28/2012 12:44:32 PM  View
  Error  The controller for path '/files/currency.js' was not found or does not implement IController.  1/28/2012 12:44:32 PM  View
  Error  The controller for path '/files/font_styles.js' was not found or does not implement IController.

any idea ?

thanks a lot

Yves
ylechasseur
12 years ago
#316 Quote
Avatar
  • 104
this seems to be the first error before all the other errors.. I'll give a look into the file
_Root.cshtml:line 83 to see if anything I can found out

thanks

System.Web.HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'. ---> System.InvalidOperationException: Sequence contains no elements at System.Linq.Enumerable.First[TSource](IEnumerable`1 source) at SevenSpikes.Theme.Electronics.Controllers.CatalogController.CategoryBreadcrumb() at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) at System.Web.Mvc.Controller.ExecuteCore() at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5() at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0() at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d() at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.<>c__DisplayClass4.<Wrap>b__3() at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.Wrap[TResult](Func`1 func) at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage) at System.Web.HttpServerUtilityWrapper.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm) at System.Web.Mvc.Html.ChildActionExtensions.ActionHelper(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues, TextWriter textWriter) at System.Web.Mvc.Html.ChildActionExtensions.Action(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues) at ASP._Page_Themes_Electronics_Views_Shared__Root_cshtml.Execute() in c:\HostingSpaces\inautikc\usnautic.com\wwwroot\Themes\Electronics\Views\Shared\_Root.cshtml:line 83 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) at System.Web.WebPages.WebPageBase.Write(HelperResult result) at System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) at System.Web.WebPages.WebPageBase.PopContext() at System.Web.WebPages.WebPageBase.Write(HelperResult result) at System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) at System.Web.WebPages.WebPageBase.PopContext() at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.<InvokeActionResultWithFilters
ylechasseur
12 years ago
#317 Quote
Avatar
  • 104
I did a datavse cleanup of my last datat import (I went back on a backup). Seems to be ok, so I reimport about 600 products into the database.

From nopadmin, I<ve been able to drag and drop my picture into the product for about 5 or 6 and then Nopcommerce won't accept any picture even from the admin site.

I saw a post with the same warning in my log file about missing a ressource string. did you find out somethimg ?

Nice post about the version 2.4 BTW

thanks

Yves
Support
12 years ago
#318 Quote
Avatar
  • Moderator
  • 1044
ylechasseur wrote:
I saw a post with the same warning in my log file about missing a ressource string. did you find out somethimg ?

Hi Yves,

Can you be more specific about the warning message and which exact resource is missing?

Thanks
ylechasseur
12 years ago
#320 Quote
Avatar
  • 104
OUPS I'm sorry..

here the forum's topic
http://www.nopcommerce.com/boards/t/13777/http-error-when-uploaded-images.aspx#60950

Yves
ylechasseur
12 years ago
#321 Quote
Avatar
  • 104
hi support

One more question .. the version 2.40 is coming, I imagine that the upgrade is part of the one year support ?

Best regards

Yves
ylechasseur
12 years ago
#322 Quote
Avatar
  • 104
The errors seem to be a database space problem.. All my test pointing in this direction...
Support
12 years ago
#324 Quote
Avatar
  • Moderator
  • 1044
ylechasseur wrote:
OUPS I'm sorry..

here the forum's topic
http://www.nopcommerce.com/boards/t/13777/http-error-when-uploaded-images.aspx#60950

Yves


For some reason the nopCommerce web site is inaccessible for several hours.
Support
12 years ago
#325 Quote
Avatar
  • Moderator
  • 1044
ylechasseur wrote:
hi support

One more question .. the version 2.40 is coming, I imagine that the upgrade is part of the one year support ?

Best regards

Yves


Yes, when nopCommerce 2.4 is out we will need several days to upgrade all our plugins and themes. Once the new version of the theme is released you can download it from Downloadable products in your My Account section.

Thanks