everytime i go to a profile. i am getting mysql errors on the website page.
i tried everything. it is not reporting what the errors are.
not to my email address. nor on the screen,
does anyone know how to set this so i can at laest find out what the error is and fix it?
display_errors = ON
; Even when display_errors is on, errors that occur during PHP's startup
; sequence are not displayed. It's strongly recommended to keep
; display_startup_errors off, except for when debugging.
display_startup_errors = on
; Log errors into a log file (server-specific log, stderr, or error_log (below))
; As stated above, you're strongly advised to use error logging in place of
; error displaying on production web sites.
log_errors = on
; Store the last error/warning message in $php_errormsg (boolean).
track_errors = on
; Disable the inclusion of HTML tags in error messages.
html_errors = On