uComponents MultiNodeTreePicker problem with Umbraco 4.5.1
Hello,
Our website uses the uComponents MultiNodeTreePicker control as one of the main data types in Umbraco (version 4.5.1).
We recently did a complete update of all the files on the server (excluding the bin directory) and have now encountered a show stopping javascript error when the tree picker loads on each page in the content section.
The Firebug consol returns the following error:
jQuery("#body_relatedEvents_TreePicker").MultiNodeTreePicker is not a function
We have it running fine locally however in the process of updating the files on the server version we have encountered this problem.
Has anyone encountered a similar problem, not necessarily regarding this particular data type. It seems to be related to the loading of the javascript files associated with the data type.
Hi all, this is getting stranger ... I backed up the database, restored it locally, downloaded all the files into a new folder, set up local IIS to point to it ... and it works fine ....
Online system is windows 2008 server with MSSQL 2008R2 .. .these are both sepearte boxes .... and my local environemnt is Windows 7 with MSSQL 2008R2 .... the only thing i can think off is that it has something to do with IIS on the server .... i just dont understand what could have caused it to stop working on the server ... any ideas as to what to try is greatly appreciated. PS i dont really know manything about how embedded resources work
This control will be chaning until it is actually released. I'm not sure what the issue is since I have it working in all of my test cases. I would recommend NOT using this control until we release it as the APIs, etc... could be changing. Unfortunately, unless you are happy to debug these things on your own since it's not even beta, i can't really support the version you are running until we release it.
If you do find bugs with it, you should log them on the CodePlex site for uComponents. Also, make sure you are always using the latest version.
uComponents MultiNodeTreePicker problem with Umbraco 4.5.1
Hello,
Our website uses the uComponents MultiNodeTreePicker control as one of the main data types in Umbraco (version 4.5.1).
We recently did a complete update of all the files on the server (excluding the bin directory) and have now encountered a show stopping javascript error when the tree picker loads on each page in the content section.
The Firebug consol returns the following error:
jQuery("#body_relatedEvents_TreePicker").MultiNodeTreePicker is not a function
We have it running fine locally however in the process of updating the files on the server version we have encountered this problem.
Has anyone encountered a similar problem, not necessarily regarding this particular data type. It seems to be related to the loading of the javascript files associated with the data type.
Your help is much appreciated.
Thanks,
Asif
Hi all, this is getting stranger ... I backed up the database, restored it locally, downloaded all the files into a new folder, set up local IIS to point to it ... and it works fine ....
Online system is windows 2008 server with MSSQL 2008R2 .. .these are both sepearte boxes .... and my local environemnt is Windows 7 with MSSQL 2008R2 .... the only thing i can think off is that it has something to do with IIS on the server .... i just dont understand what could have caused it to stop working on the server ... any ideas as to what to try is greatly appreciated. PS i dont really know manything about how embedded resources work
This control will be chaning until it is actually released. I'm not sure what the issue is since I have it working in all of my test cases. I would recommend NOT using this control until we release it as the APIs, etc... could be changing. Unfortunately, unless you are happy to debug these things on your own since it's not even beta, i can't really support the version you are running until we release it.
If you do find bugs with it, you should log them on the CodePlex site for uComponents. Also, make sure you are always using the latest version.
Hi shannon, thnak you very much for replying to this thread. I will let you know if i manage to find out where things seem to be going worng ...
not sure if thsi helps anyone, but managede to get it working, by simply setting the debug mode in the webconfig, not sure why this worked, but it did
This is due to ClientDependency most likely, either increment the Version on the ClientDependency config or delete the App_Config\ClientDependency
Had the same problem, MultiNodeTreePicker is not a function. Also helped me setting debug="true" in web.config
Great set of datatypes btw.
/Dennis
Hey Shannon, any ETA on a release of uComponents? - Looks sweet!
~Heather
Beta is out!
http://our.umbraco.org/projects/backoffice-extensions/ucomponents
That was quick! Thanks! :-)
is working on a reply...