Summary | "" driver (for Horde_Vfs not found) |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | bastian-horde14 (at) t6l (dot) de |
Created | 04/10/2014 (4102 days ago) |
Due | |
Updated | 04/11/2014 (4101 days ago) |
Assigned | |
Resolved | 04/11/2014 (4101 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 0933851605ed7412b704f80c97233f5b1b2eca83
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Apr 11 15:43:46 2014 -0400
Bug: 13106Fallback to Null driver for Vfs.framework/Core/lib/Horde/Core/Factory/Vfs.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/0933851605ed7412b704f80c97233f5b1b2eca83
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ "" driver (for Horde_Vfs not found)
Type ⇒ Bug
State ⇒ Unconfirmed
Commit d143ae4842c7a24741a8f08bce57ca5e879957b2
Horde Service Portal comes up, but when clicking on Admin ->
Preferences the follwing exception flew at me.
Reason: Arg 0 from function call _getDriverName is ''. See below:
{{{
A fatal error has occurred
"" driver (for Horde_Vfs not found).
1. Horde_Core_NoSql->getDrivers()
/home/horde/local/src/horde.git/horde/admin/config/index.php:280
2. Horde_Core_Factory_Vfs->create()
/home/horde/local/src/horde.git/framework/Core/lib/Horde/Core/Nosql.php:57
3. Horde_Core_Factory_Base->_getDriverName()
/home/horde/local/src/horde.git/framework/Core/lib/Horde/Core/Factory/Vfs.php:51
Details
The full error message is logged in Horde's log file, and is shown
below only to administrators. Non-administrative users will not see
error details.
Horde_Exception Object
(
[details] =>
[logged] => 1
[_logLevel:protected] => 0
[message:protected] => "" driver (for Horde_Vfs not found).
[string:Exception:private] =>
[code:protected] => 0
[file:protected] =>
/home/horde/local/src/horde.git/framework/Core/lib/Horde/Core/Factory/Base.php
[line:protected] => 89
[trace:Exception:private] => Array
(
[0] => Array
(
[file] =>
/home/horde/local/src/horde.git/framework/Core/lib/Horde/Core/Factory/Vfs.php
[line] => 51
[function] => _getDriverName
[class] => Horde_Core_Factory_Base
[type] => ->
[args] => Array
(
[0] =>
[1] => Horde_Vfs
)
)
[1] => Array
(
[file] =>
/home/horde/local/src/horde.git/framework/Core/lib/Horde/Core/Nosql.php
[line] => 57
[function] => create
[class] => Horde_Core_Factory_Vfs
[type] => ->
[args] => Array
(
)
)
[2] => Array
(
[file] =>
/home/horde/local/src/horde.git/horde/admin/config/index.php
[line] => 280
[function] => getDrivers
[class] => Horde_Core_NoSql
[type] => ->
[args] => Array
(
[0] => horde
[1] => 1
)
)
)
[previous:Exception:private] =>
)
}}}