Forum PHP Errors - solution here
Posted: Thu Jul 02, 2015 1:16 am
in php.ini
display_startup_errors = Off
display_errors = Off
html_errors = Off
Or for specific pages
error_reporting(0);
after opening php tag
Try placing that line after opening tag of:
search.php
display_startup_errors = Off
display_errors = Off
html_errors = Off
Or for specific pages
error_reporting(0);
after opening php tag
Try placing that line after opening tag of:
search.php