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

enter image description here

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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -