Summary | Disabled uncofigured weather provider spams log with errors. |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | rammer (at) ipi (dot) fi |
Created | 02/17/2012 (4930 days ago) |
Due | |
Updated | 02/18/2012 (4929 days ago) |
Assigned | 02/17/2012 (4930 days ago) |
Resolved | 02/18/2012 (4929 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit cbf9dc570aba5d2caaf1b25bb1cea3001c20b369
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Feb 18 02:12:36 2012 -0500
Check for a configured provider while ensure()ing the driver.
Bug: 11005timeobjects/lib/Driver/Weather.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cbf9dc570aba5d2caaf1b25bb1cea3001c20b369
commit a5ebfcf2c449e4971ee015b618ee2bc8ea7fabb8
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Feb 18 02:07:18 2012 -0500
Throw exception if no weather service configured when trying to
obtain a weather driver from the injector.
Bug: 11005framework/Core/lib/Horde/Core/Factory/Weather.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a5ebfcf2c449e4971ee015b618ee2bc8ea7fabb8
State ⇒ Resolved
commit cbf9dc570aba5d2caaf1b25bb1cea3001c20b369
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Feb 18 02:12:36 2012 -0500
Check for a configured provider while ensure()ing the driver.
Bug: 11005timeobjects/lib/Driver/Weather.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cbf9dc570aba5d2caaf1b25bb1cea3001c20b369
commit a5ebfcf2c449e4971ee015b618ee2bc8ea7fabb8
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Feb 18 02:07:18 2012 -0500
Throw exception if no weather service configured when trying to
obtain a weather driver from the injector.
Bug: 11005framework/Core/lib/Horde/Core/Factory/Weather.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a5ebfcf2c449e4971ee015b618ee2bc8ea7fabb8
State ⇒ Feedback
Assigned to Michael Rubinsky
configured, we should not be calling the factory to begin with.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Disabled uncofigured weather provider spams log with errors.
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
HORDE: [timeobjects] PHP ERROR: Undefined index: params [pid 1650 on
line 18 of "/usr/share/php/Horde/Core/Factory/Weather.php"]
It tries to get a configuration parameter that is not set because the
weather provider is not configured.