mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #1021] Some Bugs in New 2.5.3 #659
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#659
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 @xololunatic on GitHub (Apr 14, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1021
5th one was an issue with subfolder and download links but I think it's fixed in 2.5.4 I tried it SO its good to go.
I HOPE THESE GET FIXED SOON. IF I MADE ANY MISTAKE POSTING THIS/ THEN I APOLOGIZE AND I AM NEW TO THIS TFM. SO CUT ME SOME SLACK.
@mrihtar commented on GitHub (Apr 15, 2023):
About the 4th issue: the solution would be to change redirection in lines 323 and 327 from
fm_redirect(FM_ROOT_URL);to
fm_redirect(FM_SELF_URL);Also, there's another issue in the latest offline version - supplied tinyfilemanager-2.5.3.zip, which can be downloaded from the Releases section, includes file
assests/js/datatables.min.js, but the code referencesassests/js/dataTables.min.js(with a capital T).@xololunatic commented on GitHub (Apr 17, 2023):
Thanks for the reply. Literally everyone ghosted issues that I posted. Hope they will look into the matter. I think these are simple issues which can be solved easily instead of adding new features.
@ner00 commented on GitHub (May 27, 2023):
I think all these issues have been solved by now, no?
Personally, I never experienced 1, 2, or 3 - are you using the master branch version of the offline branch?
@xololunatic commented on GitHub (May 27, 2023):
@ner00 You are right they have been fixed but personally the 3rd one is still not working for me and i don't know why... I think everyone else's are working fine. I don't know what is the problem of highlight.js on my website (i think its becoz i have not implemented node.js for that but works when on localhost (local environment ) so maybe that's Why i really don't know...
@ner00 commented on GitHub (May 27, 2023):
For me that issue only happens if somehow the resource
highlight.min.jsfails to load.Although, I can confirm that I too have this issue if the file language is HTML and the extension is
.htm, this can be mapped here:github.com/prasathmani/tinyfilemanager@f380478197/tinyfilemanager.php (L1812-L1813)Mapp unsupported extension like so:
An also, for the advanced editor:
github.com/prasathmani/tinyfilemanager@f380478197/tinyfilemanager.php (L4174)You can add mapping here by adding to the list:
Although for me the advanced editor selects HTML automatically but doesn't highlight anything at all unless I manually toggle it.
@xololunatic commented on GitHub (May 28, 2023):
@ner00 My advance editor works fine for all file types i have php, html and all others.. I only have problem with highlight.js .... Not only html but every type of file it doesn't apply highlight.js to any of my files.... I don't get it why.. i am using online version (I too thought that this could be a problem with resource offline one so i checked online one) what is interesting is if I use same tinyfilesmanager.php file on localhost (xampp) the highlight.js works.for every file I have but when I put the same tinyfilesmanager.php file to my website... The highlights.js does not work at all or on any kind of file. It is like it isn't present in the code at all.. I don't know if anyone can explain that... I am so confused that's why i am blaming my servers for that... Because I don't Know where the problem is..
@ner00 commented on GitHub (Jun 11, 2023):
Close this or change the title to be more specific.