Disable display_errors in production across all PHP files
Switch all pages from ini_set('display_errors', 1) to display_errors=0
with log_errors=1. Stack traces, file paths, and DB errors were
previously visible to any user hitting an error on the live server.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>