View Single Post
Old June 5th, 2005, 05:14 PM   #13 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote