[GH-ISSUE #754] File set 0 bytes #517

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

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.

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.
kerem 2026-03-02 15:59:24 +03:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@xenDE commented on GitHub (Mar 20, 2022):

looks like a cpanel. ask there for "how to whitelist tinyfilemanager"

<!-- gh-comment-id:1073238855 --> @xenDE commented on GitHub (Mar 20, 2022): looks like a cpanel. ask there for "how to whitelist tinyfilemanager"
Author
Owner

@prasathmani commented on GitHub (Mar 21, 2022):

duplicate #273

<!-- gh-comment-id:1073444753 --> @prasathmani commented on GitHub (Mar 21, 2022): duplicate #273
Author
Owner

@crispa commented on GitHub (Mar 21, 2022):

Resolved.
Add file tinyfilemanager.php to ignore list at cpanel, in Imunify360.
Thank you everyone

<!-- gh-comment-id:1073936765 --> @crispa commented on GitHub (Mar 21, 2022): Resolved. Add file tinyfilemanager.php to ignore list at cpanel, in Imunify360. Thank you everyone
Author
Owner

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

<!-- gh-comment-id:1191077150 --> @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));
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#517
No description provided.