Re: Turba H5 (4.2.0alpha1)

SSRI <[email protected]> Wed, 04 Jun 2014 10:37:42 +0200
Newsgroups gmane.comp.horde.turba
Message-ID <20140604103742.Horde.xsK1daNPoLtBAsU363ry2Q9@courriel.u-paris2.fr>
>
>
>
> Are you not using shares for Turba? That's the only reason I can  
> come up with as to why the share can not be found. If that's the  
> case, you can ignore the errors, as they are expected.
>

We're using shares for Turba. Here's the config :

config/conf.local.php

$conf['share']['no_sharing'] = false;
$conf['share']['auto_create'] = true;
$conf['share']['world'] = true;
$conf['share']['any_group'] = false;
$conf['share']['hidden'] = false;
$conf['share']['cache'] = false;
$conf['share']['driver'] = 'Sqlng';

turba/conf/conf.local.php

$conf['shares']['source'] = 'localsql';

turba/conf/backends.local.php

$cfgSources['localsql'] = array(
     // ENABLED by default
     'disabled' => false,
     'title' => _("Shared Address Books"),
     'type' => 'sql',
...
     'use_shares' => true,
...


-- 
turba mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]