[horde] Query error (was: How to use the address book ...)

Bruno Costacurta techie at costacurta.org
Mon Jan 14 19:34:58 UTC 2013


> Looks like a broken backend configuration. You seem to have a member  
> of the composite "name" attribute that doesn't actually have a  
> database column mapped to it.
> -- 

Yes, the database has been modified via additional files :
attributes.local.php
backends.local.php

These modifications (with modification of the database table turba)  
works very fine within
the address book functionalities.
I probably missed other needed parameters needed for the  
auto-completion when composing an email.


The two additional fields are (hereafter in attributes.local.php) :
$attributes['homeEmail'] = array(
      'label' => _("Home Email"),
      'type' => 'email',
      'required' => false,
      'params' => array('allow_multi' => false, 'size' => 50,  
'maxlength' => 50,'strip_domain' => false, 'link_compose' => true)
);
$attributes['workEmail'] = array(
      'label' => _("Work Email"),
      'type' => 'email',
      'required' => false,
      'params' => array('allow_multi' => false, 'size' => 50,  
'maxlength' => 50,'strip_domain' => false, 'link_compose' => true)
);

Bye,
Bruno


-- 
Linux Counter # 353844
https://linuxcounter.net/user/353844.html



More information about the horde mailing list