HomeHome Product Discus... Product Discus...SmithCartSmithCartSub Categories not workingSub Categories not working
Previous
 
Next
New Post
5/13/2010 2:58 PM
 
Whenever I try to expand a category to see the sub categories, it does nothing. Here is the response I get back from the server when I click the arrow

Server Error in '/' Application.
Response.Redirect cannot be called in a Page callback.
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.ApplicationException: Response.Redirect cannot be called in a Page callback.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:







Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:

[ApplicationException: Response.Redirect cannot be called in a Page callback.]
System.Web.HttpResponse.Redirect(String url, Boolean endResponse) +8704558
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +235
DotNetNuke.Framework.PageBase.OnError(EventArgs e) +395
System.Web.UI.Page.HandleError(Exception e) +84
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6776
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
System.Web.UI.Page.ProcessRequest() +80
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.default_aspx.ProcessRequest(HttpContext context) +37
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3053
 
New Post
5/13/2010 3:06 PM
 

We recently added a new SEO feature to include the category name in the url. What version of the cart are you running? Do you have any ambersands or any other non alpha or numeric characters in your category name.

Another customer reported a similar issue and he had ampersands in his category names we are creating a new field under category management called "category_url" so we dont run into this issue.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartSub Categories not workingSub Categories not working