[Tickets #13106] "" driver (for Horde_Vfs not found)
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Apr 10 18:50:43 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/13106
------------------------------------------------------------------------------
Ticket | 13106
Created By | bastian-horde14 at t6l.de
Summary | "" driver (for Horde_Vfs not found)
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
bastian-horde14 at t6l.de (2014-04-10 18:50) wrote:
Installtion was done from git with install_dev.
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] =>
)
}}}
More information about the bugs
mailing list