Skip to content
Discussion options

You must be logged in to vote

Steps to fix.
1 - check the "ContentWorkflows" table.

SELECT * FROM [ContentWorkflows]

2 - Check the portalsettings table.

select * from [PortalSettings] where SettingName = 'DefaultTabWorkflowKey'

3 - IF the "DefaultTabWorkflowKey" does not exist in the "[ContentWorkflows]" table, update it to match the correct workflow ID.

update [PortalSettings] set SettingValue = 16 where SettingName = 'DefaultTabWorkflowKey'

NOTE: The above is an example using number 16 ID.

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mitchelsellers
Comment options

Answer selected by leedavi
Comment options

You must be logged in to vote
1 reply
@mitchelsellers
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
Converted from issue

This discussion was converted from issue #6730 on September 29, 2025 16:52.