[horde] Gollem copy directory
Stefan Gohmann
gohmann at univention.de
Thu Jul 26 06:14:49 UTC 2007
Hello,
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.
Any ideas?
Cheers
Stefan
--
Stefan Gohmann Entwicklung gohmann at univention.de
Univention GmbH Linux for your Business fon: +49 421 22 232- 0
Mary-Somerville-Str.1 28359 Bremen fax: +49 421 22 232-99
http://www.univention.de
More information about the horde
mailing list