Closed (outdated)
Project:
U.S. National Weather Service
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
2 Nov 2011 at 17:18 UTC
Updated:
29 Apr 2026 at 03:57 UTC
Jump to comment: Most recent
Comments
Comment #1
dwaine commentedThe NWS data stream changed to include two new data points. They are:
critfireo
dryfireo
The Drupal message is being created when these new data points are encountered and the existing code does not expect them. I've updated the code to expect these two new points in the GIT version system and the next module release will include this bug fix.
If you would like to quiet the message right now you can append the following:
'critfireo' => FALSE, 'dryfireo' => FALSE
to the end of line 399 of nws_weather.module (double check that the commas are correct before saving.)
Comment #2
aaronrus commentedClosing as outdated — the branch this issue was reported against is no longer supported. The module is now maintained on the 2.x-dev branch.
Thank you for your report!