Hi,
After setting error_reporting to E_ALL.
You may need to set show_errors in php.ini
Use
error_reporting(E_ALL);
ini_set("show_errors","1");
Zareef ahmed
-----Original Message-----
From: Jason Wong [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 02, 2004 4:11 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] No luck creating dynamic images
On Monday 01 November 2004 19:51, Ken Tozier wrote:
> > Enable FULL error reporting.
>
> I tried this with error_reporting(E_ALL); and ran the script in
> multiple browsers no errors reported.
Are you looking in the correct place for errors?
> Also ran phpinfo(); (as suggested by Jay Blanchard) which worked
> without problem. The settings under GD were all enabled for the common
> image types.
phpinfo() will tell you whether errors are to be displayed and/or logged
to
file.
> Anybody see any glaring errors in the following?
Works for me.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
The bugs you have to avoid are the ones that give the user not only the
inclination to get on a plane, but also the time.
-- Kay Bostic
*/
--
------------------------------------------------------------------------
--
Zareef Ahmed :: A PHP develoepr in Delhi ( India )
Homepage :: http://www.zasaifi.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php