Copied to clipboard

Flag this post as spam?

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


  • Marvin Massih 113 posts 20 karma points
    Mar 01, 2009 @ 15:39
    Marvin Massih
    0

    Backend Menu Broken in v4?

    I just installed v4 and configured web.config myself as I cannot grant the necessary permissions on the root folder via Plesk (only on subfolders).
    I didn't install Runway or any other packages.

    Everything looks good, but in the backend, when I right-click a node like "Settings", an empty menu appears for half a second or so and then disappears again.
    This occurs both in Firefox and IE 6.

    So I can't even add any document types... or has this behavior changed in v4?

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Mar 01, 2009 @ 17:59
    Dirk De Grave
    0

    Hi,

    It is a permission issue if you can't any context menu to work...
    I'm running multiple sites using Plesk and didn't have any issues in applying the required rights on the folders and files.

    Are you sure the permissions have been applied on folders AND subfolders of any folder. Also, what user have you set the permissions for?

    I've used this 'tutorial' and it worked a treat:

    "HOW TO: Set umbraco Directory Permissions Using Plesk" at http://www.squidoo.com/umbraco

    Hope this helps.

    Regards,
    /Dirk

  • Marvin Massih 113 posts 20 karma points
    Mar 02, 2009 @ 00:18
    Marvin Massih
    0

    I didn't uncheck "Allow inheritable permissions from the parent to propagate..." or check "Replace permission entries on all child objects...", but I granted the IUSR_ full access to all directories/files the installer mentioned ("Please give write permissions to the following objects").
    I didn't get any error message from the installer afterwards either...

  • Marvin Massih 113 posts 20 karma points
    Mar 04, 2009 @ 00:00
    Marvin Massih
    0

    Now it works! Hallelujah!

    I had to give the permissions to the IWPD user, not (at least not only) to the IUSR.
    Thanks.

  • Danny Douglass 28 posts 43 karma points
    Jul 09, 2009 @ 19:42
    Danny Douglass
    0

    I'm having a similar problem.  Nothing appears on any of the sections (Content, Media, Users, Settings, Developer, Members) except the root node.  When I right-click the context menu flickers quickly and then disappears.  

    I also attempted giving "Everyone" full rights to the wwwroot and all its children to verify it was a permissions issue.  No luck there.

    My recycling bin is even missing.  I managed to capture the issue in a few screenshots:

    http://www.flickr.com/photos/ddouglass/3704937870/
    http://www.flickr.com/photos/ddouglass/3704128927/

    Thanks in advance!

     

  • Evan 344 posts 99 karma points
    Jul 09, 2009 @ 19:55
    Evan
    0

    Have you updated to the newest version?

  • Danny Douglass 28 posts 43 karma points
    Jul 09, 2009 @ 19:59
    Danny Douglass
    0

    Yes, I'm using 4.0.2.1.  This is actually a new site we are constructing.  This code works just fine on one of our servers (copied from the local environment) using the same database.

    I've verified all the installation steps (permissions, ajax, asp.net 2.0/3.5/3.5 SP1, etc.) and all pass the test.  I wiped the directory and tried a fresh install w/ the code from CodePlex - same result.

    Any ideas?

    Thanks again!

  • Danny Douglass 28 posts 43 karma points
    Jul 09, 2009 @ 21:54
    Danny Douglass
    0

    Update
    When I search for a node that I know exists and select it in the search my content editor pane shows the node's properties properly.  However, I still see nothing in the navigation menu to the left and right-click gives me that odd functionality.</span>

  • Rick Mather 42 posts 124 karma points
    Jul 10, 2009 @ 00:37
    Rick Mather
    0

    This sounds very similar to an issue I had yesterday with disappearing content menus. The problem turned out to be that Umbraco was referencing the newest version of the AjaxControlToolkit (v3.03) which it doesn't work well with at all. It's probably worth checking web.config to see that the right (1.1) version is being referenced or that you haven't copied a newer version into the bin directory.

    My problem was caused by another program (crappy Immediacy CMS installer) arbitrariliy installing the AjaxControlToolkit into the Global Assembly Cache, so Umbraco was picking up that version. I had to update the assembly references in web.config to explicitly use 1.1.

  • Danny Douglass 28 posts 43 karma points
    Jul 10, 2009 @ 03:40
    Danny Douglass
    0

    Thanks Rick, but unfortunately that was not the issue.  

    Any other ideas?

    Thanks!

  • Danny Douglass 28 posts 43 karma points
    Jul 10, 2009 @ 11:11
    Danny Douglass
    1

    FIXED!

    It seemed that the IIS accounts did not have access to create the temporary classes necessary to build the tree in c:\windows\temp.  I added the IIS users and gave them right permissions and everything worked!

    The exception in the application log read:

    Exception information: 
        Exception type: InvalidOperationException 
        Exception message: Unable to generate a temporary class (result=1).
    error CS2001: Source file 'C:\Windows\TEMP\f8xdehk6.0.cs' could not be found
    error CS2008: No inputs specified

    Hope this helps someone else.

  • Bernhard Hofmann 1 post 21 karma points
    Aug 29, 2009 @ 17:56
    Bernhard Hofmann
    0

    Could we not alter the path to use a private temp folder rather than the system temp folder? Very much like the way the data folder is configured in the web.config. When hosting umBraco with an ISP, they will not be particularly open to allowing write access to the system drive.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies