How to enable the php display error via htaccess
Add in your htaccess:php_flag display_errors on php_flag html_errors on
How to show php errors without notices via htaccess
Add in your htaccess:php_value error_reporting 2039
php_flag display_errors on php_flag html_errors on
php_value error_reporting 2039
Comments
Post a Comment