6.0.0-beta1
9/5/25

[#2358] gollem /w mysql -> horde_vfs "Folder / does not exist"
Summary gollem /w mysql -> horde_vfs "Folder / does not exist"
Queue Gollem
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners slusarz (at) horde (dot) org
Requester hfw (at) beep (dot) mine (dot) nu
Created 07/30/2005 (7342 days ago)
Due
Updated 03/17/2006 (7112 days ago)
Assigned 07/30/2005 (7342 days ago)
Resolved 07/31/2005 (7341 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/17/2006 04:44:08 PM jgxenite (at) gmail (dot) com Comment #4 Reply to this comment
I've just downloaded Horde 3.1 and Gollem 1.0.2 and these issues are 
still present in the SQL VFS system. If you don't set a root/home 
directory, and aren't in a subfolder, you cannot upload. The 
owner/permissions are still - for SQL (in the database, vfs_owner is 
empty).
07/31/2005 02:42:41 AM Michael Slusarz Comment #3
State ⇒ Resolved
Reply to this comment
This was an issue with the VFS sql driver and should be fixed in Horde 
HEAD and forthcoming 3.0.5.  See:

http://lists.horde.org/archives/cvs/Week-of-Mon-20050725/047508.html
07/30/2005 11:49:25 AM Jan Schneider Assigned to Michael Slusarz
State ⇒ Assigned
 
07/30/2005 09:42:34 AM hfw (at) beep (dot) mine (dot) nu Comment #2 Reply to this comment
im sorry ,



backends.php really is:



$backends['sql'] = array(

     'name' => 'SQL Server',

     'driver' => 'sql',

     'preferred' => '',

     'hordeauth' => true,

     'params' => array_merge($GLOBALS['conf']['sql'], array('table' => 
'horde_vfs')),

     'loginparams' => array(),

     'attributes' => array('type', 'name', 'download', 'modified', 
'size', 'permission', 'owner', 'group')

);



::Beppe
07/30/2005 09:40:12 AM hfw (at) beep (dot) mine (dot) nu Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ gollem /w mysql -> horde_vfs "Folder / does not exist"
Queue ⇒ Gollem
Reply to this comment
When using mysql and the default hode_vfs.

uploding files is not possible until a subfolder is created (even for 
subfoders).



uploded files Permission, Owner and Group are blank or '-'.



backends.php

---------------------

$backends['sql'] = array(

     'name' => 'SQL Server',

     'driver' => 'sql',

     'preferred' => '',

     'hordeauth' => true,

     'params' => array_merge($GLOBALS['conf']['sql'], array('table' => 
'horde_vfs')),

),

     'loginparams' => array(),

     'attributes' => array('type', 'name', 'download', 'modified', 
'size', 'permission', 'owner', 'group')

);

------------



many thanks,

::Beppe


Saved Queries