Firstly, having seen the video demo - this looks
like a great addition to Umbraco! :-)
Unfortunately, I can't
quite get this to work. Basically, I am at the same stage as both Dan
and MK-Ultra in the post 'can't get any link to show up in the
list'. I would really appreciate some pointers if possible?
Please
let me know if you need any further information. Many thanks for
your help Darren.
Did you publish a page with broken links on it? The way this works is there is action handler for publish event that finds all links in the page and queues those links and then generates report. Please note if the broken link is to content within your site ie other umbraco content nodes that are unpublished or deleted then they will not be reported. I have a hack to them to report if you need it give me a shout. One more thing do you acutally see the dashboard control? If not then due to issues with umbraco package installer dashboard controls are not always inserted correctly see http://our.umbraco.org/projects/developer-tools/tagmanager/tagmanager/6345-Install-instructions
Broken Link Checker not displaying any results
Hi Darren,
Firstly, having seen the video demo - this looks like a great addition to Umbraco! :-)
Unfortunately, I can't quite get this to work.
Basically, I am at the same stage as both Dan and MK-Ultra in the post 'can't get any link to show up in the list'.
I would really appreciate some pointers if possible?
Please let me know if you need any further information.
Many thanks for your help Darren.
Kind regards,
Paul
As I'm in transit to Denmark I'm not really in a position to invesigate - but my guess would be an issue with permissions.
Did the installer create a folder called /umbraco/plugins/FergusonMoriyama and if so what are the contents of the subfolders here?
Also - publish an extract of your umbracoLog table here - i need to see what gets logged after a node publish.
Finally check your event log for any unhandled exceptions.
I'll try and look at it over the next couple of days - but will have limited access.
Hi Darren,
Thanks for getting back to me so quickly!
In the /umbraco/plugins/FergusonMoriyama location I have the below folders
BrokenLink
DashRss
The Network Service account has Modify permissions to the above path.
UmbracoLog Table extract after a publish:
I have checked the event logs and there does not seem to be anything suspicious in there.
Once again Darren, really appreciate your help!
Regards,
Paul
Hello Darren,
I was just wondering whether you had a chance to look at the above info you requested?
Any help would be greatly appreciated
Best regards,
Paul
Paul,
Did you publish a page with broken links on it? The way this works is there is action handler for publish event that finds all links in the page and queues those links and then generates report. Please note if the broken link is to content within your site ie other umbraco content nodes that are unpublished or deleted then they will not be reported. I have a hack to them to report if you need it give me a shout. One more thing do you acutally see the dashboard control? If not then due to issues with umbraco package installer dashboard controls are not always inserted correctly see http://our.umbraco.org/projects/developer-tools/tagmanager/tagmanager/6345-Install-instructions
Regards
Ismail
Having the same issue here, all appears good but lists remain empty.
What is considered a broken link? A page that generates a 404?
is working on a reply...