mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #1203] Blank screen #769
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#769
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RS-Design on GitHub (Jul 1, 2024).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1203
Running php 7.2. I have tested in osx Safari and Chrome on two different Mac's, I get the same problem on both devices/browsers. When I link to TFM I get a blank screen, body tags contain nothing. If I make any change to tinyfilemanager.php, eg; update the exclude_items array, or change the root path and root url, reload the page I can then log in, once logged in I can undo whatever changes I made, refresh the page and everything works. I have tested with a completely unaltered version of tinyfilemanager.php and a version with auth_users, root_path and root_url changes, both version experience the same problem. I'm stumped?
@prasathmani commented on GitHub (Jul 1, 2024):
did you check PHP error log ?
@RS-Design commented on GitHub (Jul 1, 2024):
I have managed to get it working by deleting everything and clean installing tfm, I'm not getting an error report, I suspect it's off by default, my custom error function did not display anything.