Archive
How do I correct error message?
Started February 8, 2008 by newtechguy
I am receiving the following message. What sould I be doing to correct this? Thanks for any assistance. Warning: touch() [function.touch]: Utime failed: Permission denied in /home/newtechg/public_html/billboard/include/image_functions.php on line 218 Warning: imagegif() [function.imagegif]: Unable to open '/home/newtechg/public_html/billboard/admin/temp/temp1.gif' for writing: Permission denied in /home/newtechg/public_html/billboard/include/image_functions.php on line 219 Please wait.. Processing the Grid image with GD Saved as /home/newtechg/public_html/billboard/admin/temp/temp1.gif Thanks NTG
1 replies
Okay so, So far it seems as though I solved this on my own. I changed the permissions to the temp1.gif file from 0644 to 0666 and I no longer get the error message. We'll see if the script works correctly now during a test run. NTG