Re: Subject: ini_set ...

At 14:12 21/03/2008, you wrote:
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="US-ASCII"
>Date: Fri, 21 Mar 2008 10:11:58 -0400
>Message-ID: <8CE764618AA99F4FB83198E126B457C4FB3AA5 [at] FSU-EXCH-01.fsu.edu>
>From: "VanBuskirk, Patricia" <pvanbuskirk [at] otc.fsu.edu>
>To: <php-db [at] lists.php.net>
>Subject: ini_set ...
>
>I have the line "ini_set('display_errors', 'on');" in my code, but it is
>not working. Does it need to be the first command on the page?


Assuming you're not in safe mode, did you already enable in your script :

error_reporting(E_ALL);

See also the 2 important NOTE sections below display_errors :
http://uk2.php.net/manual/en/ref.errorfunc.php#ini.display-e rrors


HTH
Cheers - Neil




--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Neil Smth [ Fr, 21 März 2008 22:30 ] [ ID #1930089 ]
PHP » gmane.comp.php.database » Re: Subject: ini_set ...

Vorheriges Thema: webserver script to localhost MySQL?
Nächstes Thema: ini_set ...