Upload phpinfo file, find where php.ini file is and edit the following: –
display_startup_errors = Off
display_errors = Off
html_errors = Off
and don’t forget to restart Apache after making any changes!
or in page
1 2 3 4 |
<?php error_reporting(0); |