Summary | Fatal Error wenn checking for new version of packages in adminstration panel |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | michael.huebner (at) gmx (dot) net |
Created | 07/25/2014 (3995 days ago) |
Due | |
Updated | 07/26/2014 (3994 days ago) |
Assigned | |
Resolved | 07/25/2014 (3995 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
there is no way to link back to a canonical package name.
Assigned to Michael Slusarz
State ⇒ Resolved
there is no way to link back to a canonical package name.
commit 2b36cff2351e8e6979b1e593bf5ca69e872a532b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Jul 25 12:23:38 2014 -0600
Ignore packages if we can't read them to prevent fatal error (
Bug #13398)horde/admin/config/index.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/2b36cff2351e8e6979b1e593bf5ca69e872a532b
commit f3d02e8f48ec1eaf94cdd6964dc8e5ac517fac2c
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Jul 25 12:23:38 2014 -0600
Ignore packages if we can't read them to prevent fatal error (
Bug #13398)horde/admin/config/index.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/f3d02e8f48ec1eaf94cdd6964dc8e5ac517fac2c
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Fatal Error wenn checking for new version of packages in adminstration panel
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
adminstration panel via the url /admin/config/index.php?check_versions=1
I am using horde 5.2.0-git DB-Schema & configurations are up to date.
This is the error message I get:
Ein schwerer Fehler ist aufgetreten:
Call to undefined method PEAR_Error::getName()
1. Horde_ErrorHandler::catchFatalError()
Details
Die vollständige Fehlermeldung wurde in Hordes Logdatei geschrieben
und für Administratoren weiter unten ausgegeben. Benutzer, die keine
Administratoren sind, bekommen diese Details nicht zu sehen.
ErrorException Object
(
[message:protected] => Call to undefined method PEAR_Error::getName()
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /usr/share/horde/horde/admin/config/index.php
[line:protected] => 82
[trace:Exception:private] => Array
(
[0] => Array
(
[function] => catchFatalError
[class] => Horde_ErrorHandler
[type] => ::
[args] => Array
(
)
)
)
[previous:Exception:private] =>
[severity:protected] => 1
[logged] => 1
)