AbleCommerce Forums
»
AbleCommerce
»
General Questions
»
Upgrade From Gold R12 to Able 9 (Version: 9.0.0.5588) gives error
Rank: Newbie
Groups: Authorized User, Developers Joined: 9/3/2020(UTC) Posts: 2
|
I upgrade the existing site from Able 7.0.7 to Gold R12 and then after upgraded it from Able Gold R12 to Able 9(Version: 9.0.0.5588) Upgrade was done successfully without error. But when i am running the site it gives error as below undefined:retail.error.500 undefined:retail.error.server_error undefined:retail.error.we_are_sorry_but_the_page_you_are_trying_to_access_has_experienced_an_error undefined:retail.error.please_contact sales@xyz.com undefined:retail.error.to_report_this_problem undefined:retail.error.go_back_to_home_page
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Hi,
Can you please copy/paste the error details by looking into the error logs from admin. This will help us in finding the exact issue you are having with your install. Admin - Help - Error Log
Thanks
|
|
|
|
Rank: Advanced Member
Groups: System, Administrators, Developers, Registered, HelpDesk Joined: 10/29/2018(UTC) Posts: 472
Thanks: 4 times Was thanked: 34 time(s) in 33 post(s)
|
|
Thanks for your support!
Katie Secure eCommerce Software and Hosting |
|
|
|
Rank: Newbie
Groups: Authorized User, Developers Joined: 9/3/2020(UTC) Posts: 2
|
Originally Posted by: shari Hi,
Can you please copy/paste the error details by looking into the error logs from admin. This will help us in finding the exact issue you are having with your install. Admin - Help - Error Log
Thanks Nothing shown up in Error Log. I am getting below Error when i browse the site. https://drive.google.com...XQ_uwro/view?usp=sharing[img=https://drive.google.com/file/d/1URDWEnus5YaKjgyil8nJ2hXBkXQ_uwro/view?usp=sharing]Error[/img]
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Quote:The upgrade instructions have a specific step if you are going from Gold to 9.0.0 build 5588. However, we are now on version 9.0.2, so is there a reason you are not upgrading to the latest version? http://help.ablecommerce...de_to_AbleCommerce_9.htm Hi, Were you able to make it work?
|
|
|
|
Rank: Newbie
Groups: Authorized User, Developers Joined: 9/3/2020(UTC) Posts: 2
|
Originally Posted by: shari Quote:The upgrade instructions have a specific step if you are going from Gold to 9.0.0 build 5588. However, we are now on version 9.0.2, so is there a reason you are not upgrading to the latest version? http://help.ablecommerce...de_to_AbleCommerce_9.htm Hi, Were you able to make it work? Hello Shari, We have follow the steps from Able Gold to Able 9 upgrade as provided below and that gives errors. When we run the website undefined:retail.error.500 undefined:retail.error.server_error undefined:retail.error.we_are_sorry_but_the_page_you_are_trying_to_access_has_experienced_an_error
undefined:retail.error.please_contact sales@dollhouseheaven.com undefined:retail.error.to_report_this_problem
undefined:retail.error.go_back_to_home_pageOnce the above get resolved. then we can upgrade to the latest version.
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Please follow the special instruction given on this page to resolve the issue. http://help.ablecommerce...de_to_AbleCommerce_9.htmType your drop-down text here.For final build 5588 only, perform the following temporary work-around. This will be fixed for the next release, but upgrading Gold to final build 5588 requires the following manual change:
Find the \app_data\AbleCommerce.config file and open it in a text editor. Locate the following module:
<add name="Redirection Processing Module" type="CommerceBuilder.Essentials.RedirectionProcessingModule, CommerceBuilder" enabled="True" />
Disable this module, by changing the setting enabled="False"
|
|
|
|
Rank: Newbie
Groups: Authorized User, Developers Joined: 9/3/2020(UTC) Posts: 2
|
Hello Shari,
I have followed the special instruction and still it is still not working.
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
We need to see the error details. To see the error details please follow the steps. 1- Open Website/web.config 2- Search for the text Code:<customErrors mode="On" defaultRedirect="~/Errors/Error" redirectMode="ResponseRewrite">
3- Set mode value to Off and save the file 4- Again reload the page and share the error details. thanks
|
|
|
|
Rank: Newbie
Groups: Authorized User, Developers Joined: 9/3/2020(UTC) Posts: 2
|
I got below error. It seems like there is some settings needs to be set and which is not set correctly. I am not sure what it is.
Server Error in '/' Application. Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] CommerceBuilder.Web.Mvc.LayoutDataAttribute.OnActionExecuting(ActionExecutingContext filterContext) +471 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +49 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +454 System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +973 System.Web.Mvc.Controller.ExecuteCore() +128 System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +235 System.Web.Mvc.Async.AsyncResultWrapper.<.cctor>b__0(IAsyncResult asyncResult, Action action) +24 System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38 System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +43 System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73 System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +602 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +128
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
Hi,
I am still not sure what is the actual issue with your upgraded site. There is a chance of some issues in the existing data that is causing the null exception after upgrading to AC9.
Can you please share the exact page URL on which you are getting the error?
I will still recommend retrying your upgrade process from start to the latest version of Ablecommerce.
Thanks
|
|
|
|
AbleCommerce Forums
»
AbleCommerce
»
General Questions
»
Upgrade From Gold R12 to Able 9 (Version: 9.0.0.5588) gives error
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close