question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

u8 Migration: ConvertTinyMceAndGridMediaUrlsToLocalLink fails on Umbraco 8.6.0

See original GitHub issue

Although measures have been taken to ensure the queries for generating the sql to read the property details using the PropertyTypeDto80 and friends works to exclude the version 8.6 columns mandatoryMessage and validationRegExpMessage, line 105 in ConvertTinyMceAndGridMediaUrlsToLocalLink.cs below still queries the new columns:

var media = _mediaService.GetMediaByPath(href);

I’m wondering whether the best way to fix this is to move the Migration AddPropertyTypeValidationMessageColumns higher up in UmbracoPlan so it’s done earlier…

Umbraco version

I am seeing this issue on Umbraco version: 8.6

Reproduction

Bug summary

See above - note also that I’ve included the patches from PR #6191 to significantly speed up the migration.

Specifics

  • Umbraco 8.6.0 patched with PRs related to #6191

Steps to reproduce

Expected result

Actual result

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
nul800sebastiaancommented, Mar 17, 2020

Now it makes a lot more sense, 8.6… 😅

0reactions
umbrabotcommented, Apr 13, 2021

Hiya @robertjf,

Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more.

We will close this issue for now but we’re happy to open it up again if you think it’s still relevant (for example: it’s a feature request that’s not yet implemented, or it’s a bug that’s not yet been fixed).

To open it this issue up again, you can write @umbrabot still relevant in a new comment as the first line. It would be super helpful for us if on the next line you could let us know why you think it’s still relevant.

For example:

@umbrabot still relevant This bug can still be reproduced in version x.y.z

This will reopen the issue in the next few hours.

Thanks, from your friendly Umbraco GitHub bot 🤖 🙂

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error Updating Umbraco V7.14.0 to Umbraco 8.6.1
The database failed to upgrade. ERROR: The database configuration failed with the following message: Invalid column name 'mandatoryMessage'.
Read more >
content migration error from umbraco version 7140 to 810
Your site was built on old version and seems to be migrated to v7.14. Therefore, it is using old Media Data Type. You...
Read more >
Compare Releases
5846 - Error in ConvertTinyMceAndGridMediaUrlsToLocalLink when upgrading from v8.0.x to 8.1.0 · 5849 - RTE link picker throw error after upgrade to 7.15.0 ......
Read more >
Error when upgrading from Umbraco 7.15.3 to ...
It seems that it's something related to ConvertTinyMceAndGridMediaUrlsToLocalLink but I am not able to figure out what can be wrong. Can ...
Read more >
Compare Releases
5846 - Error in ConvertTinyMceAndGridMediaUrlsToLocalLink when upgrading from v8.0.x to 8.1.0 · 5849 - RTE link picker throw error after upgrade to 7.15.0 ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found