Hi I've got an umbraco 6.1.6 site, and a MNTP datatype, but for some reason the does underneath the starting node are not showing
I've checked the items are published, I've checked other MNTP are workign, I've also created a new MNTP usin the same criteria and it just shows the starting node.
The MNTP works fine on our preview server but is empty on the live server, when the page loads I can also see a spinner start but no dice
The content is there:
Any Thoughts or ideas appreciated..
I've checked the datatype, I've republished all the nodes, I haven't seen any javascript errors , and if there were should they not affect all MNTP.
Is there a specific log or other place I can look to see if anything else is causing an issue?
How about the trace log? Have you had a look to see if it reveals anything?
Could it be a caching issue with clientdependency?
Perhaps try deleting the /app_data/TEMP/ClientDependency folder and go to the /config/ClientDependency.config and increment the version number could do the trick?
@jeavon lots and lots of nodes: see the second image, that's about a third of the list and it works on the preview version of the site
@jan Thansk for the pointers, the traceLog was a of no help.
Is the value to be incremented this one? <clientDependency version="2" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.UI.CdfLogger, umbraco"> and does that have any other knockon effects..
empty Multi node tree picker
Hi I've got an umbraco 6.1.6 site, and a MNTP datatype, but for some reason the does underneath the starting node are not showing
I've checked the items are published, I've checked other MNTP are workign, I've also created a new MNTP usin the same criteria and it just shows the starting node.
The MNTP works fine on our preview server but is empty on the live server, when the page loads I can also see a spinner start but no dice
The content is there:
Any Thoughts or ideas appreciated..
I've checked the datatype, I've republished all the nodes, I haven't seen any javascript errors , and if there were should they not affect all MNTP.
Is there a specific log or other place I can look to see if anything else is causing an issue?
regards
Ravi
Hi Ravi
How about the trace log? Have you had a look to see if it reveals anything?
Could it be a caching issue with clientdependency?
Perhaps try deleting the /app_data/TEMP/ClientDependency folder and go to the /config/ClientDependency.config and increment the version number could do the trick?
Hope this helps.
/Jan
Hi Ravi,
Should there be a lot of nodes in there or just a few?
Jeavon
@jeavon lots and lots of nodes: see the second image, that's about a third of the list and it works on the preview version of the site
@jan Thansk for the pointers, the traceLog was a of no help.
Is the value to be incremented this one? <clientDependency version="2" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.UI.CdfLogger, umbraco"> and does that have any other knockon effects..
Hi Ravi
Yes, just update the version attribute with a new number really :)
/Jan
Could it be maximum JSON size for AjaxToolKit? Only time I've seen this issue happen. Section 2 on this post
Cheers for the pointer will have a play with both and report back with my results ..
Hey Ravi, Check for any server errors in /uComponents/MultiNodePicker/CustomTreeService.asmx/GetInitAppTreeData in Web Developer Toolbar (Network tab).
Seen it before but I belive then it was just a hiccup, and a kick to the web.config sorted it.
If that's no help, check any discrepancies in permissions and web.config with the working environment. Also this thread - last post, maybe?
Make mine a Tuborg ;-)
Cheers for the pointer will have a play with both and report back with my results ..
@barry cheers for the pointer
Ive seen this a ton of times on different sites.
An app pool recycle or kick to webconfig fixes it for me.
i have done the url xml refresh trick and that has worked good for me :)
is working on a reply...