[Tickets #8888] Error when clicking on the File Manager icon

bugs at horde.org bugs at horde.org
Fri Feb 26 20:29:55 UTC 2010


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

Ticket URL: http://bugs.horde.org/ticket/8888
------------------------------------------------------------------------------
  Ticket             | 8888
  Created By         | jon at spriggs.orrg.uk
  Summary            | Error when clicking on the File Manager icon
  Queue              | Gollem
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


jon at spriggs.orrg.uk (2010-02-26 15:29) wrote:

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'),
);






More information about the bugs mailing list