View Single Post
Old June 14th, 2007, 10:39 AM   #5 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,067
Debug mode in global options is for mysql errors.

You should see an error printed on screen at top if you have problems deleting an image as your php should print that error.

I have tested this several times now as posted above. I upload an ad and delete it through the move delete function on showproduct screen which is what your reporting. That calls the form for adm-product.php and triggers the code I noted. remove_all_files is called for every last filename to remove that file.

I refreshed my ssh connection through my winscp to relook at the data directory and sure enough all files are deleted.

Here is a thought. In your pp-inc.php file there is the function remove_all_files why not remove the @ off the front of the @unlink statements and that will give you an error which you can in turn post here and might give some more specific reason for your issue.
__________________
Photopost Developer and Support Engineer

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