Copied to clipboard

Flag this post as spam?

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


  • Kurt 29 posts 111 karma points
    Aug 18, 2016 @ 20:01
    Kurt
    0

    Can't save hostname changes after upgrading to 7.5

    I'm running a test of upgrading from 7.2.8 to 7.5. After upgrading, I now can not save anything in the Hostnames section. I hit "Save" and...nothing happens. I've watched the traffic in Fiddler and nothing gets sent to the server (so there's no errors in the log file).

    I have noticed that when I open the Culture and Hostnames window, an error appears in the console window:

    Uncaught TypeError: $(...).live is not a function

    If I run $.fn.query I get back a version of "2.2.4". .live() is no longer a function after version 1.9, which would explain the error.

    Did something go wrong with the upgrade here or am I missing something?

    Somewhat related, I've tried upgrading to 7.4.3 in the past but had similar issues where hitting the save button did nothing on Templates and Document Types.

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Aug 18, 2016 @ 20:09
    Sebastiaan Janssen
    100

    Yup, sorry about that :-) http://issues.umbraco.org/issue/U4-8868

  • Kurt 29 posts 111 karma points
    Aug 18, 2016 @ 20:18
    Kurt
    0

    Oh, well then it's not just me :). Thanks for mentioning the link to the issue.

    For what it's worth (if you guys haven't already fixed this), I did a search in files and also found a live() in the folderbrowser.js file.

    Also, in the fixed file you guys have .on(event, function) whereas the recommended replacement is .on(event, selector, function) to match the behavior of .live().

    http://jquery.com/upgrade-guide/1.9/#live-removed

  • 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.

Please Sign in or register to post replies