Summary | Hermes is not starting |
Queue | Hermes |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | hordetest (at) trash-mail (dot) com |
Created | 03/09/2011 (5231 days ago) |
Due | |
Updated | 03/13/2011 (5227 days ago) |
Assigned | |
Resolved | 03/13/2011 (5227 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Make sure method signatures match exactly (
Bug #9637)1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/6301e3c581aac0fbefc0a29372ca93c368fedb61
2011 08:21:57)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
abstract public function updateClientSettings($clientID,
$enterDescription = 1, $exportID = null)
Otherwise I still get this error:
Fatal error: Declaration of Hermes_Driver_Sql::updateClientSettings()
must be compatible with that of Hermes_Driver::updateClientSettings()
in /horde/horde-git/horde/hermes/lib/Driver/Sql.php on line 13
Remove static includes of Horde/SQL.php (
Bug #9637)4 files changed, 0 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/5b28b29320edd6d574377f473c3d6c8bd1938150
where exactly are you getting the error message?
This is working. Driver.php:
abstract public function updateClientSettings($clientID,
$enterDescription = 1, $exportID = null)
But now:
Fatal error: require_once() [function.require]: Failed opening
required 'Horde/SQL.php'
(include_path='.:/usr/share/php:/var/www/web1/html/libs') in
/horde/horde-git/horde/hermes/lib/Driver/Sql.php on line 299
where exactly are you getting the error message?
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Make sure function signatures match (
Bug #9637)2 files changed, 8 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/811b6a0d939fc4488159f782b78581f730528038
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Hermes
Summary ⇒ Hermes is not starting
Type ⇒ Bug
Priority ⇒ 1. Low
Fatal error: Declaration of Hermes_Driver_Sql::updateClientSettings()
must be compatible with that of Hermes_Driver::updateClientSettings()
in /horde/horde-git/horde/hermes/lib/Driver/Sql.php on line 13