DJGosnell / dtronix-upload

Automatically exported from code.google.com/p/dtronix-upload
0 stars 0 forks source link

Deleting files client error #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When deleting a file from the file manager and then trying to delete the same 
file from the upload queue, the server gives an error.  Most likely will happen 
any time somebody tries to delete a file that does not exist.

FIX:
1. Server side error when deleting a file that does not exist.
2. Remove deleted files from the upload queue when the client realizes the file 
does not exist.

Server Error:
---------------------------

---------------------------
The PHP server encountered an error.  Details: 

    Type: 2
    Info: Invalid argument supplied for foreach()
    File: /home/djgos3/public_html/dtronix/upload-beta/Sections/Files.php
    Line: 760

---------------------------
OK   
---------------------------

Original issue reported on code.google.com by DJGosn...@gmail.com on 10 Aug 2011 at 2:40

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r101.

Original comment by DJGosn...@gmail.com on 6 Dec 2011 at 5:11