mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #529] The owner column cannot be displayed #390
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#390
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 @ghost on GitHub (Apr 19, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/529
The owner column shows ?:?
What is the cause of this?
For example, does php need to load a certain module?
BTW: I installed nginx 1.18 and php 7.4 by YUM
@EV-soft commented on GitHub (Apr 19, 2021):
It depends of 2 PHP-functions: posix_getpwuid and posix_getgrgid
in the sourcefile you find this line::
if (function_exists('posix_getpwuid') && function_exists('posix_getgrgid')) {...(check your PHP-installation by calling: phpinfo() )
@ghost commented on GitHub (Apr 19, 2021):
Much appreciated !
And this feature requires the php-process module to be installed.