[turba] Turba H5 (4.2.0alpha1)

SSRI ssri_abo at u-paris2.fr
Wed Jun 4 08:37:42 UTC 2014


>
>
>
> 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,
...




More information about the turba mailing list