WXforum.net

Web Weather => Weather Website PHP/AJAX scripting => Topic started by: Otis on August 16, 2022, 06:19:33 AM

Title: Blank web site
Post by: Otis on August 16, 2022, 06:19:33 AM
I’m not sure what happened but all of a sudden, my web site is not viewing, just a blank page(s).
lakehuronweather.org (http://lakehuronweather.org)

The only mod I made was to install the GEOS18 script, which I have since deleted.
Otherwise nothing had changed.
Any assistance would be appreciated.
Note: my data appears to be uploading to my site okay.

Thanks for any help.

Title: Re: Blank web site
Post by: broadstairs on August 16, 2022, 06:57:21 AM
Not much to go on, looking at what is sent it stops with a blank line after the html statement on line 3. If removing that script did not fix it then there is something else changed which you've not noticed but without seeing the raw code it's not possible to tell. Your server should I think be showing some error(s) which would help but we cannot see anything here.

Stuart
Title: Re: Blank web site
Post by: Otis on August 16, 2022, 09:04:41 AM
What code would be helpful to see?
Title: Re: Blank web site
Post by: wvdkuil on August 16, 2022, 09:40:09 AM
What code would be helpful to see?

Please add the unzipped _test.php to your website folder.
https://lakehuronweather.org/_test.php
If there are any PHP errors causing this, those will be displayed then.

Wim
Title: Re: Blank web site
Post by: wvdkuil on August 16, 2022, 09:46:37 AM
Running your https://lakehuronweather.org/check-fetch-times.php?show=wx  shows invalid testtags.php
It suddenly ends in line 815 causing a PHP fatal error 500
Code: [Select]
$yrecorddayswithrainday = '8';
$yrecorddaysnorainmonth = '1';
$y

Check the testtags.txt file in your WD folder on your PC.

Succes, Wim
Title: Re: SOLVED - Blank web site
Post by: Otis on August 16, 2022, 10:05:18 AM
Wim, thank you so much for the input.
I deleted the testtags file from my site and restarted WD, seems to be working now.
Another example of the helpful nature of the members here.
Thanks  [tup]