{"Message":"Object reference not set to an instance of an object.","StackTrace":" at umbraco.presentation.webservices.TreeClientService.GetInitAppTreeData(String app, String treeType, Boolean showContextMenu, Boolean isDialog, TreeDialogModes dialogMode, String functionToCall, String nodeKey)","ExceptionType":"System.NullReferenceException"}
The above error hits when the following call is made:
POST /umbraco/webservices/TreeClientService.asmx/GetInitAppTreeData
I haven't tested it on v6x, though someone has flagged it as being compatible, so someone must have got it up and running.
I'd probably double check the config/Trees.config file and make sure the UMP tree has been registered correctly. Also double check that the UMP dll's are in the bin folder.
Picker not working after upgrading site to v6.1.6
The above error hits when the following call is made:
Any ideas?
Maybe re-install the pciker and the vimeo provider?
Picker still working on live version of site which is in v4.7 Umbraco.
Hi Damian,
I haven't tested it on v6x, though someone has flagged it as being compatible, so someone must have got it up and running.
I'd probably double check the config/Trees.config file and make sure the UMP tree has been registered correctly. Also double check that the UMP dll's are in the bin folder.
Hope that helps
Matt
Thanks for the heads up!
Just the right amount of info to nail thwe issue. :)
the v 4.7 site didnt have a trees.config file and the one created during the upgrade to v6 obviously missed the UMP.
For anyone else check you have a line like this in trees.config:
And i guess also that you have the relevant assemblies.
Thanks Matt! :)
Sweet! Glad I could help.
Matt
is working on a reply...