I have existing 703 site i upgraded using nuget then did build all fine. I then hit umbraco page that fired up the installer all fine. It then went to upgrade screen "Simply click continue below to be guided through the rest of the upgrade" I do that and i get error:
Ok looking at http response a bit more information:
{"Message":"An error has occurred.","ExceptionMessage":"Method not found: 'System.Object Newtonsoft.Json.Linq.JToken.ToObject(System.Type)'.","ExceptionType":"System.MissingMethodException","StackTrace":" at Umbraco.Web.Install.Controllers.InstallApiController.StepRequiresExecution(InstallSetupStep step, JToken instruction)\r\n at Umbraco.Web.Install.Controllers.InstallApiController.PostPerformInstall(InstallInstructions installModel)\r\n at lambda_method(Closure , Object , Object[] )\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>cDisplayClass13.c(Object instance, Object[] methodParameters)\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)\r\n at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}
If you look in Fiddler do you see something like this?
)]}',
{"Message":"An error has occurred.","ExceptionMessage":"Method not found: 'System.Object Newtonsoft.Json.Linq.JToken.ToObject(System.Type)'.","ExceptionType":"System.MissingMethodException","StackTrace":" at Umbraco.Web.Install.Controllers.InstallApiController.StepRequiresExecution(InstallSetupStep step, JToken instruction)\r\n at Umbraco.Web.Install.Controllers.InstallApiController.PostPerformInstall(InstallInstructions installModel)\r\n at lambda_method(Closure , Object , Object[] )\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.<>c__DisplayClass5.<ExecuteAsync>b__4()\r\n at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}
Do you happen to have json.net in your GAC and if so, which version is it please?
I'm trying to fix this so would appreciate it if you didn't remove it from GAC so I have a test subject of updated version of 7.1 :-)
Umbraco 7.0.3 - 7.1.0 upgrade issue
Guys,
I have existing 703 site i upgraded using nuget then did build all fine. I then hit umbraco page that fired up the installer all fine. It then went to upgrade screen "Simply click continue below to be guided through the rest of the upgrade" I do that and i get error:
thats what is being reported in the console. Any ideas?
Regards
Ismail
Ok looking at http response a bit more information:
{"Message":"An error has occurred.","ExceptionMessage":"Method not found: 'System.Object Newtonsoft.Json.Linq.JToken.ToObject(System.Type)'.","ExceptionType":"System.MissingMethodException","StackTrace":" at Umbraco.Web.Install.Controllers.InstallApiController.StepRequiresExecution(InstallSetupStep step, JToken instruction)\r\n at Umbraco.Web.Install.Controllers.InstallApiController.PostPerformInstall(InstallInstructions installModel)\r\n at lambda_method(Closure , Object , Object[] )\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>cDisplayClass13.c(Object instance, Object[] methodParameters)\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)\r\n at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}
If you look in Fiddler do you see something like this?
I take it as a yes then hehe
Sebastiaan,
I do indeed looks like same issue as adam.
Regards
Ismail
Do you happen to have json.net in your GAC and if so, which version is it please?
I'm trying to fix this so would appreciate it if you didn't remove it from GAC so I have a test subject of updated version of 7.1 :-)
I have following in my gac
Regards
Ismail
Is it possible to get to the sql upgrade script i already have everything else upgraded by nuget?
@Ismail just update your version number, no SQL changes in this release.
awesome ta, just looking through the core love how the migrations stuff has been done.
Regards
Ismail
is working on a reply...