6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5277] Fatal error: Call to a member function sessionSetup() on a non-object
*
Your Email Address
*
Spam protection
Enter the letters below:
__ .__ . .\ /.__ / `[__)|__| >< [ __ \__.| \| |/ \[_./
Comment
> 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?
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers