mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #754] File set 0 bytes #517
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#517
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 @crispa on GitHub (Mar 20, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/754
Hello,
I have my project in cpanel and after upload tinyfilemanger.php to storage cloud, after I access, file is seted to 0 bytes...
I change option $use_auth true or false but it's the same.
If I upload file in filemanager from cpanel, it wasn't uploaded.
If I create new file in filemanager in cpanel and past content of tinyfilemanager.php, I receive the error: "BAILOUT malware detected".
How can I resolve this situation?
I have cpanel version 100.0.11
Thank you.
@xenDE commented on GitHub (Mar 20, 2022):
looks like a cpanel. ask there for "how to whitelist tinyfilemanager"
@prasathmani commented on GitHub (Mar 21, 2022):
duplicate #273
@crispa commented on GitHub (Mar 21, 2022):
Resolved.
Add file tinyfilemanager.php to ignore list at cpanel, in Imunify360.
Thank you everyone
@FransW5 commented on GitHub (Jul 21, 2022):
Solution:
Open tinyfilemanager.php in a text editor And
Replace All:
fm_redirect(FM_SELF_URL . '?p=' . urlencode(FM_PATH));
With:
$FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));