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

Uncaught Error: Call to undefined function session_cache_limiter() #1232

Open Ivthered-123ivopp opened 3 days ago

Ivthered-123ivopp commented 3 days ago

Fatal error: Uncaught Error: Call to undefined function session_cache_limiter() in /usr/local/www/apache24/data/File-Manager-TMP/tinyfilemanager.php:201 Stack trace: #0 {main} thrown in /usr/local/www/apache24/data/File-Manager-TMP/tinyfilemanager.php on line 201

prasathmani commented 2 days ago

add @ before to avoid the error on line no 230

@session_cache_limiter('nocache'); // Prevent logout issue after page was cached
Ivthered-123ivopp commented 2 days ago

Sorry, but this didnt work. : Fatal error: Uncaught Error: Call to undefined function session_cache_limiter() in /usr/local/www/apache24/data/File-Manager-TMP/tinyfilemanager.php:231 Stack trace: #0 {main} thrown in /usr/local/www/apache24/data/File-Manager-TMP/tinyfilemanager.php on line 231