Summary | Backends not displayed |
Queue | Gollem |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | simon (at) dedisoft (dot) com |
Created | 03/07/2008 (6300 days ago) |
Due | |
Updated | 03/08/2008 (6299 days ago) |
Assigned | 03/07/2008 (6300 days ago) |
Resolved | 03/08/2008 (6299 days ago) |
Milestone | |
Patch | No |
State ⇒ Not A Bug
unique horde's administrator).
Therefore, I've checked the permissions (I've never do it before that
because Gollem works fine).
I've added some rights, and the Gollem will show up.
Is there any changes maked on the permission support ?
guess what. Check the permissions for Gollem and the individual
backends (Administration -> Permissions in Horde), check your Horde
logs for errors, etc.
State ⇒ Feedback
guess what. Check the permissions for Gollem and the individual
backends (Administration -> Permissions in Horde), check your Horde
logs for errors, etc.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Backends not displayed
Queue ⇒ Gollem
State ⇒ Unconfirmed
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