6.0.0-beta1
7/28/25

[#1641] cannot change directory, wrong path
Summary cannot change directory, wrong path
Queue Gollem
Type Bug
State Not A Bug
Priority 2. Medium
Owners slusarz (at) horde (dot) org
Requester blackm (at) ferris (dot) dyndns (dot) info
Created 03/29/2005 (7426 days ago)
Due
Updated 03/29/2005 (7426 days ago)
Assigned
Resolved 03/29/2005 (7426 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/29/2005 09:24:06 PM Michael Slusarz Comment #2
State ⇒ Not A Bug
Reply to this comment
You need to fix your 'home' path then.  'all_user' is a relative path. 
  You probably are looking for a static path instead such as 
'/var/teclabs/vfs/all_user'.
03/29/2005 03:50:29 PM Chuck Hagenbuch Assigned to Michael Slusarz
 
03/29/2005 03:47:05 PM blackm (at) ferris (dot) dyndns (dot) info Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ cannot change directory, wrong path
Queue ⇒ Gollem
Reply to this comment
With the current CVS version I cannot change [1]the directory. backend config:



$backends['global'] = array(

     'name' => 'Virtual Directories',

     'driver' => 'file',

     'preferred' => '',

     'params' => array(

         'vfsroot' => '/var/teclabs/vfs',

         'home' => 'all_user'

     ),

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

);



When I enter the file manager, I can see the content of 
/var/teclabs/vfs/all_user, but the "path" shoes [Root]/all_user// (the 
last two "/" have not been there in the previous version. When I try 
to open /var/teclabs/vfs/all_user/test, I get an error:



Permission denied to folder "all_user///all_user//test": Not a directory



[1]ok, sometimes it is working, sometimes not. But it's more not 
working, then it is working.

Saved Queries