View Single Post
Old June 5th, 2005, 06:53 PM   #14 (permalink)
mitchjaz2
Member
Verified Customer
 
Join Date: Feb 2004
Posts: 120
The script is not posting the photo except under certain circumstances. It's my server and nothing has been changed since earlier versions, so there have not been any host changes. I would say something must have changed in the script, as nothing else has changed. Herehttp://www.dphoto.us/forum/showthread.php?threadid=4146 is the discussion on my members issues.

Quote:
Originally Posted by omegatron
Well Is your server allowing you to delete the images from the uploads after they are moved to the data directory. I beleive this is your issue. If set to 777 basically that error is telling you that we have processed the file and deleting the upload one. Its not letting the script delete the file.

In line 87 of image-inc.php you can find the unlink statements and change the instance to @unlink and that will surpress an error.

You can then investigate with your host why your not being allowed to delete a file when the directory is 777 as it should be

On the daily upload issue just set in usergroup settings the max daily uploads you want. seems to me the user is uploading more files that you allow
mitchjaz2 is offline   Reply With Quote