Leuven Forecast Issue

Hi Folks,

This appears to be a WU issue. I’m not sure when it first started - I’ve got the latest WD files and recently updated Saratoga t the most recent files.

My website is here: http://www.m82a1.us/weather27/index.php?p=10&lang=en

I don’t have enough expertise to find/fix the problem and haven’t seen it discussed here (unless I missed it).

Thanks,
Mort


Another discussion about the same problem is at: Forecast Leuven this morning is in error

This is caused by a partial move from http to https.

Adapted script date Februari 15 at the support site (select proper version at the top ): Support for Leuven-Template for weather-sites

Wim

Hi Wim,

That version seems to be for v28. In v27, the directory for that file is usa\noaafct and doesn’t work.

Mort

http://support.leuven-template.eu/problems27.php?lang=en
Topmost dated 2017-02-15 Large error message caused by moving the data to a https site,
click on green arrow => Download zip of new version of weather27/usa/noaaDigitalGenerateHtml.php, unzip, and replace current version .

OR
check your current script at about line 644
0 => ‘http://graphical.weather.gov/xml/SOAP_server/ndfdXMLclient.php?whichClient=NDFDgen&lat=’,
change to
0 => ‘https://graphical.weather.gov/xml/SOAP_server/ndfdXMLclient.php?whichClient=NDFDgen&lat=’,

Wim

Thanks, Wim. That fixed it!