[GH-ISSUE #130] How to make a different directory for a specific user? #91

Closed
opened 2026-03-02 15:55:42 +03:00 by kerem · 1 comment
Owner

Originally created by @znaczki654 on GitHub (Feb 20, 2019).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/130

obraz
This doesn't help, it says that it couldn't find the directory. Even letting it be empty or writing "root" doesn't change your position into root.

Originally created by @znaczki654 on GitHub (Feb 20, 2019). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/130 ![obraz](https://user-images.githubusercontent.com/27486533/53117345-fbced900-354a-11e9-83b9-e42b30f9111b.png) This doesn't help, it says that it couldn't find the directory. Even letting it be empty or writing "root" doesn't change your position into root.
kerem 2026-03-02 15:55:42 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@anasmoiz commented on GitHub (Feb 20, 2019):

The directory path you have set seems to be incorrect it should be the absolute path for the files in the server like this

$directories_users = array(
'admin' => '/var/www/html/public_html/',
'user' => '/var/www/html/public_html/wp-content/themes/twentynineteen/'
);
<!-- gh-comment-id:465726705 --> @anasmoiz commented on GitHub (Feb 20, 2019): The directory path you have set seems to be incorrect it should be the absolute path for the files in the server like this ``` $directories_users = array( 'admin' => '/var/www/html/public_html/', 'user' => '/var/www/html/public_html/wp-content/themes/twentynineteen/' ); ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#91
No description provided.