How to enable php display_error on in my cPanel
问题 I went through whatever is there and it showed me to add these two lines in my .htaccess file. php_flag display_errors on php_value error_reporting "E_ALL & ~E_STRICT & ~E_NOTICE" But then I get this error log message : Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration There is a very popular question in stackoverflow : here but there also it has been answered considering that the user has a local server. Here I am writing the php