Turba
Paul Bauer
paul@shorttermwhat.com
Fri, 15 Mar 2002 11:45:37 -0800
I have resolved most of my problems from the cvs update. Thanks for the
pointer.
I cannot seem to get Turba to work anymore. Here is what I currently have:
$cfgSources['localsql'] = array(
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
'phptype' => 'pgsql',
'hostspec' => '',
'username' => 'horde',
'password' => '',
'database' => 'horde',
'options' => '',
'tty' => '',
'port' => '5432',
'protocol' => 'unix',
'table' => 'turba_objects'
),
and here is what I used to have:
$cfgSources['localsql'] = array(
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
'phptype' => 'pgsql',
'hostspec' => '',
'username' => 'horde',
'password' => '',
'database' => 'horde',
'options' => '',
'tty' => '',
'port' => '5432',
'protocol' => 'unix',
'table' => 'turba_objects'
),
The newer HEAD version returns page contained no content. and nothing in the
logs even with the log level set to debug. I know there are valid values in
the database so I would appreciate any pointers. Thank you.
Paul.