[GH-ISSUE #557] Error 500 running PHP 8.0 #403

Closed
opened 2026-03-02 15:58:29 +03:00 by kerem · 4 comments
Owner

Originally created by @EV-soft on GitHub (May 27, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/557

Latest version is not compatible with PHP 8.0
It triggers error 500 and showing blank page

Originally created by @EV-soft on GitHub (May 27, 2021). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/557 Latest version is not compatible with PHP 8.0 It triggers error 500 and showing blank page
kerem closed this issue 2026-03-02 15:58:29 +03:00
Author
Owner

@prasathmani commented on GitHub (May 27, 2021):

@EV-soft , please share the error log, it will me to debug.
Thank you for your continues support !

<!-- gh-comment-id:849386115 --> @prasathmani commented on GitHub (May 27, 2021): @EV-soft , please share the error log, it will me to debug. Thank you for your continues support !
Author
Owner

@makemeglad commented on GitHub (May 27, 2021):

the problem is the function "fm_is_exclude_items" on line 2402 which was changed in the new release!

<!-- gh-comment-id:849419257 --> @makemeglad commented on GitHub (May 27, 2021): the problem is the function "fm_is_exclude_items" on line 2402 which was changed in the new release!
Author
Owner

@EV-soft commented on GitHub (May 27, 2021):

Here are part of the log:


77.33.33.208 - - [27/May/2021:07:40:24 +0200] "GET /tinyfilemanager/tinyfilemanager.php" 302 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.62"
77.33.33.208 - - [27/May/2021:07:40:25 +0200] "GET /tinyfilemanager/tinyfilemanager.php?p=" 500 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.62"
77.33.33.208 - - [27/May/2021:07:42:26 +0200] "GET /favicon.ico" 200 825 "https://ev-soft.work/tinyfilemanager/tinyfilemanager.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0"
77.33.33.208 - - [27/May/2021:07:42:26 +0200] "GET /tinyfilemanager/tinyfilemanager.php" 200 3321 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0"
77.33.33.208 - - [27/May/2021:07:42:55 +0200] "GET /tinyfilemanager/tinyfilemanager.php" 302 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0"
77.33.33.208 - - [27/May/2021:07:42:55 +0200] "GET /tinyfilemanager/tinyfilemanager.php?p=" 500 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0"
77.33.33.208 - - [27/May/2021:07:43:07 +0200] "GET /tinyfilemanager/tinyfilemanager.php?p=" 500 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0" 
<!-- gh-comment-id:849478556 --> @EV-soft commented on GitHub (May 27, 2021): Here are part of the log: ``` 77.33.33.208 - - [27/May/2021:07:40:24 +0200] "GET /tinyfilemanager/tinyfilemanager.php" 302 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.62" 77.33.33.208 - - [27/May/2021:07:40:25 +0200] "GET /tinyfilemanager/tinyfilemanager.php?p=" 500 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.62" 77.33.33.208 - - [27/May/2021:07:42:26 +0200] "GET /favicon.ico" 200 825 "https://ev-soft.work/tinyfilemanager/tinyfilemanager.php" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0" 77.33.33.208 - - [27/May/2021:07:42:26 +0200] "GET /tinyfilemanager/tinyfilemanager.php" 200 3321 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0" 77.33.33.208 - - [27/May/2021:07:42:55 +0200] "GET /tinyfilemanager/tinyfilemanager.php" 302 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0" 77.33.33.208 - - [27/May/2021:07:42:55 +0200] "GET /tinyfilemanager/tinyfilemanager.php?p=" 500 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0" 77.33.33.208 - - [27/May/2021:07:43:07 +0200] "GET /tinyfilemanager/tinyfilemanager.php?p=" 500 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0" ```
Author
Owner

@je2555 commented on GitHub (Jul 29, 2021):

This is fixed for us in the latest version, thanks!

<!-- gh-comment-id:889048179 --> @je2555 commented on GitHub (Jul 29, 2021): This is fixed for us in the latest version, thanks!
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#403
No description provided.