I have installed SEO Checker plugin via nuget and noticed that it installed to the /umbraco/plugin folder - even though my admin path has been renamed to /adminarea - I manually copied the folder over into here and the plugin worked fine. Since removing the /umbraco/ folder from the install I now cannot access my SEOChecker dashboard and receive this error:
Could not load control: '/umbraco/plugins/seochecker/usercontrols/SeoCheckerDashboard.ascx'.
Error message: System.Web.HttpException (0x80004005): The file '/umbraco/plugins/seochecker/usercontrols/SeoCheckerDashboard.ascx' does not exist. at
Does anyone know how I can rectify this or where to change the path so it points to "adminarea" instead of "umbraco" folder?
SEOchecker / plugin install wrong path
Hello,
I have installed SEO Checker plugin via nuget and noticed that it installed to the /umbraco/plugin folder - even though my admin path has been renamed to /adminarea - I manually copied the folder over into here and the plugin worked fine. Since removing the /umbraco/ folder from the install I now cannot access my SEOChecker dashboard and receive this error:
Error message: System.Web.HttpException (0x80004005): The file '/umbraco/plugins/seochecker/usercontrols/SeoCheckerDashboard.ascx' does not exist. at
Does anyone know how I can rectify this or where to change the path so it points to "adminarea" instead of "umbraco" folder?
Thanks, Garry.
Hi Garry
you should be able to update the path of the dashboard in the
config/dashboard.config
file.That file contains the paths to all the dashboards so should have an entry for the SEOChecker one (probibly near the bottom)
is working on a reply...