Posted by Carl Pearson on 02/06/07 18:23
Gunnar G wrote:
> Hi.
> How do you get error messages if you have only ftp put/get (no shell access)
> and display error is turned off?
> Is there any clever way of getting them?
>
Uhm, try turning it on?
error_reporting(LEVEL);
Replace LEVEL above with the desired int, as defined here:
http://us2.php.net/error_reporting
[Back to original message]
|