mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #273] application file disappear from server after a couple of minutes #199
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#199
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 @dagon84 on GitHub (Dec 31, 2019).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/273
Issue:
is the only file that diasappear, i don't understand why.
Error log report the following
But I can't understand how to solve the error.
Am I missing some setting?
Any help would be appreciated.
I have tried to copy the code ina previous php file, that disappear after a while
@decioviegas commented on GitHub (Jan 3, 2020):
Hello
I have the same problem. A Tinyfilmanager.php file contents disappear from server.
(the file Tinyfilmanager.php is empty after the first call)
@prasathmani commented on GitHub (Jan 3, 2020):
@decioviegas and @dagon84 ,
could you please check error logs and security logs, if you found something related to tinyfilemanager, plz share the logs, really it helps to find the root cause.
@decioviegas commented on GitHub (Jan 3, 2020):
I have not error log.

Just open the login page and the file (Tinyfilmanager.php) will be empty
@decioviegas commented on GitHub (Jan 3, 2020):
The Immunify360 has detected "Original (infected) file will be removed"
Reason: SMW-SA-05072-mlw-4
Status: Content removed.
@k4mrul commented on GitHub (Nov 25, 2020):
I am having the same issue. After log in, the contents of tinyfilemanager.php disappeared. Anyone know any workaround?
It's because of Immunify360.
Reason: SMW-SA-05072-php.tool.filemanager-6
Temporary fixed by adding tinyfilemanager.php as an exclusion in immunify360
@skerbis commented on GitHub (Nov 30, 2020):
in https://github.com/prasathmani/tinyfilemanager/issues/461 you can see more details.
@alisson-juns commented on GitHub (Jan 23, 2021):
I have the same problem.
Did anyone get any solution?
My server deletes the file and there is no log on it.
@asrafulattare commented on GitHub (Feb 3, 2021):
@prasathmani anyone solved this issue?
@skerbis commented on GitHub (Feb 3, 2021):
@attare026 whitelist the script in your ImunifyAV
@alisson-juns commented on GitHub (Feb 6, 2021):
I had to contact the technical support of my hosting to create an exception on the server so that the file was not deleted.
@asrafulattare commented on GitHub (Feb 6, 2021):
can explain it how can I do?
thanks
@ueen commented on GitHub (Feb 19, 2021):
same, the provider locked the entire site, maybe you should mention that in the README, its kind of a big deal!!
@prasathmani commented on GitHub (Feb 24, 2021):
removed PHP decoded code in the new version, hope it resolves the issue
@saeed74 commented on GitHub (Aug 21, 2021):
isuue is not resolved yet in last version:
reason of delete: SMW-SA-05072-php.tool.filemanager-7
@dampelz commented on GitHub (Sep 17, 2021):
same issue
SMW-SA-05072-php.tool.filemanager-7
@Hieung28 commented on GitHub (Dec 7, 2021):
has anyone solved this issue?
@saeed74 commented on GitHub (Jul 3, 2022):
this bug is still present in version tiny file manager 2.4.7
@saeed74 commented on GitHub (Jul 6, 2022):
@FransW5 commented on GitHub (Jul 21, 2022):
Solution for cPanel firewall:
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));@YsrMe commented on GitHub (Aug 31, 2022):
Hello...
the script was working fine on bluehost & hostinger hosting services, but after deploying the security feature the file was detected as malicious file & got deleted ⁉
i am very sad because this is the best file manager scripts that you can find so far... is there any progress on solving this issue ⁉
Regards,
@robsd commented on GitHub (Oct 5, 2022):
I get the same issue "SMW-SA-05072-php.tool.filemanager-2".
File contents gets wiped after upload.
I've tried @FransW5's suggestion but that didn't work for me unfortunately.
@FransW5 commented on GitHub (Oct 17, 2022):
@robsd
I tested on (cPanel 106.0.8 + cPGuard + imunify360 Malware scanner) and with the following replacement, solves the problem.
What hosting management system are you using?
What antivirus and firewall is running on your host?
@prasathmani commented on GitHub (Nov 19, 2022):
This issue is addressed in the new release.
@YsrMe commented on GitHub (Nov 25, 2022):
Hello...
Still the same issue on hostinger.com it sees it as (Malicious) file!
@Salkalkhan commented on GitHub (Nov 25, 2022):
yes They are deleting instantly now. This single page file manager is awesome but can't run on Hostinger. Really need to do something quickly.
@prasathmani commented on GitHub (Nov 26, 2022):
I am happy to fit it, but need more information what line or part of code is causing the problem.
@Salkalkhan commented on GitHub (Nov 26, 2022):
I don't know which line is causing this problem as I have done many changes in Version 2.4.4 and It is working for me. Yesterday I updated the page and it disappear after few minutes. I re upload but again disappear. It was malware scanner from hostinger.com who keep deleting that file.
Gave me sometime, Tomorrow I will download previous commits and Upload it One by one.
@Salkalkhan commented on GitHub (Nov 26, 2022):
Winter Release 22 Latest version = 2.5.0
8de16a4deleting Line number 3085-3087 solves the deleting problem.
Delete this above code.
@YsrMe commented on GitHub (Nov 27, 2022):
Hello @Salkalkhan
I did what you suggested & it is still the same issue as you can see below :(
@Salkalkhan commented on GitHub (Nov 27, 2022):
Hi, I don't know why it didn't got deleted within an hour but when Today I logged in my server it was deleted.
I have left with only those files which were released before Feb 14 2022.
I am still working to find the exact code which is causing this issue. Problem is they are not deleting instantly. After making any changes have to wait for them to delete that file.
My suggestion will be to go to commit and download any version which was uploaded before feb 14 this year and work till any solution is released.
@prasathmani commented on GitHub (Jul 4, 2023):
duplicate #1067