Copied to clipboard

Flag this post as spam?

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


  • Connie DeCinko 931 posts 1160 karma points
    Aug 17, 2012 @ 20:23
    Connie DeCinko
    0

    No Response

    Successfully installed the package. I can pull up the screen, click to start checking, however, every page it tries to examine comes back with a status of NO RESPONSE.

    It seems to be working fine otherwise. What could be wrong?

     

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Aug 19, 2012 @ 15:45
    Dan Diplo
    0

    Hi Connue,

    Could you give me a little bit more info about your setup, please?

    • Which version of Umbraco are you using?
    • Are the pages you are trying to check publicly accessible? (ie. not on an intranet behind a login)
    • Are you able to look in the umbracoLog table and see if there are any messages in there?
    Dan
  • Connie DeCinko 931 posts 1160 karma points
    Aug 20, 2012 @ 20:17
    Connie DeCinko
    0

    Umbraco 4.7.

    They would normally be publicly accessible pages.  I'm testing on my dev server first so the public cannot see them.

    I can't check the logs as they keep throwing a timeout expired when I open them.

     

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Aug 21, 2012 @ 14:56
    Dan Diplo
    0

    Hi,

    The Link Checker works by making HTTP requests to every link it finds and then checks the status of the request (ie. a 404 response indicates the page is not found). The "NO RESPONSE" response is only returned if the HTTP request fails to get a response or times out after a set period. You can adjust the period of the timeout in the config file called Diplo.LinkChecker.config in the /config/ directory :

    <timeOutMiliseconds>20000</timeOutMiliseconds>

    However, the default of 20 seconds is a long time, so it may be some other issue.

    Do you use a proxy server to connect to the internet? It may be that the requests need to use a proxy to work.

  • 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