[gollem] PHP error in redirect.php on access of session
Rob Rosenfeld
rob at rosenfeld.to
Fri May 27 16:06:31 PDT 2005
I use gollem w/ sql VFS backend. It's still working fine, but the first
time I go into Gollem in any Horde session, the following error is
briefly displayed before I'm redirected.
*Notice*: Undefined index: loginparams in
*/var/www/localhost/htdocs/horde/gollem/redirect.php* on line *69*
*Warning*: array_keys(): The first argument should be an array in
*/var/www/localhost/htdocs/horde/gollem/redirect.php* on line *69
*This is my config/backends.php:
$backends['sqlhome'] = array(
'name' => 'SQL Server with home',
'driver' => 'sql',
'preferred' => '',
'params' => array_merge($GLOBALS['conf']['sql'], array('table' =>
'horde_vfs')),
'attributes' => array('type', 'name', 'download', 'modified',
'size', 'permission', 'owner', 'group'),
'root' => '/home',
'home' => '/home/' . Auth::getAuth(),
);
More information about the gollem
mailing list