mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #205] Bug Hide Perms/Owner columns #146
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#146
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @weado on GitHub (Aug 9, 2019).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/205
Debian Buster PHP 7When I put on true the "Hide Perms/Owner columns" button, the colums don't hide.
Thank you this file manager, it's very nice to work with it.
@weado commented on GitHub (Aug 9, 2019):
Works fine when you put 'true' in the first line of php file. My www-data user is owner of all file in the folder.
@prasathmani commented on GitHub (Aug 9, 2019):
@weado check your file write permission, tinyfilemanager required write permission to update the settings
@EV-soft commented on GitHub (Aug 9, 2019):
Another possible cause:
If user has edited $root_path so it is not $_SERVER['DOCUMENT_ROOT'] save will fail
A better solution:
@prasathmani commented on GitHub (Sep 17, 2019):
hope it works for you