mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #703] fm_get_filesize expects a float but string given. #489
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#489
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 @jellehak on GitHub (Jan 19, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/703
First of all great tool. I got a small error when running with PHP build in server on line 1546:
fm_get_filesize($filesize)Argument #1 ($num) must be of type float, string given.
Solved by removing the line.
@michael-milette commented on GitHub (Feb 12, 2022):
Hi @jellehak ,
Can you still reproduce this in the current version of TinyFileManager? If so, could you please provide information on how to reproduce the issue?
Best regards,
Michael Milette
@jellehak commented on GitHub (Feb 28, 2022):
Yes is works with the current version indeed.