Copied to clipboard

Flag this post as spam?

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


  • Richard Han 19 posts 41 karma points
    Oct 05, 2010 @ 06:24
    Richard Han
    0

    version problem?

    Hi Darren,

    I'm using Umbraco v4.5.2  have some problems.

    Does the project suppose v4.5.x ?

    Thank you.

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Oct 05, 2010 @ 08:24
    Sebastiaan Janssen
    0

    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?

  • Richard Han 19 posts 41 karma points
    Oct 07, 2010 @ 04:29
    Richard Han
    0

    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?

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Oct 07, 2010 @ 17:45
    Sebastiaan Janssen
    0

    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..

  • Richard Han 19 posts 41 karma points
    Oct 21, 2010 @ 11:24
    Richard Han
    0

    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

    '<%ConfigurationManager.AppSettings["umbracoPath"]%>');

    into

    '/umbraco'

    and  recompiled DLL.  ,it works...

  • Shannon 148 posts 171 karma points
    Oct 24, 2010 @ 09:51
    Shannon
    0

    Can you post the package?

  • Richard Han 19 posts 41 karma points
    Oct 25, 2010 @ 11:31
    Richard Han
    0

    dll  (for v4.5.x)

    package  (for v4.5.x)

    If you need source , plz contact me.

     

  • chris reed 5 posts 25 karma points
    May 13, 2011 @ 13:10
    chris reed
    0

    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

  • Richard Han 19 posts 41 karma points
    May 13, 2011 @ 13:59
    Richard Han
    0

    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.

  • chris reed 5 posts 25 karma points
    May 13, 2011 @ 14:24
    chris reed
    0

    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 :-)

     

  • 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