| 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 (7551 days ago) |
| Due | |
| Updated | 03/29/2005 (7551 days ago) |
| Assigned | |
| Resolved | 03/29/2005 (7551 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
You probably are looking for a static path instead such as
'/var/teclabs/vfs/all_user'.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ cannot change directory, wrong path
Queue ⇒ Gollem
$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.