Support » Knowledge Base » General questions » Tips for scripts owners »
Elimination of some technical issues may require modification of the PHP configuration. It can be achieved in two ways as described below:
php_flag PARAMETER_NAME PARAMETER_VALUE
Example:
php_flag display_errors 1
php_value PARAMETER_NAME PARAMETER_VALUE
Example:
php_value error_reporting 6143
Note: Overriding PHP configuration using .htaccess files may be restricted on your server. Such files are not processed by web server IIS, and Apache if PHP is used as a CGI. To change PHP parameters on such servers either edit file php.ini (if you have such privileges) or apply to your system administrator for assistance.