mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #77] turning off error_reporting is not a good idea... #59
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#59
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 @alecos71 on GitHub (Nov 11, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/77
Warnings or errors can help to discover bugs, if you turn off those we cannot help you to fix bugs...
if you want you can use this trick:
$report_errors = false; // false = Turns off Errors, true = Turns on ErrorsThis a safe mode to display errors... hope this helps...
@TigersWay commented on GitHub (Nov 12, 2018):
Which is fine while developing, but rather dangerous in production #40