Turn off display_errors
in your php.ini and restart web server.
Errors should not appear on screen, only in the logs.
“Deprecated” errors are nothing to worry about, they are messages for future developers, not errors for present users.
Turn off display_errors
in your php.ini and restart web server.
Errors should not appear on screen, only in the logs.
“Deprecated” errors are nothing to worry about, they are messages for future developers, not errors for present users.