[GH-ISSUE #529] The owner column cannot be displayed #390

Closed
opened 2026-03-02 15:58:22 +03:00 by kerem · 2 comments
Owner

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

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**
kerem closed this issue 2026-03-02 15:58:23 +03:00
Author
Owner

@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() )

<!-- gh-comment-id:822514462 --> @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()** )
Author
Owner

@ghost 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() )

Much appreciated !

And this feature requires the php-process module to be installed.

<!-- gh-comment-id:822539327 --> @ghost 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()** ) **Much appreciated !** _And this feature requires the php-process module to be installed._
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#390
No description provided.