Closed drangus closed 6 years ago
A workaround would be great. Have a productive web running and this function is essentiell....
@drangus How are your dev skills? Would be great if you could make a pull-request! 😎 (Since you spotted the issue and have a workaround patch, you should get commit credit)
@leekelleher First attempt at a PR! Trust it meets requirements.
Great Workarround. Fixed the problem with me. For those who don't want to download the vs-Project and compile it, here is the fixed dll: https://www.dropbox.com/s/2n9q8chrkrglgxr/Our.Umbraco.Vorto.dll?dl=0
Thanks @drangus!
Closing this ticket off, any discussion can be done on PR #100
Is this the same issue as this? https://github.com/umco/umbraco-vorto/issues/41 For now I downgraded back to Vorto 1.5.3.
I've just run into the same issue when I upgraded a site from v7.5.14 to v7.11.1 and then also upgraded Vorto from v1.5.3 to v1.6.0. Downgrading it back to v1.5.3 fixes the issue for now.
Any news about this issue? Just upgraded to 1.6.0 and run into this error ....
Following an upgrade from Vorto 1.5.3 to 1.6.0, calling GetVortoValue with the recursive parameter set true fails with a NullReferenceException (... at line 98 of IPublishedContentExtensions.cs)
Testing for a null value appears to address the issue:
Is this an appropriate workaround?
(Umbraco 7.5.11)