dulldusk / phpfm

phpFileManager is a complete filesystem management tool on a single file. This is a tool meant for rapid file access, and also to verify the server php configuration and security. The script can be renamed and deployed on an unique known url, and offers password protection.
https://sourceforge.net/projects/phpfm/
Other
216 stars 98 forks source link

On versions php 7.0 and 7.2 it does not work correctly. #17

Open yuri25 opened 5 years ago

yuri25 commented 5 years ago

On versions php 7.0 and 7.2 it does not work correctly. Does not open the directory tree on the left side of the page, on pkhp 7.2 it gives an I/O error. On versions pxp 5 and 7.1. works correctly.

dulldusk commented 5 years ago

I will check this out. Thanks yuri25!

MisterDuval commented 5 years ago

Same here, here is the error: Fatal error: Uncaught com_exception: <b>Source:</b> Unknown<br/><b>Description:</b> Unknown in index.php:745 Stack trace: #0 index.php(745): com->GetFile('C:\\xxxx\\In...') #1 index.php(734): system_get_total_size('C:\\xxxxx\\In...') #2 index.php(2295): phpfm_filesize('C:\\xxxx\\In...') #3 index.php(5506): dir_list_form() #4 index.php(603): frame3() #5 {main} thrown in index.php on line 745 This folder I access is empty.

MisterDuval commented 5 years ago

This should be fixed with commit #5f68342

iyouleaf commented 5 years ago

Files with Chinese names cannot be uploaded Is this the only situation I have encountered?