Replies: 3 comments 4 replies
-
Totally agree, it's align with what we did in |
Beta Was this translation helpful? Give feedback.
-
Hi, An unhandled exception occurred while processing the request. My site contains some deoplyment plans. One of this have this steps:
If I remove theese steps (manually from db, becose the Admin return the error) the problem are solved! Why does an error related to deplyment plans occur when access to content by Admin? And can you consider this possibility in your migration procedure? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your rapid fix, exception has occurred while executing the request. Newtonsoft.Json.JsonSerializationException: Error resolving type specified in JSON 'OrchardCore.Lucene.Deployment.LuceneSettingsDeploymentStep, OrchardCore.Lucene'. Path 'DeploymentSteps[8].$type', line 1, position 1733. For my deployment plan, I think the error is this line is missing in the OrchardCore.Search.Lucene.Migrations: updateCmd = $"UPDATE {dialect.QuoteForTableName(table)} SET Content = REPLACE(content, '"$type":"OrchardCore.Lucene.Deployment.LuceneSettingsDeploymentStep, OrchardCore.Lucene"', '"$type":"OrchardCore.Search.Lucene.Deployment.LuceneSettingsDeploymentStep, OrchardCore.Search.Lucene"') WHERE [Type] = 'OrchardCore.Deployment.DeploymentPlan, OrchardCore.Deployment.Abstractions'"; and so it worked! [FullException.txt] deployment_plan_before_your_fix#12591.txt deployment_plan_after_your_fix#12591.txt [deployment_plan_after_my_fix.txt] |
Beta Was this translation helpful? Give feedback.
-
As part of #11052 we need to decide if we will rename the modules or not.
This means that we should also rename the abstraction modules too based on the naming convention that we started using with the "Filestorage" modules.
13 votes ·
Beta Was this translation helpful? Give feedback.
All reactions