[gollem] PHP Error: missing VFS/sqlhome.php
Rob Rosenfeld
rob at rosenfeld.to
Sat Jul 23 11:58:22 PDT 2005
I'm running CVS horde framwork and CVS gollem as of today. After
today's update, I get the following error. I don't see any new changes
to backends.php.dist or conf.xml. What have I done wrong?
*Warning*: factory(VFS/sqlhome.php): failed to open stream: No such file
or directory in */usr/lib/php/VFS.php* on line *648*
*Warning*: factory(): Failed opening 'VFS/sqlhome.php' for inclusion
(include_path='.:/usr/lib/php') in */usr/lib/php/VFS.php* on line *648*
*Fatal error*: Call to undefined function: checkcredentials() in
*/var/www/localhost/htdocs/horde/gollem/lib/Auth/gollem.php* on line *109*
My backends.php sets up a sqlhome:
$backends['sqlhome'] = array(
'name' => 'SQL Server with home',
'driver' => 'sql',
'preferred' => '',
'hordeauth' => false,
'params' => array_merge($GLOBALS['conf']['sql'], array('table' =>
'horde_vfs')),
'loginparams' => array(),
'attributes' => array('type', 'name', 'download', 'modified',
'size', 'permission', 'owner', 'group'),
'root' => '/home',
'home' => '/home/' . Auth::getAuth(),
);
More information about the gollem
mailing list