Internal Server Error: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 February 2023

  • curprev 16:4716:47, 21 February 2023Qljca talk contribs 230 bytes +230 Created page with "==Display error on screen when website shows ISE 500== <pre>ini_set('error_reporting', E_ERROR); register_shutdown_function("fatal_handler"); function fatal_handler() { $error = error_get_last(); echo(""); print_r($error); }</pre>"