Trouble with Radar Image showing in Saratoga Template

I’m just getting things going with the Saratoga template and WD and have hit a snag…

For some reason this url: https://radblast.wunderground.com/cgi-bin/radar/WUNIDS_map?station=ATX&brand=wui&num=1&delay=15&type=N0R&frame=6&scale=0.125&noclutter=0&showstorms=0&mapx=400&mapy=240&centerx=458.5&centery=-561.5&transx=58.5&transy=-801.5&showlabels=1&severe=0&rainsnow=0&lightning=0&smooth=0&rand=25824941&lat=47.38000107&lon=-122.70999908&label=Gig+Harbor

does not show up. I inserted it into the wu-radar-inc.php file like this
$CityURL = ‘https://radblast.wunderground.com/cgi-bin/radar/WUNIDS_map?station=ATX&brand=wui&num=1&delay=15&type=N0R&frame=6&scale=0.125&noclutter=0&showstorms=0&mapx=400&mapy=240&centerx=458.5&centery=-561.5&transx=58.5&transy=-801.5&showlabels=1&severe=0&rainsnow=0&lightning=0&smooth=0&rand=25824941&lat=47.38000107&lon=-122.70999908&label=Gig+Harbor

Click on the local radar link in the menu yields a blank screen

Any help would be greatly appreciated.

Please post the URL of the website.

URL to your website showing the issue, please… my clairvoyance has sputtered out today :wink:

Oops! Of course. I meant to include it but forgot that part.

kreha.org/wdisplay/wxindex.php

Could it be because I have installed it into a subdirectory instead of the root?

I think there may be a PHP syntax error in WU-forecast-inc.php since http://kreha.org/wdisplay/WU-radar-inc.php?sce=view results in a blank page (likely a PHP Fatal syntax error there). Copy your current WU-forecast-inc.php to a .txt file and post it here… I’ll take a look.

No, the subdirectory placement wouldn’t cause this error (it only means you’ll need to change the AJAX JavaScript ajaxWDwx.js to have the clientraw file be addressed as either ‘clientraw.txt’ or ‘./clientraw.txt’ and not ‘/clientraw.txt’).