6.0.0-beta1
7/7/25

[#8888] Error when clicking on the File Manager icon
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

History
02/26/2010 08:35:53 PM Michael Slusarz Comment #2
State ⇒ Not A Bug
Reply to this comment
Gollem doesn't work in Git yet.  It has yet to be fully rewritten to use H4.
02/26/2010 08:29:55 PM jon (at) spriggs (dot) orrg (dot) uk Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Error when clicking on the File Manager icon
Queue ⇒ Gollem
Milestone ⇒
Patch ⇒ No
Reply to this comment
PHP Fatal error:  Call to a member function listFolder() on a 
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'),
);

Saved Queries