Copied to clipboard

Flag this post as spam?

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


  • Xiuqing Li 12 posts 33 karma points
    Jun 10, 2012 @ 22:41
    Xiuqing Li
    0

    Can't see the search screen

    Hi, After installing the package, I click on the developer section, but there is no search screen, anyone can tell me what is the problem. umbraco v 4.7.1.1 (Assembly version: 1.0.4393.24044) . Thanks.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 11, 2012 @ 07:38
    Richard Soeteman
    0

    Hi,

    The package installer couldn't update your /config/dashboards.config file. Add the following section to that file and all should work

     <section alias="Content Maintenance">
        <areas>
          <area>developer</area>
        </areas>
        <tab caption="Content Maintenance">
          <control>/usercontrols/ContentMaintenanceDashboard.ascx</control>
        </tab>
      </section>
  • Xiuqing Li 12 posts 33 karma points
    Jun 11, 2012 @ 09:08
    Xiuqing Li
    0

    Thanks for reply, here is an erorr message after adding the xml fragment you provide into "dashboards.config". I have checked folder "/usercontrols/"

    there is a folder "/usercontrols/dashboard/" and only one usercontrol there called "DocTypeDashboard.ascx".

    Could not load control: '/usercontrols/ContentMaintenanceDashboard.ascx'.
    Error message: System.Web.HttpException (0x80004005): The file '/usercontrols/ContentMaintenanceDashboard.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at umbraco.cms.presentation.dashboard.OnInit(EventArgs e)

     


  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 11, 2012 @ 09:40
    Richard Soeteman
    0

    Hi The package didn't install at all. Think your security settings are too strict. Enable read write on bin and usercontrols folder then reinstall and all should work.

     

Please Sign in or register to post replies

Write your reply to:

Draft