[Tickets #5584] copy directory with samba backend failed
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Jul 26 08:43:30 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5584
-----------------------------------------------------------------------
Ticket | 5584
Created By | gohmann at univention.de
Summary | copy directory with samba backend failed
Queue | Gollem
Version | 1.0.2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
gohmann at univention.de (2007-07-26 01:43) wrote:
I've configured two samba shares in gollem:
$backends["1"] = array(
'name' => 'test01',
'driver' => 'smb',
'preferred' => '',
'hordeauth' => 'true',
'params' => array(
'hostspec' => 'qamaster',
'port' => 139,
'share' => 'test1',
'smbclient' => '/usr/bin/smbclient',
),
'loginparams' => array(),
'clipboard' => true,
'attributes' => array('type', 'name', 'download', 'modified', 'size')
);
$backends["2"] = array(
'name' => 'test02',
'driver' => 'smb',
'preferred' => '',
'hordeauth' => 'true',
'params' => array(
'hostspec' => 'qamaster',
'port' => 139,
'share' => 'test2',
'smbclient' => '/usr/bin/smbclient',
),
'loginparams' => array(),
'clipboard' => true,
'attributes' => array('type', 'name', 'download', 'modified', 'size')
);
If I try to cut a directory foo from share 1 and paste the directory to
share
2 over the clipboard then I got this error message:
Notice: Object to string conversion in /usr/share/horde3/lib/VFS/smb.php
on
line 156
and the directory on the new share is a file:
root at qamaster:/test2# cat foo ; echo
Object
root at qamaster:/test2#
I use horde (3.1.3) and gollem (1.0.2) on a debian based distribution.
More information about the bugs
mailing list