[turba] Can´t create addressbooks

Sokol mailist at sokol.dynalias.net
Sat Sep 29 23:16:33 UTC 2007


Hello lists,

I have installed turba 1.6.2.3 via apt-get on debian-etch and I can´t  
create any address books!
I have downloaded a turba package from horde.org to create my mysql  
database and I also followed the description under docs/INSTALL.
Creating a new address book in my horde application succeed without  
any error but I can´t see any addressbook. My mysql database  
horde_objects is still empty.

Here my turba conf.php:

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: turba/config/conf.xml,v 1.6.2.3 2006/05/09 15:58:10 jan Exp $
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array();
$conf['client']['addressbook'] = 'localsql';
$conf['shares']['source'] = 'localsql';
$conf['comments']['allow'] = false;
$conf['documents']['params']['persistent'] = false;
$conf['documents']['params']['hostspec'] = 'localhost';
$conf['documents']['params']['username'] = 'horde';
$conf['documents']['params']['password'] = 'xxxxx';
$conf['documents']['params']['port'] = 3306;
$conf['documents']['params']['protocol'] = 'tcp';
$conf['documents']['params']['database'] = 'horde_objects';
$conf['documents']['params']['charset'] = 'iso-8859-1';
$conf['documents']['params']['phptype'] = 'mysql';
$conf['documents']['params']['driverconfig'] = 'custom';
$conf['documents']['type'] = 'sql';
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

User horde has access to specified database. Any hints?

Kamill

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



More information about the turba mailing list