[Tickets #6398] Backends not displayed

bugs at horde.org bugs at horde.org
Fri Mar 7 19:10:39 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6398
-----------------------------------------------------------------------
 Ticket             | 6398
 Created By         | simon at dedisoft.com
 Summary            | Backends not displayed
 Queue              | Gollem
 Version            | HEAD
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


simon at dedisoft.com (2008-03-07 14:10) wrote:

I've installed some weeks ago the HEAD version of Gollem, and it works
fine.

Without doing any changes (on Horde, Gollem or PHP), a backend wasn't
shown anymore.

This is the missing backend:

$backends['file'] = array(
    'name' => 'Espace de stockage personnel',
    'driver' => 'file',
    'preferred' => '',
    'hordeauth' => false,
    'params' => array(
        // The base location under which the user home directories live.
        'vfsroot' => 'E:/WWW/home/'.Auth::getAuth(),
        // The default permissions to set for newly created folders and
files.
        // 'permissions' => $conf['umask']
    ),
    'loginparams' => array(),
    'root' => '/',
    //'home' => Auth::getAuth(),
    'home' => '',
    'createhome' => true,
    // 'filter' => '^regex$',
    'quota' => '1 GB',
    'clipboard' => true,
    'attributes' => array('type', 'name', 'edit', 'download', 'modified',
'size', 'permission', 'owner', 'group')
);

I'm using Gollem on Webmail Groupware edtion version 1.0.5 and PHP
5.2.2.2

Thanks



More information about the bugs mailing list