View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004655 | mantisbt | feature | public | 2004-10-01 09:48 | 2004-11-06 06:24 |
| Reporter | sly | Assigned To | thraxisp | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.19.0 | ||||
| Fixed in Version | 0.19.1 | ||||
| Summary | 0004655: removing an attachment don't remove file in FTP server | ||||
| Description | The files in FTP server aren't removed when the linked attachement is deleted from a bug. | ||||
| Tags | No tags attached. | ||||
|
To solve the bug is necessary to change everywhere in file file_api.php following code line: file_ftp_delete ( $ftp, $row['filename'] ); and: file_ftp_delete ( $ftp, $t_filename ); Infact file_add (file_api.php) write the file in FTP server using UID filename and so we have to use same name to remove it. |
|
|
Fixed in CVS as part of the changes for 0004659 |
|