View Issue Details

IDProjectCategoryView StatusLast Update
0008695mantisbtapi soappublic2008-01-19 04:24
Reporterplanser Assigned Toplanser  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.0 
Fixed in Version1.1.1 
Summary0008695: 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()

TagsNo tags attached.

Activities

user0815

user0815

2008-01-07 08:43

reporter   ~0016575

Last edited: 2008-01-07 08:44

I can confirm this issue. Can you help me to resolve it?

chrisdi

chrisdi

2008-01-07 08:58

reporter   ~0016576

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

user0815

user0815

2008-01-07 09:14

reporter   ~0016578

It also worked for me, thank you! :)