Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
Aaah off course forgot about the applications.config!
Thanks Richard
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
Hi,
I guess applications and trees. config is overwritten. Make sure you have the following entry in applications.config
And the following in trees.config
Best,
Richard
Aaah off course forgot about the applications.config!
Thanks Richard
/Michaël
is working on a reply...