I am using Umraco 10 and have installed Plumber v10. I am struggling to make this combination work. This is the error after installing Plumber via Nuget.
It's a new v10. I don't seem to have Plumber entry in UmbracoKeyValue table? I feel like I am missing a step or something.. Here are some error screenshot.
Hey surabhika, this was due to some ugly stuff in the Plumber installer not working nicely on SqlLite. I'm not sure how I managed to install locally in my release testing, but that's beside the point.
I believe I've fixed the issue, it's building now. I'll tag and release a v10.0.1-beta, if you could then try installing and let me know how you get on.
Hey Andrew, that looks like the migration didn't run - can you check the UmbracoKeyValue table for entries related to Plumber and Workflow, and let me know what you find?
The table updates and creation should absolutely be managed by a migration.
EDIT: I've just done the following, with no issues:
created a new Umbraco 10 project
installed Plumber 10.1.1
build and run, verified everything works as expected
uninstalled Plumber
deleted /app_plugins/plumber
installed Umbraco Workflow 10.2.0
build and run, verified everything works as expected (migrations executed)
Was that definitely Workflow.Umbraco, not Umbraco.Workflow?
Workflow.Umbraco is very, very old and deprecated (should only work on Umbraco 7), I'm surprised it shows in search results at all.
That will be the cause though - it should be Umbraco.Workflow 10.2, which includes the required migrations for moving from Plumber to Umbraco Workflow.
Yes definitely Workflow Umbraco as it was migrated from a Umbraco 7 site so I should never have installed Plumber on the migrated Umbraco instance and then tried to go to Umbraco.Workflow it seems.
So I migrated an Umbraco 7 site with the workflow table schema with that of Workflow.Umbraco and the migration to Umbraco.Workflow should resolve this issue.
Not sure what to do in order of the next steps really.
Last thing on this and I will leave it be so I managed to get things ticking over by deleting all the workflow tables in the database and the UmbracoKeyValue table entry.
Installed a fresh copy of workflow 10.2.0 and its mostly working just I don't seem to have access to the workflow email templates and can't seem to get email notifications to send when the content review is about to expire can you please advise?
Plumber v10
I am using Umraco 10 and have installed Plumber v10. I am struggling to make this combination work. This is the error after installing Plumber via Nuget.
Thanks in advance!
Looks like the app plugins folder is missing... Did you try rebuilding after installing? That should copy the backoffice assets.
I rebuilt and have the app plugin folder. But just seen the logs and looks like an issue with database.
I look into it and come back.
Ohh and thanks for the quick reply!
That looks like the installation migration didn't run. Is this a new v10 site or an upgraded V9?
I'd try deleting the Plumber entry from the UmbracoKeyValue table and restarting the site. That should rerun the migrations.
Hi Nathan,
It's a new v10. I don't seem to have Plumber entry in UmbracoKeyValue table? I feel like I am missing a step or something.. Here are some error screenshot.
This is the error on group save
Thats the logs
and this is the UmbracoKeyValue table content
Hey surabhika, this was due to some ugly stuff in the Plumber installer not working nicely on SqlLite. I'm not sure how I managed to install locally in my release testing, but that's beside the point.
I believe I've fixed the issue, it's building now. I'll tag and release a v10.0.1-beta, if you could then try installing and let me know how you get on.
Just to add this I am on Umbraco v10.4.0 and migrating Plumber 10.0.1 to Umbraco workflow 10.0.0
So I have followed this process https://docs.umbraco.com/umbraco-workflow/v/10.workflow.latest-lts/upgrading-workflow/upgrading/migrating-workflow as I am looking to migrate and getting SQL exception all over the place:
Okay so some progress I have managed to resolve the issue with WorkflowContentReviewNodes with the below INSERT scripts
And
So the remaining type issue
appears to be with the WorkflowSettings table I had to first remove these redundant columns:
Then rename the FlowType column
Hey Andrew, that looks like the migration didn't run - can you check the UmbracoKeyValue table for entries related to Plumber and Workflow, and let me know what you find?
The table updates and creation should absolutely be managed by a migration.
EDIT: I've just done the following, with no issues:
Hey Nathan,
Thank you for coming back to me first off, here,s the UmbracoKeyValue table I have:
Probably should have mentioned that we have migrated from Umbraco 7.15.5 to Umbraco 10.4.0 and Workflow.Umbraco 1.1.15
So I think my bad as I actually needed to go from Workflow.Umbraco 1.1.15 to Workflow.Umbraco 10.2.0
But still would have expected the migration to work as you have expressed
Was that definitely Workflow.Umbraco, not Umbraco.Workflow?
Workflow.Umbraco is very, very old and deprecated (should only work on Umbraco 7), I'm surprised it shows in search results at all.
That will be the cause though - it should be Umbraco.Workflow 10.2, which includes the required migrations for moving from Plumber to Umbraco Workflow.
Yes definitely Workflow Umbraco as it was migrated from a Umbraco 7 site so I should never have installed Plumber on the migrated Umbraco instance and then tried to go to Umbraco.Workflow it seems.
So I migrated an Umbraco 7 site with the workflow table schema with that of Workflow.Umbraco and the migration to Umbraco.Workflow should resolve this issue.
Not sure what to do in order of the next steps really.
Last thing on this and I will leave it be so I managed to get things ticking over by deleting all the workflow tables in the database and the UmbracoKeyValue table entry.
Installed a fresh copy of workflow 10.2.0 and its mostly working just I don't seem to have access to the workflow email templates and can't seem to get email notifications to send when the content review is about to expire can you please advise?
Now getting the below error in the logs
is working on a reply...