| 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 (7402 days ago) | 
| Due | |
| Updated | 03/17/2006 (7172 days ago) | 
| Assigned | 07/30/2005 (7402 days ago) | 
| Resolved | 07/31/2005 (7401 days ago) | 
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No | 
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).
State ⇒ Resolved
HEAD and forthcoming 3.0.5. See:
http://lists.horde.org/archives/cvs/Week-of-Mon-20050725/047508.html
State ⇒ Assigned
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
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ gollem /w mysql -> horde_vfs "Folder / does not exist"
Queue ⇒ Gollem
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