[turba] problems starting my addressbook

Bo Daley bo at tilda.com.au
Sun Nov 9 13:35:23 PST 2003


Quoting Angelica Escobar <angeles at ibc-solutions.com>:

> > > next:
> > > Notice: Undefined index: businesscategory in
> > > /usr/local/apache/htdocs/horde/turba/templates/browse/search.inc on line
> 14

it looks like you have not defined the attribute "businessCategory" in your
turba/config/attributes.php

ie. in attributes.php you should see something like this:

$attributes['businessCategory'] = array(
    'label' => _("Business Category"),
    'type' => 'text',
    'required' => false
);

same for all the other undefined indexes.

bo.





More information about the turba mailing list