View Issue Details

IDProjectCategoryView StatusLast Update
0007705mantisbtbugtrackerpublic2018-01-25 10:02
Reporterfmts Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version1.0.5 
Summary0007705: Warning messages after coping bug with attached files
Description

I've got this messages:

SYSTEM WARNING: copy(D:\tmp5773e015c7d48d08d89ee42e5fd147c1) [function.copy]: failed to open stream: Permission denied

SYSTEM WARNING: chmod() [function.chmod]: No such file or directory

some of my setting:

$g_file_upload_method = DISK;
$g_absolute_path_default_upload_folder = 'D:\tmp\mantisFiles\';

TagsNo tags attached.

Relationships

related to 0023879 closedatrol In some bug ids attachment missing 

Activities

fmts

fmts

2007-01-05 04:34

reporter   ~0013898

I should add, the bug is copied but not the file.
It works if files are stored in DB.

seiji

seiji

2007-01-10 09:18

reporter   ~0013906

Maybe, All you need to fix this problem is this:

replace

bug_api.php 588L
$t_file_path = dirname( $t_bug_file['folder'] );

with

$t_file_path = $t_bug_file['folder'];

fmts

fmts

2007-01-11 02:02

reporter   ~0013908

Thanks, it works
but in V1.0.5 it is line 553.