Copied to clipboard

Flag this post as spam?

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


  • Stefan Kip 1614 posts 4131 karma points c-trib
    Jul 24, 2012 @ 16:37
    Stefan Kip
    0

    Cannot unregister UpdatePanel with ID 'upUrls' since it was not registered with the ScriptManager

    Just installed this package and create some properties with 2 Fieldsets and getting this error:

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jul 24, 2012 @ 16:39
    Tom Fulton
    0

    Hey Stefan,

    What datatypes are in your fieldset?  At first glance it looks like you're using one that has an UpdatePanel that doesn't like being moved around.  Let me know and I'll do some testing and see if there's anything that can be done

    Thanks,
    Tom 

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Jul 24, 2012 @ 16:42
    Stefan Kip
    0

    It's the uComponents URL Picker.

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jul 24, 2012 @ 16:49
    Tom Fulton
    0

    Hmm, I didn't think URL Picker used UpdatePanels, unless you're using the really old version?  It seems to be working here with 3.1.2

    However I can reproduce the same error with the Related Links datatype, which does use an UpdatePanel.  I'll need to do some research and see if there's anything that can be done - currently I'm moving the control to a different parent which it sounds like may not be supported by UpdatePanel, maybe I can find a workaround or alternative though.  It may take me a few days to get to this, I'll post back here as soon as I can.  In the meantime, if you're keen to take a stab, the source is on Github.  Otherwise for now you'll need to remove the Fieldset from this datatype.

    Thanks,
    Tom 

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Jul 24, 2012 @ 16:53
    Stefan Kip
    0

    Ah woops, it's my own 301 URL Tracker datatype :P

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jul 24, 2012 @ 16:55
    Tom Fulton
    0

    Ahh, thanks - I'll make sure to test with that too if I come up with something

  • SC Digital Services Team 104 posts 171 karma points
    Aug 06, 2012 @ 12:17
    SC Digital Services Team
    0

    Hi Tom,

    We're getting a similar error:

    Cannot unregister UpdatePanel with ID 'prop_linkURL' since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported.
    Parameter name: updatePanel

     

    This is on a fieldset with the following data types: Textbox multiple, Textstring, Related Links

     

    *** UPDATE *** Forgot to mention that it's the Related Links data type causing this error & that this isn't an urgent issue - we have installed uComponents and are using the URL Picker as it better suits our requirements. 

     

  • Daniel Bardi 927 posts 2562 karma points
    Aug 11, 2012 @ 20:41
    Daniel Bardi
    0

    Get the same error with RelatedLinks datatype.  I like this package but can't use it on my base doctype because of this.

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Aug 16, 2012 @ 05:08
    Tom Fulton
    0

    Hi All,

    Just an update, I've been looking into the issue and managed to find a workaround where the controls will at least load, but it seems data is not saving in the Related Links datatype.  I'll keep looking into it and post back here as soon as I figure something out!  Or if you have any ideas let me know

    Thanks,
    Tom 

  • Tony Kiernan 278 posts 341 karma points
    Aug 28, 2012 @ 11:50
    Tony Kiernan
    0

    FYI this also occurs with Ultimate Pickers

  • Adam Nelson 27 posts 186 karma points c-trib
    Oct 02, 2012 @ 12:24
    Adam Nelson
    0

    I had a similar problem with another package (Page Notifications) that broke Related Links saving. I came to the conclusion it was because of the on-the-fly change to the controls collection and came up with a way to inject the HTML required using jQuery.

    While it would be a bit of work - the same approach could probably be used here.

    More info: http://our.umbraco.org/projects/backoffice-extensions/ucomponents/questionssuggestions/17994-Related-Links-with-Media-Won%27t-Save-Links

    Cheers, Adam.

  • Nora 28 posts 97 karma points
    Jan 11, 2013 @ 09:42
    Nora
    0

    Hi Tom,

    I really like your package, but do get the same error with the Related-Media Datatype. Is there anything new about this issue?

    Thanks a lot. Kind regards,Nora

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jan 11, 2013 @ 22:59
    Tom Fulton
    0

    Hi Nora,

    Not at the moment, still working through this.  As an alternative though, you can use the "Multi URL Picker" which gives you the same (and more) features of the Related Media datatype.

    -Tom

  • Nora 28 posts 97 karma points
    Jan 14, 2013 @ 01:30
    Nora
    0

    Hi Tom,

    thanks a lot for the fast response. I've got it working on another installation now and the package is really useful. I will try it again with this installation after replacing the Related Media datatype.

    Thank you. Kind regards.

  • Sebastian Dammark 581 posts 1385 karma points
    Jan 27, 2013 @ 23:50
    Sebastian Dammark
    0

    Having the same problem with Char Limit: http://our.umbraco.org/projects/backoffice-extensions/char-limit

    Just to let you know :)

  • Dan White 206 posts 510 karma points c-trib
    Mar 19, 2013 @ 23:42
    Dan White
    0

    Any luck with this issue? I'm currently having the same problem. I'm using 6.0.2 and the dataType is Related Links.

    Thanks!

  • Ivan 165 posts 543 karma points
    Jun 07, 2013 @ 12:24
    Ivan
    0

    Hi guys.

    Has the issue been solved?

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jun 09, 2013 @ 22:08
    Tom Fulton
    0

    Unfortunately not.  I've tried a few different workarounds but each seem to introduce other issues.

    I've tried manually re-registering controls with UpdatePanels as described here and here, which gets around the YSOD, but then the click events on each control don't seem to work properly.  I've also tried doing it client-side with jQuery and running into similar issues.

    I'm happy to post up what I've been trying to a WIP branch in case anyone wants to help figure this one out?  I think I'm out of ideas unfortunately :(

    -Tom

Please Sign in or register to post replies

Write your reply to:

Draft