prasathmani / tinyfilemanager

Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
https://tinyfilemanager.github.io
GNU General Public License v3.0
5.03k stars 1.68k forks source link

File preview and opening not working. #1247

Open HeathHol2012 opened 1 month ago

HeathHol2012 commented 1 month ago

when trying to open a file i get the windows ISS "404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable." error and when trying to play a video or preview something it doesnt work

prasathmani commented 1 month ago

@HeathHol2012 , did you happen to change the $root_path? If you did, just remember to update the $root_url too!

HeathHol2012 commented 1 month ago

Thank you I will try this

HeathHol2012 commented 1 month ago

Unfortunately it didn't work

prasathmani commented 1 month ago

Can you provide me with the root path and root URL configuration? I'll check

HeathHol2012 commented 1 month ago

it is stored on the D: drive so this is what i put

$root_path = 'D:\'; $root_url = 'D:\';

this is what i see when try to play a video: image

and this is what i see when i press open: image

if you think there is something else i need to install please say,

thank you for your help.

HeathHol2012 commented 1 month ago

@prasathmani is it possible that I may need a extension?