website will not load

noticed yesterday that my website www.vancamweather.com will not load.
check fetch times http://www.vancamweather.com/check-fetch-times.php?show=versions was loading but now does not. it did indicate all files updated.
also, this page http://www.vancamweather.com/pws/ loads with no problem.
any suggestions?
thanks
larry

all pages were loading again.
now they won’t.

That sounds like a web host issue. Have you talked to them?

talked to my host fatcow. their answer was it appeared to be a script issue.

I think your main page script, or something it calls (includes) has gotten corrupted, http://www.vancamweather.com/testtags.php?sce=view works so php is working. I suggest you start re-uploading your site from a recent backup starting with the main page.

I was having issues with my page loading today also. I had to disable the USA Extremes script and it loaded fine after that.

reloaded site from last week when there were no issues.
same results.

Tried disabling usaextremes.
Still not loading.

Niko
What is considered the main page?
I have uploaded settings.php and index.php.
No changes

As your check-fetch-times.php returns decent output, it is not a provider problem.
That is probably a “parsing” error in one of the included scripts of index.php
I include a very small test.php script. Unzip and place it in the root.
It sets full error-reporting and then includes your index.php
Run it with 黄冈诨赏投资有限公司
That way you should see which script fails.
Wim

P.S.
usaextremes.php & stateextremes.php Crashing same problem


test.php.zip (807 Bytes)

I ran into this issue last evening. It is indeed the USA weather Extreme script(s).

In the top of your MENUBAR.PHP look for the following:

include_once(‘StateExtremes.php’);
include_once(‘usaextremes.php’); // High / Low - Precipitation Extremes in USA

Disable it by placing “//” less quotes in front of it as such
//include_once(‘StateExtremes.php’);
//include_once(‘usaextremes.php’); // High / Low - Precipitation Extremes in USA

Seems the 2 extreme scripts I have are blown and even going directly to the URL it will not load and times out.

The CPC was offline for about 12 hours. It’s now back up and the problem with menubar.php is gone which will allow our sites to load again using the extremes scripts.

thanks for all the replies.
instead of disabling the usaextremes script, i had removed the script from the server.
this left the link on my menubar which obviously still caused the issue.
unfortunately i had done a restore through fatcow which is now causing new issues.
can someone tell me what is causing the large font on usaextremes, forecast and my home page?
http://www.vancamweather.com/
also the thermometer gif on my cell page is gone.
http://www.vancamweather.com/cell.php
larry