[Tickets #11746] Re: [gollem] Class definition of Horde_Vfs_ not found.
bugs at horde.org
bugs at horde.org
Thu Nov 29 22:47:29 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11746
------------------------------------------------------------------------------
Ticket | 11746
Updated By | max at mxnet.co.nz
Summary | [gollem] Class definition of Horde_Vfs_ not found.
Queue | Gollem
Version | 3.0.0beta1
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
max at mxnet.co.nz (2012-11-29 22:47) wrote:
Update to this.
I tried a clean install of horde on another server and the test.php
and phpinfo() all pass. All requirements have been met and enabled but
I still receive the error [gollem] Class definition of Horde_Vfs_ not
found. when browsing backends that do NOT have the key name 'ftp' or
'smb'
This works:
$backends['ftp'] = array(
'disabled' => false,
'name' => 'FTP Server',
'driver' => 'ftp',...etc
This DOESN'T work:
$backends['hordeftp'] = array(
'disabled' => false,
'name' => '2ndFTP Server',
'driver' => 'ftp',
...etc
Whenever I use a key that ISN'T 'ftp' or 'smb' I get this in the syslog:
HORDE: [gollem] Invalid backend key "ftp" from client [192.168.0.168]
[pid 31631 on line 234 of "/var/www/horde/gollem/lib/Auth.php"]
More information about the bugs
mailing list