mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-27 11:25:54 +03:00
[GH-ISSUE #616] PDO query in linked php causes blank page #437
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#437
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 @Daftus on GitHub (Aug 17, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/616
Hi,
I implemented a sidebar around the FM which is included in the FM .php file. This sidebar makes a PDO query but when I try to access the FM through the sidebar it results on a blank page with no error. I removed the PDO query and everything just works fine after, but I need the query !
Any guess ?
Thanks
@prasathmani commented on GitHub (Aug 17, 2021):
turn on error reporting in tinyfilemanager setting page and check error log, mostly session start will through error.
@Daftus commented on GitHub (Aug 17, 2021):
Error log throws an error occuring when fm_show_nav_path() is called in the main. I don't know why this is an issue with the path of the FM since i'm not modifying it in any way.

@Daftus commented on GitHub (Aug 17, 2021):
Ok it seems like my main.php included in the FM file wasn't trully read by the FM. The path is still messing with with me but atleast I do not have this fatal_error anymore!
Thanks