NWS forecast issues

In Settings.php, there is

$SITE['noaazone']         = 'IDC009'; // used for NOAA advisories and advforecast2.php forecasts

that should likely be

$SITE['noaazone']         = 'IDZ004'; // used for NOAA advisories and advforecast2.php forecasts

to have the fallback zone forecast available. The County Zones do not contain forecast info (only warning stuff).

The point forecast is not displaying due to

and since the Zone is misspecified, it fails too. Correct the $SITE[‘noaazone’] and it should failover to the Zone forecast.