Copied to clipboard

Flag this post as spam?

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


  • Michaël Vanbrabandt 863 posts 3348 karma points c-trib
    Oct 12, 2017 @ 19:25
    Michaël Vanbrabandt
    0

    SEO Checker section is missing

    Hi Richard,

    I recently upgraded Umbraco from version 7.5.x to 7.6.5.

    Now it seems that the SEO Checker section is missing.

    I looked at the dashboard config and indeed the section was missing, after adding it manually and restarted the website, it still isn't added.

    Then I thought I needed to assign this section to my account, but even there the seo checker section is not present.

    Any idea on this?

    /Michaël

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Oct 13, 2017 @ 06:05
    Richard Soeteman
    100

    Hi,

    I guess applications and trees. config is overwritten. Make sure you have the following entry in applications.config

      <add alias="seochecker" name="SEO checker" icon="icon-chart-curve" sortOrder="8" />
    

    And the following in trees.config

     <add initialize="true" sortOrder="10" alias="seochecker" application="seochecker" title="Seo Checker" iconClosed="folder.gif" iconOpen="folder_o.gif" type="SEOChecker.Trees.SEOCheckerTree,SEOChecker" />
      <add initialize="true" sortOrder="20" alias="seocheckerValidationQueue" application="seochecker" title="Seo Checker" iconClosed="folder.gif" iconOpen="folder_o.gif" type="SEOChecker.Trees.ValidationQueueTree,SEOChecker" />
      <add initialize="true" sortOrder="30" alias="seocheckerRedirectManager" application="seochecker" title="Seo Checker" iconClosed="folder.gif" iconOpen="folder_o.gif" type="SEOChecker.Trees.RedirectManagerTree,SEOChecker" />
      <add initialize="true" sortOrder="40" alias="seocheckerIssues" application="seochecker" title="Seo Checker" iconClosed="folder.gif" iconOpen="folder_o.gif" type="SEOChecker.Trees.IssuesTree,SEOChecker" />
      <add initialize="true" sortOrder="50" alias="seocheckerSettings" application="seochecker" title="Seo Checker" iconClosed="folder.gif" iconOpen="folder_o.gif" type="SEOChecker.Trees.SettingsTree,SEOChecker" />
    

    Best,

    Richard

  • Michaël Vanbrabandt 863 posts 3348 karma points c-trib
    Oct 13, 2017 @ 06:57
    Michaël Vanbrabandt
    0

    Aaah off course forgot about the applications.config!

    Thanks Richard

    /Michaël

  • 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