Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nisreen Al-Masri 12 posts 91 karma points
    Jul 20, 2017 @ 09:27
    Nisreen Al-Masri
    0

    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:)

  • Alex Skrypnyk 6150 posts 24110 karma points MVP 8x admin c-trib
    Jul 20, 2017 @ 10:09
    Alex Skrypnyk
    0

    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

  • Nisreen Al-Masri 12 posts 91 karma points
    Aug 11, 2017 @ 06:04
    Nisreen Al-Masri
    0

    Hi Alex:

    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>
    

    and it is true:(

  • Alex Skrypnyk 6150 posts 24110 karma points MVP 8x admin c-trib
    Aug 11, 2017 @ 07:44
    Alex Skrypnyk
    0

    HI Nisreen

    It should be "false" if you don't want to change the code.

    Thanks,

    Alex

  • Alex Skrypnyk 6150 posts 24110 karma points MVP 8x admin c-trib
    Jul 26, 2017 @ 21:28
    Alex Skrypnyk
    0

    Hi Nisreen

    Did you solve the issue? Please, share with our community.

    Thanks,

    Alex

Please Sign in or register to post replies

Write your reply to:

Draft