6.0.0-alpha12
6/8/25

[#1784] accessing files 1. time after login does not work
Summary accessing files 1. time after login does not work
Queue Gollem
Type Bug
State Not A Bug
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester blackm (at) ferris (dot) dyndns (dot) info
Created 04/13/2005 (7361 days ago)
Due
Updated 04/27/2005 (7347 days ago)
Assigned 04/14/2005 (7360 days ago)
Resolved 04/27/2005 (7347 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/27/2005 05:59:11 AM Michael Slusarz State ⇒ Not A Bug
 
04/15/2005 02:50:44 AM Michael Slusarz Comment #4 Reply to this comment
You are confusing 'vfsroot' with 'root'.  they are not the same.   
'vfsroot' sets the VFS object to the base of the VFS root tree.   
'root' then sets the Gollem root *within* that vfsroot.
04/14/2005 10:11:34 PM blackm (at) ferris (dot) dyndns (dot) info Comment #3 Reply to this comment
As you mentioned in #1641 'home' is static path....



And if it would be relativ, isn't 'all_user' more relative then 
'/all_user'? Because 'home' => 'all_user' was working for me until 
march 23....



BTW: 'home' => '/all_user' is working
04/14/2005 06:23:22 AM Michael Slusarz Comment #2
State ⇒ Feedback
Reply to this comment
I'm assuming your home directory is not at 
/var/horde/var/horde/all_user but /var/horde/all_user.  In that case, 
your 'home' directory should probably be '/all_user' since the home 
will be relative to the VFS root.
04/13/2005 03:03:41 PM Chuck Hagenbuch Assigned to Michael Slusarz
 
04/13/2005 02:55:18 PM blackm (at) ferris (dot) dyndns (dot) info Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ accessing files 1. time after login does not work
Queue ⇒ Gollem
Reply to this comment
Using todays cvs version of gollem, I cannot access my files when I 
open gollem the first time after login in into horde. I get the 
following error:



Cannot create home directory: Access denied to folder "".

Permission denied to folder "/var/horde/all_user": Not a directory



When I click on the [Root] link I can see and access my files without 
any problems. I see this problem on two boxes, both with a fresh cvs 
version.

By backend:



$backends['file'] = array(

     'name' => 'Virtual Home Directories',

     'driver' => 'file',

     'preferred' => '',

     'params' => array(

         'vfsroot' => '/var/horde/',

         'home' => '/var/horde/all_user'

     ),

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

);


Saved Queries