Trixology
WeatherCat => WeatherCat Web Templates => Topic started by: Highlander on July 22, 2013, 01:27:17 PM
-
Hi All, I'm new to the weather game and have become hooked on it!! I have installed the Saratoga templates on my web site and its working well to a point? I am getting the message "WeatherCat weather data NOT Current" message and some of the forecast icons are blank except for a "?" in the middle! I really would appreciate some help to get my site sorted. FTP and Realtime are working ok.
Many thanks
-
In order to diagnose the issues, I'd need to see the website .. would you mind posting the URL for the site showing the issues?
Unfortunately, the link to your site in your profile points to a domain parking page, not a template website.
Best regards,
Ken
-
Hi thanks for the reply. the link is http://highlanderjccouk.ipage.com/wxindex.php I have not made it live yet so hence the wx in front of index.
Many Thanks
-
Looking at check-fetch-times.php?show=info on your site shows
Settings.php forecast images file directory in $SITE['fcsticonsdir']='./forecast/images/' is not on website. Be sure to upload contents for proper template operation.
In your Settings.php you have $SITE['fcsticonsdir'] = './forecast/images/'; // NOAA-style icons for NWS, WU, WXSIM forecast scripts
$SITE['fcsticonstype']= '.gif'; // default type='.jpg' -- use '.gif' for animated icons from http://www.meteotreviglio.com/
but that directory (./forecast/images/ ) is not on your site. Since you chose the Meteotriviglio icons, I think he had packed the .zip file with icons in the ./Forecast/images/ directory instead.
Change your Settings.php to have $SITE['fcsticonsdir'] = './Forecast/images/'; // NOAA-style icons for NWS, WU, WXSIM forecast scripts and the forecast images should show correctly as you do have the .gif icons in ./Forecast/images/
On the wxstatus.php page, it shows WeatherCat realtime Current 0:-13:-21 22/07/2013 19:34
WeatherCat FTP Current 0:-9:-18 22/07/2013 19:30
WeatherCat weather data NOT Current 381810:20:58 > 0:05:15 01/01/1970 01:00
and those are strange times. Try using $SITE['WDdateMDY'] = true; // for weather software date format of month/day/year. =false for day/month/year and the strange times here and on the dashboard should be fixed.
Hope this helps...
Best regards,
Ken
-
Thanks Ken I'll give it a go [tup]