mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #699] File Editor not appearing regardless of settings #485
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#485
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 @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:

Any guidance would be appreciated.
Thankyou!
@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:
If you made other changes, those might be more relevant.
Best regards,
Michael
@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!