Thanks for ur suggestion but actually I checked that before
<!-- Enables value converters for all built in property editors so that they return strongly typed object, recommended for use with Models Builder -->
<EnablePropertyValueConverters>true</EnablePropertyValueConverters>
Slide problem after upgrading till 7.6.4
Hello
Umbraco v7.5.11 is uppgraded to 7.6.4 is successfully
the slide and carousel things worked fine with previous version but now getting null reference!
the error is stuck here
var imageUrl = !String.IsNullOrEmpty(slide.Url) ? slide.Url : Umbraco.TypedMedia(mediaId).Url;
The media picker has a problem I guess.
anyone tried this before in the newer version?
please help:)
Hi Nisreen
Did you disable property value converter on Umbraco?
Check out, please : https://our.umbraco.org/documentation/Getting-Started/Setup/Upgrading/760-breaking-changes#property-value-converters-u4-7318
Thanks,
Alex
Hi Alex:
Thanks for ur suggestion but actually I checked that before
and it is true:(
HI Nisreen
It should be "false" if you don't want to change the code.
Thanks,
Alex
Hi Nisreen
Did you solve the issue? Please, share with our community.
Thanks,
Alex
is working on a reply...