6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/9/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#2518] Missing leading slash in sqlhome VFS
*
Your Email Address
*
Spam protection
Enter the letters below:
._..__.. ..__..__ | | || || |[ __ _|_|__\|__||__|[_./
Comment
> 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 > > );
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers