I have the Dashboard RSS installed and working in version 4.7 thanks to the updates to the umbracPath assuggested by qwweee7467 (thank you). I have made the same changes to the Broken Link checker which has resulted in not only a successful installation but also the links being queued, however no broken links are displayed and im afraid there are aquite a few. Any assistance would be greatly appreciated if anyone has managed to crack it?
Please verify <scheduledTasks> in {root}\config\umbracoSettings.config.
The tag likely <task log="true" alias="fmbrokenlink" interval="60" url="http://localhost/umbraco/plugins/FergusonMoriyama/BrokenLink/LinkCheck.aspx" />.
version problem?
Hi Darren,
I'm using Umbraco v4.5.2 have some problems.
Does the project suppose v4.5.x ?
Thank you.
As far as I can tell from the description, this package is suitable only for 4.0.x. What's the problem, it might be easily fixed?
Thanks Sebastiaan,
First, Rss dashboard package did't have any link that lead to broken Link checker package did't work.
Do you have any idea to fixed it?
The dashboard rss package is available here, but also only compatible wit 4.0.x.
I haven't a clue how to fix it without error messages or what did not work..
Finally, i found this version problem.
Because the <appSettings> has some difference between 2 version in web.config
for example,
in version 4.5 web.config is <add key="umbracoPath" value="~/umbraco" />
but , version 4.0 web.config is <add key="umbracoPath" value="/umbraco" />
And the "Dashboard Rss package" used some function like this ConfigurationManager.AppSettings["umbracoPath"]
so I just changed DashRss.ascx , DashRss.ascx.cs ,RssProxy.aspx.cs
into
and recompiled DLL. ,it works...
Can you post the package?
dll (for v4.5.x)
package (for v4.5.x)
If you need source , plz contact me.
Hi all,
I have the Dashboard RSS installed and working in version 4.7 thanks to the updates to the umbracPath as suggested by qwweee7467 (thank you). I have made the same changes to the Broken Link checker which has resulted in not only a successful installation but also the links being queued, however no broken links are displayed and im afraid there are aquite a few. Any assistance would be greatly appreciated if anyone has managed to crack it?
Regards
Chris
Please verify <scheduledTasks> in {root}\config\umbracoSettings.config.
The tag likely <task log="true" alias="fmbrokenlink" interval="60" url="http://localhost/umbraco/plugins/FergusonMoriyama/BrokenLink/LinkCheck.aspx" />.
make sure this url is alive.
That solved it. There were two tasks in the scheduledTasks with the first left over from the previous installation that failed with ~umbraco/...
Thank you for such a quick response. I can now relax this weekend :-)
is working on a reply...