We are using Umbraco v4.11.8 with uComponents v5.4.1.
When working locally, everything seems fine and works perfectly. However, when we release the code to a live environment we have noticed that all of the Mutli Node Tree Pickers were intermittently losing the ability to add any new items. The styling also looks incorrect.
In firebug, we have noticed that we are recieving the following error:
'TypeError: jQuery(...).MultiNodeTreePicker is not a function'
Now, we did try to republish the website and this did work. However, the problem returned within a day or two.
The only other note to make is that we recently converted Umbraco from a website, to a web application within Visual Studio 2012.
Its all very bizarre as we have never had any problems like this in the past.
Multi Node Tree Picker not loading intermittently
Hi All,
We are using Umbraco v4.11.8 with uComponents v5.4.1.
When working locally, everything seems fine and works perfectly. However, when we release the code to a live environment we have noticed that all of the Mutli Node Tree Pickers were intermittently losing the ability to add any new items. The styling also looks incorrect.
In firebug, we have noticed that we are recieving the following error:
'TypeError: jQuery(...).MultiNodeTreePicker is not a function'
Now, we did try to republish the website and this did work. However, the problem returned within a day or two.
The only other note to make is that we recently converted Umbraco from a website, to a web application within Visual Studio 2012.
Its all very bizarre as we have never had any problems like this in the past.
Has anybody come across this before?
I have something similar. Its where we used the MNTP on a custom dashboard as a picker for bulk move & copy operations.
Same error, same umbraco version, uComponents 5.5.4.6 which seems to be the latest one that works with umbraco 4.11.8
is working on a reply...