Closed (duplicate)
Project:
Drupal core
Version:
11.x-dev
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 May 2011 at 19:27 UTC
Updated:
26 Jun 2023 at 14:38 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
neclimdulI think this is generally because we don't like to show users code, or anything that they might think of as code(function names, file system paths etc.). We can already output error messages though when we need to and html_errors can provide better, prettier errors with markup, links and traces and its already in php. At least at this point I'm -1 to this.
Comment #2
wapnik commentedSome ideas around this have been discussed in #1135066: No more White Screen Of Death (graceful shutdown).
Comment #3
rfayIf you're testing: I created an error-creating fatal module for testing.
Comment #4
rfayWill need a reroll after the core patch went in.
Comment #5
traviscarden commentedHere's an updated patch to get the ball rolling again.
Comment #7
jhedstromIt seems like adding this would circumvent the entire point of hiding errors, which is for security reasons. Regardless, it's most likely too late for 8.0.
Comment #23
catchDuplicate of #1135066: No more White Screen Of Death (graceful shutdown).