Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nonacc 63 posts 184 karma points
    Mar 18, 2013 @ 12:32
    Nonacc
    0

    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..

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Mar 18, 2013 @ 12:41
    Lee Kelleher
    0

    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:

    <add key="ucomponents:DragAndDrop" value="false" />

    Cheers, Lee.

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Mar 18, 2013 @ 12:44
    Lee Kelleher
    0

    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.

  • Nonacc 63 posts 184 karma points
    Mar 18, 2013 @ 14:45
    Nonacc
    0

    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..

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Mar 18, 2013 @ 15:10
    Lee Kelleher
    0

    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.

  • Nonacc 63 posts 184 karma points
    Mar 18, 2013 @ 15:49
    Nonacc
    0

    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?

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Mar 18, 2013 @ 15:51
    Lee Kelleher
    0

    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.

  • Nonacc 63 posts 184 karma points
    Mar 19, 2013 @ 09:00
    Nonacc
    0

    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.. 

  • Nonacc 63 posts 184 karma points
    Mar 24, 2013 @ 09:31
    Nonacc
    0

    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?

  • Nonacc 63 posts 184 karma points
    Mar 24, 2013 @ 10:54
    Nonacc
    100

    I solved the problem, set rewrite rule to "WebResource.axd" in the "UrlRewriting.config", below:

    <add name="norewrite" virtualUrl="WebResource.axd" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="/WebResource.axd" ignoreCase="true" xmlns="" />
Please Sign in or register to post replies

Write your reply to:

Draft