Summary | Error when clicking on the File Manager icon |
Queue | Gollem |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | jon (at) spriggs (dot) orrg (dot) uk |
Created | 02/26/2010 (5610 days ago) |
Due | |
Updated | 02/26/2010 (5610 days ago) |
Assigned | |
Resolved | 02/26/2010 (5610 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Error when clicking on the File Manager icon
Queue ⇒ Gollem
Milestone ⇒
Patch ⇒ No
non-object in
/home/username/sources_horde/horde-git/gollem/lib/Gollem.php on line
230, referer: http://<dns_name>/services/portal/sidebar.php
This is using the following backend.php
$backends['sqlhome'] = array(
'name' => 'SQL Server with home',
'driver' => 'sql',
'preferred' => '',
'hordeauth' => false,
'params' => array_merge($GLOBALS['conf']['sql'],
array('table' => 'horde_vfs')),
'loginparams' => array(),
'root' => '/',
'home' => '/home/' . Horde_Auth::getAuth(),
'clipboard' => false,
'attributes' => array('type', 'name', 'edit', 'download',
'modified', 'size', 'permission', 'owner', 'group'),
);