[GH-ISSUE #699] File Editor not appearing regardless of settings #485

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

Originally created by @Delaser on GitHub (Jan 6, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/699

Hey!

I've an issue with the editor functionality.
Running on an ubuntu 18 server, apache2.

When viewing a file, there is no option to edit.

This persists with both both a customized and an unedited version of the app.

filetype does not seem to matter

I can access/rename/upload/delete all files without issue.
Image previews are working.

Entire directory is set to 755
Entire directory is set to owner/group www-data

$edit_files = true;

Screenshot of what I see when viewing a php file:
image

Any guidance would be appreciated.

Thankyou!

Originally created by @Delaser on GitHub (Jan 6, 2022). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/699 Hey! I've an issue with the editor functionality. Running on an ubuntu 18 server, apache2. When viewing a file, there is no option to edit. This persists with both both a customized and an unedited version of the app. filetype does not seem to matter I can access/rename/upload/delete all files without issue. Image previews are working. Entire directory is set to 755 Entire directory is set to owner/group www-data $edit_files = true; Screenshot of what I see when viewing a php file: ![image](https://user-images.githubusercontent.com/20595524/148440581-c44e739d-e0bb-454c-b519-c4231a507345.png) Any guidance would be appreciated. Thankyou!
kerem closed this issue 2026-03-02 15:59:10 +03:00
Author
Owner

@michael-milette commented on GitHub (Feb 12, 2022):

Hi @Delaser ,

Have you tried it with a recent version of TinyFileManager? I am using it on Ubuntu 20.04, Apache and PHP 7.2 and it seems to work perfectly. I am unable to reproduce the issue.

The only change to the downloaded files was to set $use_auth = false in tinyfilemanager.php:

image

If you made other changes, those might be more relevant.

Best regards,

Michael

<!-- gh-comment-id:1037562512 --> @michael-milette commented on GitHub (Feb 12, 2022): Hi @Delaser , Have you tried it with a recent version of TinyFileManager? I am using it on Ubuntu 20.04, Apache and PHP 7.2 and it seems to work perfectly. I am unable to reproduce the issue. The only change to the downloaded files was to set $use_auth = false in tinyfilemanager.php: ![image](https://user-images.githubusercontent.com/3808579/153731745-62f0c52d-7074-4838-8b51-d5ed9dc6dc87.png) If you made other changes, those might be more relevant. Best regards, Michael
Author
Owner

@Delaser commented on GitHub (Feb 20, 2022):

Hey!

I ended up having to wipe the server for unrelated reasons and on the new install everything worked flawlessly.
I'm going to assume it was a fault with something else causing conflicts.

Thanks!

<!-- gh-comment-id:1046247369 --> @Delaser commented on GitHub (Feb 20, 2022): Hey! I ended up having to wipe the server for unrelated reasons and on the new install everything worked flawlessly. I'm going to assume it was a fault with something else causing conflicts. Thanks!
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#485
No description provided.