[Tickets #8615] Re: Can't create new Address Books
bugs at horde.org
bugs at horde.org
Fri Oct 2 17:06:16 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8615
------------------------------------------------------------------------------
Ticket | 8615
Updated By | scaramuzza at essedici.it
Summary | Can't create new Address Books
Queue | Turba
Version | 2.3.2
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
scaramuzza at essedici.it (2009-10-02 13:06) wrote:
> ... in php_error.log i got:
>
> [01-Oct-2009 15:41:19] PHP Notice: Undefined variable: conf in
> /home/server/www/htdocs/horde-webmail-1.2.4/turba/config/sources.php
> on line 141
>
actually i can create new address books after having added
$conf['sql']['persistent'] = false;
$conf['sql']['username'] = 'dbuname';
$conf['sql']['password'] = 'dbpassword';
$conf['sql']['socket'] = '/tmp/mysql.sock';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'dbname';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['ssl'] = false;
$conf['sql']['splitread'] = false;
$conf['sql']['phptype'] = 'mysql';
strating from line 131 of /turba/config/sources.php
just before
$cfgSources['localsql'] = array(
More information about the bugs
mailing list