Not sure if this solves your problem but this solved the javascript error for me at least (using version 4.0.2.1 of umbraco).
The problem with the javascript is that some drag and drop functions are called but the jquery extension for this is not included so to fix this what I did was to download an extension from:
Thanks for the response. I ended up changing the implementation and not using this datatype, however I will try Tobias' suggestion and see if that was the issue.
i have had a similar problem, javascript error on content when using this.
i have gone through and removed other non-standard datatypes on the document until it worked ok. it seems to clash with the 'tribal yet another media picker'
i am not a javascript guy, so i am not sure i can fiddle around and get a result, but i'll keep you posted
Intially I had some problems though. It turned out that I had missed giving NETWORK SERVICE full permissions on my "umbraco_client" folder. Therefore the package installer failed to create a directory called "treeMultiPicker" inside "umbraco_client" and it couldn'd copy the file "treeMultiPicker.js" to that new directory.
So if you're having problems that seem's to be related to the javascript part of this plugin, start by confirming that the directory and js-file is present. If it's not there, just create a new directory called "treeMultiPicker" and drop the treeMultiPicker.js file into it.
Hi, all, I am using umbraco v
4.0.4.1 (Assembly version: 1.0.3793.17632) and have just installed treeMultiPicker 0.6.1. I get the following js error when trying to select the item. Please help, I am not a friend of js. Content_Images is my property alias.
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E) Timestamp: Tue, 22 Jun 2010 19:07:54 UTC
Compatibility with 4-0-3
Hi,
Does this package work with 4.0.3? I'm getting a JS error in IE and can't select any nodes in Firefox?
Cheers,
Chris
Not sure if this solves your problem but this solved the javascript error for me at least (using version 4.0.2.1 of umbraco).
The problem with the javascript is that some drag and drop functions are called but the jquery extension for this is not included so to fix this what I did was to download an extension from:
http://www.isocra.com/articles/jquery.tablednd_0_5.js.zip
Then I copied all the code from the jquery.tablednd_0_5.js file and put it at the end of the file located at \umbraco_client\ui\jquery.js
Refresh umbraco and the javascript worked fine.
Here it is working fine on a 4.0.3 using FireFox 3.5.6 on Mac OSX.
Do you have other, non standards, data types in your document?
Marco
Hi,
Thanks for the response. I ended up changing the implementation and not using this datatype, however I will try Tobias' suggestion and see if that was the issue.
Cheers,
Chris
i have had a similar problem, javascript error on content when using this.
i have gone through and removed other non-standard datatypes on the document until it worked ok. it seems to clash with the 'tribal yet another media picker'
i am not a javascript guy, so i am not sure i can fiddle around and get a result, but i'll keep you posted
a quick update
i am not sure i have the ultimate solution, but Tobias's solution works for me.
i am not sure what the actual issue is, as the thing works, when the tribal media picker is not there.
HOWEVER, following tobias's instructions sorts it out. tribal media picker and tree picker living in perfect harmony.
For me it works fine on Umbraco 4.0.3 as well.
Intially I had some problems though. It turned out that I had missed giving NETWORK SERVICE full permissions on my "umbraco_client" folder. Therefore the package installer failed to create a directory called "treeMultiPicker" inside "umbraco_client" and it couldn'd copy the file "treeMultiPicker.js" to that new directory.
So if you're having problems that seem's to be related to the javascript part of this plugin, start by confirming that the directory and js-file is present. If it's not there, just create a new directory called "treeMultiPicker" and drop the treeMultiPicker.js file into it.
Regards,
Thomas Kahn
Hi, all, I am using umbraco v 4.0.4.1 (Assembly version: 1.0.3793.17632) and have just installed treeMultiPicker 0.6.1. I get the following js error when trying to select the item. Please help, I am not a friend of js. Content_Images is my property alias.
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)
Timestamp: Tue, 22 Jun 2010 19:07:54 UTC
Message: 'parent.ctl00_body_Content_Images_TMP' is null or not an object
Line: 12
Char: 1
Code: 0
URI: http://mydomain/umbraco/treeMultiPickerInit.aspx?rnd=25f51fe1-e01e-403e-a8bc-9b6b07fe4623&id=-1&treeType=content&nodeKey=-1&contextMenu=false&isDialog=true&dialogMode=id&app=content&functionToCall=parent.ctl00_body_Content_Images_TMP.TreeNodeClick
I dont have field types apart from standard and I have two richtext editor properties and datapicker with time.
Sorry for spam, but I solved my problem by removing space in alias for another property of my document type.
OK, thanks for reporting, this should not cause a bug anyway. I'll try to have a look at it.
is working on a reply...