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
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.
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.
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?
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.
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!!!
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.
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!
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
Yes!
I face the problem only with Chrome.
IE, FF, Safari work OK.
Dimitris
We also have the same issue in Chrome with Umbraco v6.1.6.
Any solution?
I have same issue
Also have the same issue, umbraco 4.7.2.
Sorry I didn't have time to look at this yet. Anyone knows how to solve this?
Jeroen
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
I'm having the same issue here in Umbraco v6.1.6 I tried the workaround suggested by Jeroen, by setting:
but that did not solve the issue
greetings,
Anthony
That's not what I said Anthony ;-).
You need to change the debug attribute here:
Jeroen
Hi Jeroen,
I changed the debug attribute in web.config:
But I'm still getting the same error message:
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
I tried those things without success. In FireFox 15.0.1 I could insert an image without any issues.
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
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
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.
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
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
I am getting the same error, damp latest version and v6.1.6
Did you try the fix by downloading the latest version from CodePlex?
Jeroen
The fix works on my enviroments (umb 4.7.2 and 6.1.5), thank you Jeroen.
Can more people confirm that the latest version of CodePlex fixes the issue?
Jeroen
Hi Jeroen,
Where can I find the fix, and how to install it?
Will let you know if it fixed the issue.
greetings,
Anthony
Hi Jeron,
We have added the fix to multiple sites and all working good.. Thanks alot
Regards,
Anz
@Anthony You can read how to use the fix: http://our.umbraco.org/projects/backoffice-extensions/digibiz-advanced-media-picker/digibiz-advanced-media-picker/46247-Unable-to-create-new-media-items-Error-You-must-select-a-parent?p=1#comment166947
@Anz Good to know it's working again :)
Jeroen
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
It works for me as well.
Tested on 3 sites.
Thanks Jeroen!
Hi Jeroen,
I can confirm that it works like a charm.
Thanks for the fix.
Regards,
Ali
Good to know it's working. I'll try to release DAMP 2.7 with the fix this weekend.
Jeroen
DAMP 2.7 is out with this fix.
Jeroen
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
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
I installed DAMP2.7 without uninstalling DAMP 2.6 having no problems.
Thank you :)
is working on a reply...