After doing all the configuring that I thought was needed I may have missed something as I’m getting an error on my wxforecast page…please see below.
Looks like the setting for $SITE[‘fcstscript’] = ‘advforecast2.php’; is missing…
Best regards,
Ken
Thanks Ken…I’ve checked all and everything looks to be complete…I’ll go thru it again…
Hi Chris,
Looking at your site with ?show=settings reveals that two items are not in the $SITE array
// in the following section, enable settings for ONE primary forecast organization
// pick which script AND org are to be used for your forecast here: (last uncommented pair will
// be the ones used on the wxforecast.php page and in your dashboard and sidebar
$SITE['fcstscript'] = 'advforecast2.php'; // USA-only NWS Forecast script
$SITE['fcstorg'] = 'NWS'; // set to 'NWS' for NOAA NWS
Maybe you added a /* … */ comment pair around them, or put // or # in front of the lines to comment them out?
Best regards,
Ken