[GH-ISSUE #703] fm_get_filesize expects a float but string given. #489

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

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.

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.
kerem closed this issue 2026-03-02 15:59:11 +03:00
Author
Owner

@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

<!-- gh-comment-id:1037528692 --> @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
Author
Owner

@jellehak commented on GitHub (Feb 28, 2022):

Yes is works with the current version indeed.

<!-- gh-comment-id:1054029709 --> @jellehak commented on GitHub (Feb 28, 2022): Yes is works with the current version indeed.
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#489
No description provided.