[GH-ISSUE #1232] Uncaught Error: Call to undefined function session_cache_limiter() #789

Open
opened 2026-03-02 16:01:26 +03:00 by kerem · 2 comments
Owner

Originally created by @iv-the-red on GitHub (Sep 16, 2024).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1232

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

Originally created by @iv-the-red on GitHub (Sep 16, 2024). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1232 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
Author
Owner

@prasathmani commented on GitHub (Sep 16, 2024):

add @ before to avoid the error on line no 230

@session_cache_limiter('nocache'); // Prevent logout issue after page was cached

<!-- gh-comment-id:2354146019 --> @prasathmani commented on GitHub (Sep 16, 2024): add `@` before to avoid the error on line no [230](https://github.com/prasathmani/tinyfilemanager/blob/d26c9e5cbfa745177e0eb43de7176efad8a87d6c/tinyfilemanager.php#L230) ```php @session_cache_limiter('nocache'); // Prevent logout issue after page was cached ```
Author
Owner

@iv-the-red commented on GitHub (Sep 17, 2024):

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

<!-- gh-comment-id:2354990258 --> @iv-the-red commented on GitHub (Sep 17, 2024): 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
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#789
No description provided.