Software PHP-Nuke 8, how to turn on error reporting by Andrew Lin • July 5, 2007 • Comments Off on PHP-Nuke 8, how to turn on error reporting To turn on error reporting in config.php by changing Code: $display_errors = false; to: Code: $display_errors = true;