6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/25/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1695] Latest Gollem of 04-05-05
*
Your Email Address
*
Spam protection
Enter the letters below:
.___. .. .._..___. [__ |_/ |__| | _/ | | \| |_|_./__.
Comment
> Two things: > > > > First, when I put in Gollem dated 04-05-05, as it is and configure my > backends.php as such: > > > > $backends['file'] = array( > > 'name' => 'Virtual Home Directories', > > 'driver' => 'file', > > 'preferred' => '', > > 'params' => array( > > // The base location of user home directories. > > 'vfsroot' => '/apps/', > > // The name of the current user's home directory. > > 'home' => Auth::getAuth() > > ), > > 'attributes' => array('type', 'name', 'download', 'modified', > 'size', 'permission', 'owner', 'group') > > ); > > > > I get: > > > > Notice: Undefined index: label in /http/gollem/lib/Gollem.php on line 165 > > > > Looking at the other lines of the backends.php, I went ahead and > changed line 169 to read: > > > > 'home' => '/' . Auth::getAuth() > > > > and the previous error went away. > > > > But, now when I go into file manager, I get to my home dir, but when > I go to root and try to go to another shared folder, I get: > > > > Access denied to folder "". > > > > I tracked this down in Gollem.php and in the setDir function on the > first line that reads: > > > > $dir = realpath($dir); > > > > if you comment that out, now everything works great. I can now to > into file manager for the first time, it takes me to my home dir, > then I can click on Root and go to the root of the share, I can now > click on any folder and it will take me there. The only thing that I > would like to see is the option to download multiple files at once. > >
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