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,
my firebug console shows this error:
"NetworkError: 404 Not Found - http://mywebsite/umbraco/~/umbraco/plugins/FergusonMoriyama/DashRss/dashrss.js"
in dashrss.js
I searched for the string "dashrss.js" but could not find it, did you hardcode the path in the code behind? If so then please fix it... I'm trying the broken links app but as it depends on DashRSS I'm blocked now. It doesn't work.
Thankd for helping...
I've got the same issue. Solved it in UrlRewriting.confin (u.g.l.y)
<add name="FergusonMoriyama" virtualUrl="^/umbraco/~/umbraco/plugins/FergusonMoriyama/(.*)" rewriteUrlParameter="ExcludeFromClientQueryString" destinationUrl="/umbraco/plugins/FergusonMoriyama/$1" ignoreCase="true" />
Cheers, found same problem today nasty urlrewriting fix works for now. This has knock on problem for brokenlinkschecker package.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
wrong path to DashRss/dashrss.js (not found)
Hi,
my firebug console shows this error:
"NetworkError: 404 Not Found - http://mywebsite/umbraco/~/umbraco/plugins/FergusonMoriyama/DashRss/dashrss.js"
in dashrss.js
I searched for the string "dashrss.js" but could not find it, did you hardcode the path in the code behind? If so then please fix it... I'm trying the broken links app but as it depends on DashRSS I'm blocked now. It doesn't work.
Thankd for helping...
I've got the same issue. Solved it in UrlRewriting.confin (u.g.l.y)
Cheers, found same problem today nasty urlrewriting fix works for now. This has knock on problem for brokenlinkschecker package.
is working on a reply...