My website is just hanging - $10 for 1st to can identify the issue and solve it!

Discussion in 'Programming' started by nevg, Aug 13, 2011.

  1. #1
    I have several sites which I run, such as truronovascotia dot ca and seaviewiow dot info

    They all worked just fine up to a few days ago (and have worked fine for years - i do not touch these sites), and now just don't load properly.

    Any ideas why?

    I'm happy to pay $10 if someone can identify the problem and solve it for me.

    Thanks in advance
     
    nevg, Aug 13, 2011 IP
  2. ssmm987

    ssmm987 Member

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    3
    Trophy Points:
    43
    #2
    Add this line to your php script:
    set_time_limit(5);

    It will automatically stop the script after 5 seconds, and trigger an error, with hopefully the line which causes the problem. Seems like an infinite loop...
     
    ssmm987, Aug 13, 2011 IP
  3. guardian999

    guardian999 Well-Known Member

    Messages:
    376
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    It seems your server have problems to load your website

    GET nav-top.gif 404 Not Found truronovascotia.ca 407 B

    See this
     
    guardian999, Aug 13, 2011 IP
  4. nevg

    nevg Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks for your help - sadly I am a technically incompetent and unable to edit the script. I think I'll need to pay someone to look at all the files.
     
    nevg, Aug 13, 2011 IP
  5. ssmm987

    ssmm987 Member

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    3
    Trophy Points:
    43
    #5
    404 doesn't mean that the website has got problems loading something, but rather that it doesn't exists. The 404 error is trigger by an image, which doesn't effect the request of the page. It happens more that 404 errors are triggered when pages are loading, but this doesn't mean that it can't display the rest of the page. Although I would definitely solve the 404 problem, it is not the cause of the page loading problem.
     
    ssmm987, Aug 13, 2011 IP
  6. ssmm987

    ssmm987 Member

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    3
    Trophy Points:
    43
    #6
    Btw, it seems like my page has finished loading (The time limit has expired) Error reporting is switched off however. This means that no error is shown, and that I can't get a clue about what is wrong.

    The last line which was returned, was line 47/52: <td width="222" valign="top" bgcolor="#f8f7ea" class="nav-top">. After that the script doesn't return anything anymore, no either pages.

    If you need help with the script itself, contact me.
     
    ssmm987, Aug 13, 2011 IP
  7. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    819
    Best Answers:
    7
    Trophy Points:
    320
    #7
    Your problem seems to have something to do with dartmouthnovascotia.ca as that is where your seaview site is stalling. Remove that link and see if the rest of the site loads.
     
    mmerlinn, Aug 13, 2011 IP