Tag relationships deleted during upgrade from v6.0.5 to v7.5.3
We have just upgraded a site from v6.0.5 to v7.5.3 and had issues with existing tags not appearing in autocomplete.
Looking at the log file there are numerous entries in this format:
There was no cmsContent reference for cmsTagRelationship for nodeId 7428. The new tag system only supports tags with references to content in the cmsContent and cmsPropertyType tables. This row will be deleted: nodeId: 7428, tagId: 16
Prior to the upgrade there were 7918 rows in cmsTagRelationship, now there are only 21 rows...
Figured it out - as part of the upgrade we are changing from Sniper Tags to standard Umbraco Tags.
The tag relationships that were deleted were those for the Sniper Tags. Was able to write a SQL script to repopulate the table, linking to the relevant Umbraco Tags property type.
Tag relationships deleted during upgrade from v6.0.5 to v7.5.3
We have just upgraded a site from v6.0.5 to v7.5.3 and had issues with existing tags not appearing in autocomplete.
Looking at the log file there are numerous entries in this format:
Prior to the upgrade there were 7918 rows in cmsTagRelationship, now there are only 21 rows...
Figured it out - as part of the upgrade we are changing from Sniper Tags to standard Umbraco Tags.
The tag relationships that were deleted were those for the Sniper Tags. Was able to write a SQL script to repopulate the table, linking to the relevant Umbraco Tags property type.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.