Close

Profile: ylechasseur

Avatar

User posts

12 years ago

sorry .. it is working .. do know what went wrong..

Yves

12 years ago

Thanks a lot,

I did create a topic named HELP and I had this code

<li><a href="@Url.RouteUrl("Topic", new { SystemName = "Help" })">@T("help")</a></li>
and I have an error message, I wonder why ?

Best regards and thanks a lot for your advice

Yves

T

12 years ago

Footer Menu

I created more topics and they are not showing on the footer's menu. What do I have to do ?

Regards

Yves

Wierd error
12 years ago

The errors seem to be a database space problem.. All my test pointing in this direction...

Wierd error
12 years ago

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

Wierd error
12 years ago

OUPS I'm sorry..

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

Yves

Wierd error
12 years ago

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

Wierd error
12 years ago

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

Wierd error
12 years ago

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

Bugs
12 years ago

Bug number 2

Drop Down Menu / Electronics template

Again in the (http://dev.usnautic.com) and, if you go,

1. Open an item (take feature product)
2. Then, cick on the BoatCare menu and the droplist goes behind the picture ..


Do you have any idea why and if you have a solution for this issue ?

Best regards

Yves