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
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...
It seems your server have problems to load your website GET nav-top.gif 404 Not Found truronovascotia.ca 407 B See this
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.
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.
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.
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.