Failed to retrieve data for a nodes menu [id here]
Bring this to life as I now have this issue. Permissions look good as they mirror another instance that is working correct.
I get this error whenever I click on a node to open up the context menu in the back end... for example, I want to add a new page node to an existing page node... I click on the "..." and get the error in red at the bottom of the screen.
If you open the "Network" tab in Chrome, you should be able to see the response, which should contain information about the details of the 500 error. If not, the Umbraco log would be your next best place to look for a stack trace of the error.
Those look like the summary fields on the network tab rather than the details on the network tab. If you click the "name" of one of the results in the network tab (the one with the 500 error, in this case), you'll see a detail view with a bunch more info.
In particular, there should be a response tab with some useful info. Sometimes the preview tab will show a better version of what's in the response tab.
Umbraco Failed to Retrieve Data
Has anyone been able to figure out how to solve this issue ?
After trying to add a
Any help on this ?
//fuji
Now am getting Error loading Partial View script & MacroEngine script. Both Navigation scripts not working anymore.
Bring this to life as I now have this issue. Permissions look good as they mirror another instance that is working correct.
I get this error whenever I click on a node to open up the context menu in the back end... for example, I want to add a new page node to an existing page node... I click on the "..." and get the error in red at the bottom of the screen.
Nothing is recorded in the tracelogs
Thanks
Phillip
After looking at the console, it seems as thought I am getting a 500 error on /umbraco/backoffice/umbracotrees.
If you open the "Network" tab in Chrome, you should be able to see the response, which should contain information about the details of the 500 error. If not, the Umbraco log would be your next best place to look for a stack trace of the error.
Nothing is recorded in the Umbraco logs, the details of the 500 error are:
The response is "An Error Has Occurred"
Name: GetMenuID=1027&application=content&tree=&isDialog=false
Method:
Get
Status:
500
Type:
xhr
Initiator:
DependencyHandler.axd?s=[long string here]
Those look like the summary fields on the network tab rather than the details on the network tab. If you click the "name" of one of the results in the network tab (the one with the 500 error, in this case), you'll see a detail view with a bunch more info.
In particular, there should be a response tab with some useful info. Sometimes the preview tab will show a better version of what's in the response tab.
is working on a reply...