Re: [PHP] imagegif() unable to open temporary file

2005-07-05 Thread Richard Lynch
On Tue, July 5, 2005 1:22 pm, James said: > I would then guess the permission error is with the directory stated. > > ie /path/to/. Have you tried modifying the directory the script resides in > to allow public write access? Woof. There is NO WAY that you should be required to have a world-writab

Re: [PHP] imagegif() unable to open temporary file

2005-07-05 Thread James
05, 2005 3:28 PM Subject: [PHP] imagegif() unable to open temporary file Hi, I'm having a problem with imagegif() - it is apparently unable to open the temporary file it needs to write to: Warning: imagegif(): Unable to open temporary file in /path/to/script.php on line 192 I am using php

[PHP] imagegif() unable to open temporary file

2005-07-05 Thread kristina clair
Hi, I'm having a problem with imagegif() - it is apparently unable to open the temporary file it needs to write to: Warning: imagegif(): Unable to open temporary file in /path/to/script.php on line 192 I am using php 4.3.10 compiled with --with-gd. php was compiled using httpd-2.0.52, but apac