Go to your:
C:\XAMPP\PHP\php.ini
open with your chosen editor and search for:
error_reporting=
NOT ;error_reporting
replace the value with:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
now search for:
display_errors=ON
NOT ;display_errors=ON
replace the value with:
display_errors=OFF
save the new php.ini file
Stop then restart xampp for the new settings to take effect
