[Tickets #8874] Re: add new list
bugs at horde.org
bugs at horde.org
Fri Feb 19 17:00:02 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8874
------------------------------------------------------------------------------
Ticket | 8874
Updated By | silvia at pqi.ep.usp.br
Summary | add new list
Queue | Turba
Version | 2.3.3
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
silvia at pqi.ep.usp.br (2010-02-19 12:00) wrote:
I'm using mysql and the beginning of sources.php is:
$cfgSources['localsql'] = array(
'title' => _("My Address Book"),
'type' => 'sql',
// The default connection details are pulled from the Horde-wide SQL
// connection configuration.
// 'params' => array_merge($GLOBALS['conf']['sql'], array('table'
=> 'turba_objects')),
'params' => array(
'phptype' => 'mysql',
'hostspec' => 'localhost',
'username' => 'horde',
'password' => 'senha',
'database' => 'localsql',
'table' => 'turba_objects',
'charset' => 'iso-8859-1'
),
> I cannot reproduce this is the latest stable. What contact storage
> backend are you using? You are probably going to need to debug this
> yourself.
>
> Find out what line you are *now* getting the error on (after you
> upgraded, the line number will have changed). Place a
> var_dump($targetDriver); statement right before the line you are
> getting the error on and post the results here after making sure no
> sensitive data (data base passwords etc...) are present.
More information about the bugs
mailing list