Author Topic: Advisory Log issue.  (Read 891 times)

0 Members and 1 Guest are viewing this topic.

Offline mkutche

  • Forecaster
  • *****
  • Posts: 1057
    • GosportWx.com
Advisory Log issue.
« on: May 29, 2025, 10:05:33 PM »
It seems as if it hasn't been updated in almost a year but something is preventing my advisory log to update...

http://www.gosportwx.com/wxnws-alerts-log.php
Mike K.
Davis Vantage Vue 6250 - CumulusMX (3.21.1-b3205)
Gosport, Indiana
Gosportwx.com twitter.com/GosportINWX
-----------------------------------------------------------

Offline SoMDWx

  • Forecaster
  • *****
  • Posts: 1055
    • Southern Maryland Weather
Re: Advisory Log issue.
« Reply #1 on: May 30, 2025, 12:47:38 PM »
Its possible that the referring URL is no longer valid...

Offline Vasco

  • Forecaster
  • *****
  • Posts: 691
    • PWS
Re: Advisory Log issue.
« Reply #2 on: May 30, 2025, 01:17:10 PM »
And are all your Saratoga scripts up to date?
Ecowitt GW1102 (with GW2000) + Weather Display in Windows 10

Offline mkutche

  • Forecaster
  • *****
  • Posts: 1057
    • GosportWx.com
Re: Advisory Log issue.
« Reply #3 on: June 07, 2025, 10:38:52 AM »
And are all your Saratoga scripts up to date?

Yep the ones for the advisories are..
Mike K.
Davis Vantage Vue 6250 - CumulusMX (3.21.1-b3205)
Gosport, Indiana
Gosportwx.com twitter.com/GosportINWX
-----------------------------------------------------------

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9723
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: Advisory Log issue.
« Reply #4 on: June 07, 2025, 11:14:12 AM »
in nws-alerts-config.php you have
Quote
## ALERT LOGGING
$logAlerts     = false;         // true=log alerts    false=don't log alerts
$log_folder    = './alertlog'; // folder that contains the log files. No slash on end

Change that to
Quote
## ALERT LOGGING
$logAlerts     = true;         // true=log alerts    false=don't log alerts
$log_folder    = './alertlog'; // folder that contains the log files. No slash on end
to enable the logging.
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline mkutche

  • Forecaster
  • *****
  • Posts: 1057
    • GosportWx.com
Re: Advisory Log issue.
« Reply #5 on: June 08, 2025, 12:17:52 PM »
in nws-alerts-config.php you have
Quote
## ALERT LOGGING
$logAlerts     = false;         // true=log alerts    false=don't log alerts
$log_folder    = './alertlog'; // folder that contains the log files. No slash on end

Change that to
Quote
## ALERT LOGGING
$logAlerts     = true;         // true=log alerts    false=don't log alerts
$log_folder    = './alertlog'; // folder that contains the log files. No slash on end
to enable the logging.


Thanks must of changed when I updated last year
Mike K.
Davis Vantage Vue 6250 - CumulusMX (3.21.1-b3205)
Gosport, Indiana
Gosportwx.com twitter.com/GosportINWX
-----------------------------------------------------------

 

anything