[Tickets #2518] NEW: Missing leading slash in sqlhome VFS

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Aug 25 04:41:54 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2518
-----------------------------------------------------------------------
 Ticket             | 2518
 Created By         | rosenfeld at alum.mit.edu
 Summary            | Missing leading slash in sqlhome VFS
 Queue              | Gollem
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


rosenfeld at alum.mit.edu (2005-08-25 04:41) wrote:

I just synced to CVS head 8/18 (but still happens) and Gollem no longer
shows the files it's holding.  My backends.php is below.  Browsing the
horde_vfs table 
after uploading a new test file that did appear, I notice a change. 

New entries in the vfs_path table have no leading slash, but the old 
missing entries do.  For example, I have
old:  vfs_path = /home     
new:  vfs_path = home

I also have some entries where vfs_path is empty, which I'm guessing is 
from the recently corrected bug we read about on the list.  Can you help me
correct the error so that my old documents display?


$backends['sqlhome'] = array(
    'name' => 'SQL Server with home',
    'driver' => 'sql',
    'preferred' => '',
    'hordeauth' => false,
    'params' => array_merge($GLOBALS['conf']['sql'], array('table' => 
'horde_vfs')),
    'loginparams' => array(),
    'attributes' => array('type', 'name', 'download', 'modified', 
'size', 'permission', 'owner', 'group'),
    'root' => '/home',
    'home' => '/home/' . Auth::getAuth(),
    'createhome' => true
);




More information about the bugs mailing list