Re: display_errors stdout not working in a .htaccess file [message #170575 is a reply to message #170573] |
Mon, 08 November 2010 22:01 |
yawnmoth
Messages: 5 Registered: September 2010
Karma:
|
Junior Member |
|
|
On Nov 8, 3:35 pm, yawnmoth <terra1...@yahoo.com> wrote:
> I have a .htaccess file that contains only one line:
>
> php_flag display_errors on
>
> Only problem: Errors aren't being displayed as I'd expect. Any ideas
> as to why? Is there some setting in httpd.conf that can be used to
> prevent errors from displaying?
If PHP was running as CGI I'd have to modify php.ini in the
appropriate directory (or the "root" php.ini) but PHP isn't running as
CGI - it's running as mod_php.
Also, according to phpinfo(), display_errors's local value is On while
the master value is Off. So why aren't I seeing any errors?
|
|
|