Copied to clipboard

Flag this post as spam?

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


  • Essy 74 posts 96 karma points
    Jun 15, 2013 @ 12:34
    Essy
    0

    Causes 503 errors in Umbraco 6

    Installed on version 6 of Umbraco and crashed the system causing 503 error. Crashes repeatedly just on logging in to Umbraco - can't even get to Packages section to uninstall it :(

    Any clues on how to uninstall it manually?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 17, 2013 @ 11:48
    Richard Soeteman
    0

    HI,

    I think your issues are caused by permission settings. I can run the package on a V6 site and you would have been able to uninstall when the permissions are correct. Check this document for permissions http://our.umbraco.org/wiki/reference/files-and-folders/permissions

    But if you want to uninstall manually, remove:

    • bin/ContentMaintenanceDashboard.dll
    • usercontrols/ContentMaintenanceDashboard.ascx
    • Remove the following snippet from /config/dashboard.config file

     <section alias="Content Maintenance">
        <areas>
          <area>developer</area>
        </areas>
        <tab caption="Content Maintenance">
          <control>/usercontrols/ContentMaintenanceDashboard.ascx</control>
        </tab>
      </section>

    Hope this helps,

    Richard

     

  • Essy 74 posts 96 karma points
    Jun 17, 2013 @ 12:06
    Essy
    0

    Actually I think the 503 problems are caused by something else in Umbraco 6 - I've reported it as a bug there - since I've experienced it without anything to do with the ContentMaintenance Dashboard. So apologies for wrongly reporting it here. (I did delete the post but some how it managed to resurrect itself!)

    The uninstall problem is nothing to do with permissions but to do with the 503 bug which prevented me from even running the site (let alone getting into the backend).

    FYI having sorted the 503 errors I did give the CMD a try but it came up with errors (normal pop-up errors) when trying to bulk move nodes (which was my main reason for installing it) so I ended up uninstalling (the normal way) anyway.

Please Sign in or register to post replies

Write your reply to:

Draft