RE: [PHP] No luck creating dynamic images

2004-11-01 Thread Zareef Ahmed
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 look

Re: [PHP] No luck creating dynamic images

2004-11-01 Thread Jason Wong
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)

Re: [PHP] No luck creating dynamic images

2004-11-01 Thread Ken Tozier
Thanks everyone for the help. I got it working now. Turns out at least part of the problem was invisible characters from the cut & past example code I found on the php site. Ken On Nov 1, 2004, at 3:48 PM, Robert Sossomon wrote: Works fine for me, though the image needs to be lengthened some to

Re: [PHP] No luck creating dynamic images

2004-11-01 Thread Robert Sossomon
Works fine for me, though the image needs to be lengthened some to get the whole text in it. Check your server settings... Robert Ken Tozier is quoted as saying on 11/1/2004 2:51 PM: Enable FULL error reporting. I tried this with error_reporting(E_ALL); and ran the script in multiple browsers

RE: [PHP] No luck creating dynamic images

2004-11-01 Thread Vail, Warren
PROTECTED] Subject: Re: [PHP] No luck creating dynamic images > Enable FULL error reporting. I tried this with error_reporting(E_ALL); and ran the script in multiple browsers no errors reported. Also ran phpinfo(); (as suggested by Jay Blanchard) which worked without problem. The setti

Re: [PHP] No luck creating dynamic images

2004-11-01 Thread Ken Tozier
Enable FULL error reporting. I tried this with error_reporting(E_ALL); and ran the script in multiple browsers no errors reported. Also ran phpinfo(); (as suggested by Jay Blanchard) which worked without problem. The settings under GD were all enabled for the common image types. Anybody see a

RE: [PHP] No luck creating dynamic images

2004-11-01 Thread Ryan A
Check if you have the GD (or if you are using ImageMagick) installed in the first placenot all servers do and its not always "enabled" After that, your might consider posting some code as there are many helpful people on this list who will give you a hand if needed or point you to the correct

RE: [PHP] No luck creating dynamic images

2004-11-01 Thread Vail, Warren
such. Warren Vail -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 6:40 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] No luck creating dynamic images On Monday 01 November 2004 18:24, Ken Tozier wrote: > I've been trying for most of the day

Re: [PHP] No luck creating dynamic images

2004-11-01 Thread Jason Wong
On Monday 01 November 2004 18:24, Ken Tozier wrote: > I've been trying for most of the day to generate a simple dynamic image > in my php script without any success. It seems obvious that something > isn't right with my php environment as even the simplest images (like a > rectangle) only yield the

RE: [PHP] No luck creating dynamic images

2004-11-01 Thread Jay Blanchard
[snip] I've been trying for most of the day to generate a simple dynamic image in my php script without any success. It seems obvious that something isn't right with my php environment as even the simplest images (like a rectangle) only yield the broken link icon. Does anyone know of any in dep

[PHP] No luck creating dynamic images

2004-11-01 Thread Ken Tozier
I've been trying for most of the day to generate a simple dynamic image in my php script without any success. It seems obvious that something isn't right with my php environment as even the simplest images (like a rectangle) only yield the broken link icon. Does anyone know of any in depth reso