I went into the control panel and it does not stop to load the nodes tree. I'm using umbraco v 4.7.2 (Assembly version: 1.0.4500.21031). I can not check the version of uComponenets cuse the nodes tree not working.. How can I fix it? It is very important, the cms is not working..
There seems to be an issue which is having a knock on effect with the uComponents drag-n-drop functionality.
I can see from your JavaScript console errors that the first one is for "Unexpected token <" ... if you could provide more details about that one (by clicking on the right-side link for "WebResources.axd:2", that would be great.
In the meantime, you can disable the uComponents drag-n-drop functionality by adding the following to your Web.config's <appSettings> section:
Quick follow up on this... I recall that you had a similar problem a while back where the JavaScript was failing (see your forum post) ... I'm wondering if this is a similar problem re-occuring?
Actually these two cases can be related to each other. When I click on the first error it shows me an error page that is not related to the back-office (internal content page). Below:
Now I found another strange thing.. When the cms tries to access the following file: /umbraco/webservices/TreeClientService.asmx/GetInitAppTreeData I get the following error:
It did'nt help, the rows that he told him to add to the config, already exists. And my error is not 500, the file does exist and also able to access it. "is not supported because it implements IDictionary." What could cause this?
Thank you very much for your help, it resolved itself again :) There was some problem with our server, I don't know how it is related, but after we restarted the whole server, it fix everything and all started to work normally.. Still full of errors:
But the main thing is that the tree is loaded and we can continue to work..
Nodes Tree | ucItemInfo is not defined
It just stopped working
I went into the control panel and it does not stop to load the nodes tree.
I'm using umbraco v 4.7.2 (Assembly version: 1.0.4500.21031).
I can not check the version of uComponenets cuse the nodes tree not working..
How can I fix it? It is very important, the cms is not working..
Hi Nonacc,
There seems to be an issue which is having a knock on effect with the uComponents drag-n-drop functionality.
I can see from your JavaScript console errors that the first one is for "Unexpected token <" ... if you could provide more details about that one (by clicking on the right-side link for "WebResources.axd:2", that would be great.
In the meantime, you can disable the uComponents drag-n-drop functionality by adding the following to your Web.config's <appSettings> section:
Cheers, Lee.
Quick follow up on this... I recall that you had a similar problem a while back where the JavaScript was failing (see your forum post) ... I'm wondering if this is a similar problem re-occuring?
Thanks, Lee.
Hey Lee,
Actually these two cases can be related to each other.
When I click on the first error it shows me an error page that is not related to the back-office (internal content page).
Below:
Now I found another strange thing..
When the cms tries to access the following file: /umbraco/webservices/TreeClientService.asmx/GetInitAppTreeData
I get the following error:
What can you do? It is really important for me..
I found a similar post, which suggests a solution for it...
http://our.umbraco.org/forum/getting-started/installing-umbraco/19233-umbracoUseDirectoryUrls-plus-legacyAjaxCallsasmxjs-plus-iis75#comment72976
Take a look, see if it helps?
Cheers, Lee.
Hey Lee,
It did'nt help, the rows that he told him to add to the config, already exists.
And my error is not 500, the file does exist and also able to access it.
"is not supported because it implements IDictionary." What could cause this?
Not sure what is causing it. It doesn't look like it's coming from uComponents code.
Are you using any other packages/plugins (or other custom code)? Trying to rule out anything that might have an impact on this.
Thank you very much for your help, it resolved itself again :)
There was some problem with our server, I don't know how it is related, but after we restarted the whole server, it fix everything and all started to work normally..
Still full of errors:
But the main thing is that the tree is loaded and we can continue to work..
It appears again, I need a fix.
When I click on the first error "WebResource.axd:2":
WebResource.axd?d=F1gD-r3UAFYXCoI7Gd2X6ID1HbKfGJ6wSdHqMr8PXzH8m-lQCVB-OCmtYbPbLZs0xh_mOhN1zydPz0iBHq8JXQrCElUv0_BxCqUzrdyXuCJ4YKvFQFuT0UrRgMLetp0r7iPkkoFQkXbdLK-R1-MUA_wUFsbw9PhiC--r2K9p9k9HnnbQUKsklOaKHGP4gl780&t=634950676923311712
He returns internal content page of the system, this page has no connection to the management system.. it is client content page.. How can this be?
I solved the problem, set rewrite rule to "WebResource.axd" in the "UrlRewriting.config", below:
is working on a reply...