[Tickets #10592] Class definition of Horde_Vfs_ not found.
bugs at horde.org
bugs at horde.org
Fri Sep 30 19:12:35 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/10592
------------------------------------------------------------------------------
Ticket | 10592
Erstellt Von | michael at bigmichi1.de
Zusammenfassung | Class definition of Horde_Vfs_ not found.
Warteschlange | Gollem
Version | 2.0-ALPHA2
Typ | Bug
Status | Unconfirmed
Priorität | 1. Low
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
michael at bigmichi1.de (2011-09-30 19:12) hat geschrieben:
i configured gollem to use the file backend and disabled all other backends:
$backends['file'] = array(
'disabled' => false,
'name' => 'Virtual Home Directories',
'driver' => 'file',
'preferred' => '',
'hordeauth' => false,
'params' => array(
// The base location under which the user home directories live.
'vfsroot' => '/var/www/data/horde/gollem',
// The default permissions to set for newly created folders and files.
'permissions' => $GLOBALS['conf']['umask']
),
'loginparams' => array(),
'root' => $GLOBALS['registry']->getAuth(),
'home' => $GLOBALS['registry']->getAuth(),
'createhome' => true,
// 'filter' => '^regex$',
'quota' => '1.5 GB',
'clipboard' => true,
'attributes' => array('type', 'name', 'edit', 'download',
'modified', 'size', 'permission', 'owner', 'group')
);
and when i now authenticate to gollem i got this stacktrace:
Ein schwerer Fehler ist aufgetreten:
Class definition of Horde_Vfs_ not found.
1. Horde_Core_Auth_Application->authenticate() /var/www/horde4/login.php:151
2. Horde_Auth_Base->authenticate()
/var/www/pear/php/Horde/Core/Auth/Application.php:132
3. Horde_Core_Auth_Application->_authenticate()
/var/www/pear/php/Horde/Auth/Base.php:146
4. Horde_Registry->callAppMethod()
/var/www/pear/php/Horde/Core/Auth/Application.php:161
5. call_user_func_array() /var/www/pear/php/Horde/Registry.php:1081
6. Gollem_Application->authAuthenticate()
7. Gollem_Auth::authenticate() /var/www/horde4/gollem/lib/Application.php:154
8. Horde_Injector->getInstance() /var/www/horde4/gollem/lib/Auth.php:168
9. Horde_Injector->createInstance() /var/www/pear/php/Horde/Injector.php:248
10. Horde_Injector_Binder_Factory->create()
/var/www/pear/php/Horde/Injector.php:213
11. Gollem_Factory_VfsDefault->create()
/var/www/pear/php/Horde/Injector/Binder/Factory.php:111
12. Gollem_Factory_Vfs->create()
/var/www/horde4/gollem/lib/Factory/VfsDefault.php:36
13. Horde_Vfs::factory() /var/www/horde4/gollem/lib/Factory/Vfs.php:65
More information about the bugs
mailing list