Copied to clipboard

Flag this post as spam?

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


  • ak 24 posts 29 karma points
    Jun 25, 2009 @ 04:07
    ak
    0

    URGENT! Missing admin site

    Hi all, The admin side of umbraco has gone missing, I login and nothing is there, content, templates the lot?? Files are still there on the server and the site is still working. Just the admin side of things has lost it!!

    Any ideas?

    Thanks in advance,

    Andrew

     

  • sritchie 48 posts 80 karma points
    Jun 25, 2009 @ 04:47
    sritchie
    0

    Have you completed an upgrade recently?

  • Daniel.S 50 posts 135 karma points
    Jun 25, 2009 @ 05:48
    Daniel.S
    0

    What version are you running?

  • jefferycxl 35 posts 83 karma points
    Jun 30, 2009 @ 13:17
    jefferycxl
    0

    Can you try to go to http://yoursite.com/umbraco/umbraco.aspx. Just in case there is something to do with popup window.

    Cheers

  • Gerben 41 posts 136 karma points
    Jun 30, 2009 @ 13:26
    Gerben
    0

    I guess this might be related to the code that gets the tree from the server-side. I had some similiar problems.
    Make sure you run the correct version of System.Web.Extensions and AjaxControlToolkit (the ones that come with the installation)

    I also had some troubles running Umbraco with .NET 3.5. I had to port (redirect) the version of System.Web.Extensions that are used by Umbraco to the onces provided by the 3.5 framework. Don't know if this will work for you, but you might give it a try...

    In web.config

        <runtime>
          <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
              <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
              <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
              <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
              <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
            </dependentAssembly>
          </assemblyBinding>
        </runtime>
  • Danny Douglass 28 posts 43 karma points
    Jul 10, 2009 @ 03:32
    Danny Douglass
    0

    I'm running into this same issue and posted on this thread - http://our.umbraco.org/forum/using/ui-questions/1933-Backend-Menu-Broken-in-v4.  

    My content doesn't show up, context menus do not display, and subfolders in the admin site (users, settings, developer, members).  My web.config has the above section specifiied for .NET 3.5 compatability and still nothing.

    Any suggestions?

    Thanks!

  • Andrew Stannard 14 posts 32 karma points
    Sep 16, 2009 @ 10:19
    Andrew Stannard
    0

    Thanks for the suggestions, I have now tried replacing the runtimeconfig section and also reapplied the permisions for the users but still no luck.

    I am running version 4 and have not upgraded. It went went wrond when my ftp client uploaded a file and did not check to see if it wanted overwritting. I had miss clicked and then my web.config file had been overwritted and the site stopped working. I took another umbraco config file and up in the database connecion string and the user site started working but not the admin site.

    I want to compare the file to a backed up version but not of our system admins who do this are around and I need to get it working today :(

    Thanks for you help though

    Andy

  • ak 24 posts 29 karma points
    Nov 09, 2009 @ 00:18
    ak
    0

    Hi all,

    At the time of this issues there was an Umbraco update available and I ran that and it fixed it.

    We've just updated some .net User Controls and the issue has returned?

    Don't know how to fix it?

    Any ideas?

     

    Andrew

  • ak 24 posts 29 karma points
    Nov 09, 2009 @ 00:39
    ak
    0

    I'm running 
    - Umbraco v 4.0.2.1 (Assembly version: 1.0.3441.17657)
    - Have included web.config update to handle .net 3.5

     

     

  • ak 24 posts 29 karma points
    Nov 09, 2009 @ 01:08
    ak
    0

    Just to note, I believe this issue was that some umbraco dlls were overwritten by accident when updating dlls for User Controls.
    Restored umbraco dlls froms a back up and all good now.

     

    Cheers,

    Andrew

Please Sign in or register to post replies

Write your reply to:

Draft