Copied to clipboard

Flag this post as spam?

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


  • Dimitris Tsoukakis 33 posts 59 karma points
    Nov 18, 2013 @ 12:24
    Dimitris Tsoukakis
    1

    Unable to create new media items. Error: "You must select a parent"

    Hello. I have a problem with the same symptoms like this post http://our.umbraco.org/projects/backoffice-extensions/digibiz-advanced-media-picker/digibiz-advanced-media-picker/45808-Cannot-select-file-You-must-select-a-parent but it looks like a different problem.

    Even though I have a parent selected, I get an error message "You must select a parent".

    I face this problem only with Chrome and it started happening suddenly a couple of days before. Sometimes (rarely), it works fine and so I believe that the number of nodes is related to this problem.

    At the Chrome Javascript Console I get this error: Uncaught TypeError: Cannot call method 'addEventHandler' of null

    This error occurs at the following line of code:

    $tree.UmbracoTreeAPI().addEventHandler("nodeClicked", nodeClickHandler);

    This line is located at the embedded javascript file DigibizTree.Picker.DigibizPickerScript.js.

    DAMP version: 2.6 upgraded from 2.5 (problem occurs on both versions)
    Umbraco Version: 6.1.6 upgraded from 6.1.3 (problem occurs on both versions)

    Any ideas?

    Thank you!

     

     

     

     

     

  • Elias 25 posts 108 karma points
    Nov 18, 2013 @ 14:27
    Elias
    0

    Hi Dimitris, are you trying from Chrome, had the same issue at the same time on two different umbraco instances (4.7.2 and 6.1.5), but on IE and FF works ok. I think thats chrome has auto updated this weekend and theres may be a issue with JS engine, hopefully this will work again soon.

    BR,

    Elias

  • Dimitris Tsoukakis 33 posts 59 karma points
    Nov 18, 2013 @ 17:03
    Dimitris Tsoukakis
    0

    Yes!

    I face the problem only with Chrome.

    IE, FF, Safari work OK.

     

    Dimitris 

  • Ansar 181 posts 291 karma points
    Nov 20, 2013 @ 05:53
    Ansar
    0

    We also have the same issue in Chrome with Umbraco v6.1.6. 

    Any solution?

  • Owen 123 posts 246 karma points
    Nov 21, 2013 @ 01:33
    Owen
    0

    I have same issue

  • Tommy Albinsson 121 posts 254 karma points
    Nov 21, 2013 @ 14:28
    Tommy Albinsson
    0

    Also have the same issue, umbraco 4.7.2.

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Nov 24, 2013 @ 20:19
    Jeroen Breuer
    0

    Sorry I didn't have time to look at this yet. Anyone knows how to solve this?

    Jeroen

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Nov 25, 2013 @ 11:28
    Jeroen Breuer
    1

    Some extra info. It only happens when Client Dependency is enabled. You can disable it by setting debug="true" in the web.config. At least it's a workaround until I can find out what the real problem is.

    Jeroen

  • Anthony Candaele 1197 posts 2049 karma points
    Nov 26, 2013 @ 14:01
    Anthony Candaele
    0

    I'm having the same issue here in Umbraco v6.1.6 I tried the workaround suggested by Jeroen, by setting:

    <add key="umbracoDebugMode" value="true" />
    

    but that did not solve the issue

    greetings,

    Anthony

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Nov 26, 2013 @ 14:04
    Jeroen Breuer
    0

    That's not what I said Anthony ;-).

    You need to change the debug attribute here:

    <compilation defaultLanguage="c#" debug="true" batch="false" targetFramework="4.0">

    Jeroen

  • Anthony Candaele 1197 posts 2049 karma points
    Nov 26, 2013 @ 14:16
    Anthony Candaele
    0

    Hi Jeroen,

    I changed the debug attribute in web.config:

    <compilation defaultLanguage="c#" debug="true" batch="false" targetFramework="4.0">
    

    But I'm still getting the same error message:

    enter image description here

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Nov 26, 2013 @ 14:21
    Jeroen Breuer
    0

    Maybe you need to restart the app pool. Check the html source to see if the javascript is not bundeled anymore in the backoffice. Than it should work.

    Jeroen

  • Anthony Candaele 1197 posts 2049 karma points
    Nov 26, 2013 @ 14:34
    Anthony Candaele
    0

    I tried those things without success. In FireFox 15.0.1 I could insert an image without any issues.

  • Phil Dye 149 posts 325 karma points
    Nov 27, 2013 @ 16:39
    Phil Dye
    0

    Ditto; bumped the ClientDependency version, recycled the app pool and still get the problem.  Setting compilation debug="true" does fix it (by virtue of preventing CD from combining scripts I assume). I'm guessing that scripts are getting combined in the wrong order?

    Phil

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Nov 28, 2013 @ 14:23
    Jeroen Breuer
    0

    It would be useful if everybody could post as much info as they can about this issue.

    So far the websites which I had the problem with are v4 websites. I don't think it happens in Umbraco v6.

    Jeroen

  • Elias 25 posts 108 karma points
    Nov 28, 2013 @ 15:32
    Elias
    0

    Hi Jeroen, i had this problem in v4.7.2 and v6.1.5 and only using Chrome (not tested with IE), it seems to work fine in mozilla firefox.

    Elias.

  • John Walker 41 posts 136 karma points
    Dec 02, 2013 @ 14:32
    John Walker
    0

    Hi Jeroen,

    I can confirm I have this issue when creating items in Umbraco v6.1.6 and Chrome v31.0.1650.57 m

     

    John

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 02, 2013 @ 16:29
    Jeroen Breuer
    1

    I've added a "fix" (more like a hack) which should resolve the problem. Download the latest version from CodePlex. Try to build it and replace the DigibizTree.dll in the bin folder with the one from the source code: http://damp.codeplex.com/SourceControl/changeset/9683502d77de

    If more people can confirm that this fixes the issue I'll release a new version of DAMP.

    Jeroen

  • Ali Sheikh Taheri 470 posts 1648 karma points c-trib
    Dec 02, 2013 @ 17:44
    Ali Sheikh Taheri
    0

    I am getting the same error, damp latest version and v6.1.6

    enter image description here

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 02, 2013 @ 17:45
    Jeroen Breuer
    0

    Did you try the fix by downloading the latest version from CodePlex?

    Jeroen

  • Elias 25 posts 108 karma points
    Dec 02, 2013 @ 18:58
    Elias
    0

    The fix works on my enviroments (umb 4.7.2 and 6.1.5), thank you Jeroen.

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 03, 2013 @ 09:54
    Jeroen Breuer
    1

    Can more people confirm that the latest version of CodePlex fixes the issue?

    Jeroen

  • Anthony Candaele 1197 posts 2049 karma points
    Dec 03, 2013 @ 10:49
    Anthony Candaele
    0

    Hi Jeroen,

    Where can I find the fix, and how to install it?

    Will let you know if it fixed the issue.

    greetings,

    Anthony

  • Ansar 181 posts 291 karma points
    Dec 03, 2013 @ 10:53
    Ansar
    1

    Hi Jeron,

    We have added the fix to multiple sites and all working good.. Thanks alot 

    Regards,
    Anz 

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 03, 2013 @ 11:00
  • Anthony Candaele 1197 posts 2049 karma points
    Dec 03, 2013 @ 11:09
    Anthony Candaele
    0

    Hi Jeroen,

    Nevermind, I saw your previous post, builded the source code and copied the DigibizzTree.dll to the bin folder of my application. Now the issue is fixed, yay!!!

    greetings,

    Anthony

  • Dimitris Tsoukakis 33 posts 59 karma points
    Dec 03, 2013 @ 11:41
    Dimitris Tsoukakis
    0

    It works for me as well.

    Tested on 3 sites.

     

    Thanks Jeroen!

  • Ali Sheikh Taheri 470 posts 1648 karma points c-trib
    Dec 03, 2013 @ 12:18
    Ali Sheikh Taheri
    0

    Hi Jeroen,

    I can confirm that it works like a charm.

    Thanks for the fix.

    Regards,

    Ali

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 03, 2013 @ 16:32
    Jeroen Breuer
    1

    Good to know it's working. I'll try to release DAMP 2.7 with the fix this weekend.

    Jeroen

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 06, 2013 @ 18:00
    Jeroen Breuer
    1

    DAMP 2.7 is out with this fix.

    Jeroen

  • Osman Coskun 164 posts 378 karma points
    Dec 10, 2013 @ 17:07
    Osman Coskun
    0

    Do we need to uninstall previous version prior to installing DAMP 2.7?
    Or is it possible to install DAMP 2.7 over previous version?

    Thanks

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Dec 10, 2013 @ 19:32
    Jeroen Breuer
    0

    If you're using DAMP 2.0 or DAMP 2.5/2.6 you can just install the DAMP 2.7 package and everything should work. You could also first uninstall the DAMP 2.0 or DAMP 2.5/2.6 package and than install it.

    It´s recommended to check the prevalues in the Data Types to see if everything is still correct after upgrading.

    Jeroen

  • Osman Coskun 164 posts 378 karma points
    Dec 10, 2013 @ 21:09
    Osman Coskun
    0

    I installed DAMP2.7 without uninstalling DAMP 2.6 having no problems.

    Thank you :)

Please Sign in or register to post replies

Write your reply to:

Draft