| Summary | Error loading weather portal |
| Queue | Horde Framework Packages |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | csoft2k5 (at) gmail (dot) com |
| Created | 9/20/16 (3479 days ago) |
| Due | |
| Updated | 9/21/16 (3478 days ago) |
| Assigned | 9/20/16 (3479 days ago) |
| Resolved | 9/21/16 (3478 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
commit 93193c7740347f91e002292b19e5e69ca7666799
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Sep 20 23:20:14 2016 -0400
Bug: 14474Fix BC break.Readd erroneously removed file.
.../Ajax/Imple/WeatherLocationAutoCompleter.php | 95
++++++++++++++++++++++
1 file changed, 95 insertions(+)
http://github.com/horde/horde/commit/93193c7740347f91e002292b19e5e69ca7666799
https://github.com/horde/horde/commit/8cee6a19bb89e2b46f1d72af427f7cfbb77d8c26
Assigned to Michael Rubinsky
State ⇒ Assigned
Priority ⇒ 2. Medium
forgetting that Core in master is a stable package, while Horde in
master is not.
The fix is to re-add the deleted WeatherLocationAutoCompleter class
(which was replaced with a base class and concrete Metar and Weather
classes). I can take care of this when I'm back in front of my laptop.
call an incorrect class name. Can you provide us with a full backtrace?
and/or running 'horde-autoloader-cache-prune' doesn't seem to make a
difference. Weird thing is, in Kronolith the weather info is correct,
it is only the portal where it is blank.
State ⇒ Feedback
Milestone ⇒
State ⇒ Unconfirmed
Patch ⇒ No
Queue ⇒ Horde Framework Packages
Summary ⇒ Error loading weather portal
Type ⇒ Bug
Priority ⇒ 1. Low
After latest updates to horde I get the following error in log file
about the service weather components.
2016-09-20T12:46:40+03:00 WARN: HORDE [horde] PHP ERROR: include():
Failed opening
'/usr/share/pear/Horde/Core/Ajax/Imple/WeatherLocationAutoCompleter.php' for
inclusion
(include_path='/var/www/horde/lib:.:/usr/share/pear:/usr/share/php')
[pid 29498 on line 128 of "/usr/share/pear/Horde/Autoloader.php"]
Also I can't see any weather data in the portal block. Any hints ?