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
4.87k stars 1.66k forks source link

cannot preview files #1175

Closed mrxehmad closed 4 months ago

mrxehmad commented 4 months ago

Cannot preview files

I just installed this file browser to /var/www/html but in Root path for file manager $root_path = '/DATA/Guest';

/DATA/Guest is where my files are stored

files are not preview nor direct link work only download button work Please let me know how do i resolve this issue

image

prasathmani commented 4 months ago

try this,

$root_path = $_SERVER['DOCUMENT_ROOT'].'/DATA/Guest';
$root_url = 'DATA/Guest';
mrxehmad commented 4 months ago

Thanks Man