[Tickets #5277] Re: Fatal error: Call to a member function sessionSetup() on a non-object
bugs at bugs.horde.org
bugs at bugs.horde.org
Tue Apr 24 17:46:32 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5277
-----------------------------------------------------------------------
Ticket | 5277
Updated By | vilius at lnk.lt
Summary | Fatal error: Call to a member function sessionSetup() on a non-object
Queue | MIMP
Version | HEAD
Type | Bug
State | Feedback
Priority | 2. Medium
Owners | Michael Slusarz
-----------------------------------------------------------------------
vilius at lnk.lt (2007-04-24 10:46) wrote:
Ok, let me start by posting relative config files. Maybe you will find
something interesting.
-- horde/config/conf.php --
$conf['session']['name'] = 'Horde';
$conf['session']['use_only_cookies'] = true;
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['auth']['checkip'] = false;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['driver'] = 'composite';
$conf['auth']['params']['admin_driver'] = 'cyrsql';
$conf['auth']['params']['loginscreen_switch'] =
'_horde_select_loginscreen';
$conf['auth']['params']['drivers']['ipmap']['params']['blocks'] =
array('10.1.1.0/24');
$conf['auth']['params']['drivers']['ipmap']['driver'] = 'ipmap';
$conf['auth']['params']['drivers']['cyrsql']['driver'] = 'cyrsql';
$conf['auth']['params']['drivers']['cyrsql']['params'] = array('cyradmin'
=> 'removed',
'cyrpass'
=> 'removed',
'imap_dsn'
=> '{localhost:993/imap/ssl/novalidate-cert}',
'phptype'
=> 'mysql',
'socket'
=> '/var/lib/mysql/mysql.sock',
'protocol'
=> 'unix',
'hostspec'
=> 'localhost',
'username'
=> 'removed',
'password'
=> 'removed',
'database'
=> 'mail',
'table' =>
'accountuser',
'username_field' => 'username',
'password_field' => 'password',
'domain_field' => 'domain_name',
'encryption' => 'crypt-md5',
'quota' =>
512000,
'unixhier'
=> false,
'folder'
=> array('Spam')
);
if (!function_exists('_horde_select_loginscreen')) {
function _horde_select_loginscreen()
{
return 'cyrsql';
}
}
As you can see I'm using composite authentication driver. Could this be
the problem?
More information about the bugs
mailing list