[Tickets #5494] turba addressbooks gone
bugs at bugs.horde.org
bugs at bugs.horde.org
Sat Jun 23 17:33:13 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5494
-----------------------------------------------------------------------
Ticket | 5494
Created By | vilius at lnk.lt
Summary | turba addressbooks gone
Queue | Turba
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
vilius at lnk.lt (2007-06-23 10:33) wrote:
I've updated to newest HEAD recently and addressbooks in Turba are gone. I
have run both upgrade scripts in upgrade directory. I don't know if this
is related but one of them showed these notices:
PHP Notice: Undefined index: 21541 in
/var/www/html/horde3/turba/scripts/upgrades/2007-06-17_flatten_shares.php
on line 66
PHP Notice: Undefined index: 19939 in
/var/www/html/horde3/turba/scripts/upgrades/2007-06-17_flatten_shares.php
on line 66
Related sources.php part:
$cfgSources['localsql'] = array(
'title' => _("My Address Book"),
'type' => 'sql',
'params' => array_merge($GLOBALS['conf']['sql'], array('table' =>
'turba_objects')),
'map' => array(
'__key' => 'object_id',
'__owner' => 'owner_id',
'__type' => 'object_type',
'__members' => 'object_members',
'__uid' => 'object_uid',
'name' => array('fields' => array('firstname', 'lastname'),
'format' => '%s %s'),
'firstname' => 'object_firstname',
'lastname' => 'object_lastname',
'name_prefix' => 'object_nameprefix',
'email' => 'object_email',
'alias' => 'object_alias',
'homeStreet' => 'object_homestreet',
'homeCity' => 'object_homecity',
'homeProvince' => 'object_homeprovince',
'homePostalCode' => 'object_homepostalcode',
'homeCountry' => 'object_homecountry',
'workStreet' => 'object_workstreet',
'workCity' => 'object_workcity',
'workProvince' => 'object_workprovince',
'workPostalCode' => 'object_workpostalcode',
'workCountry' => 'object_workcountry',
'homePhone' => 'object_homephone',
'workPhone' => 'object_workphone',
'cellPhone' => 'object_cellphone',
'fax' => 'object_fax',
'pager' => 'object_pager',
'title' => 'object_title',
'company' => 'object_company',
'birthday' => 'object_bday',
'website' => 'object_url',
'notes' => 'object_notes',
'pgpPublicKey' => 'object_pgppublickey',
'smimePublicKey' => 'object_smimepublickey',
'freebusyUrl' => 'object_freebusyurl'
),
'search' => array(
'name',
'email'
),
'strict' => array(
'object_id',
'owner_id',
'object_type',
),
'export' => true,
'browse' => true,
'use_shares' => true,
);
More information about the bugs
mailing list