View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0008695 | mantisbt | api soap | public | 2007-12-27 07:06 | 2008-01-19 04:24 | 
| Reporter | planser | Assigned To | planser | ||
| Priority | normal | Severity | major | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Product Version | 1.1.0 | ||||
| Fixed in Version | 1.1.1 | ||||
| Summary | 0008695: Error with attachments - Method DISK | ||||
| Description | When using DISK as upload method a system notice is thrown (undefined variable t_upload_path). | ||||
| Additional Information | The error is thrown in mc_file_api#mci_file_add() | ||||
| Tags | No tags attached. | ||||
| I can confirm this issue. Can you help me to resolve it? | |
| In the file mc_file_api.php , line 97 ( if ( !file_exists( $t_upload_path ) || !is_dir( $t_upload_path ) || !is_writable( $t_upload_path ) || !is_readable( $t_upload_path ) ) { ) replace $t_upload_path by $t_file_path That worked for me, hope it will for you ;p | |
| It also worked for me, thank you! :) | |
