apache - How do I isolate unwanted PHP error messages? -
i using wamp , need know why getting server error messages appear in browsers. (see grab). have turned error display off in php.ini , cannot see anywhere in httpd.conf file displaying these. appreciate how can troubleshoot problem. if requires further code or information, happy supply @ fiddle.
i using php5.3.5 , apache 2.0.53.
thanks
display_errors
changeable php_ini_all
(documentation).
this means can enabled in .htaccess
, or in running script using ini_set()
. check .htaccess files; note server (in default config) checks .htaccess files in parent directories - if site in /var/www/example.com/htdocs
, check .htaccess
in each of directories in path.
Comments
Post a Comment