View Issue Details

IDProjectCategoryView StatusLast Update
0009540mantisbtbugtrackerpublic2010-04-23 23:22
Reporterbbach Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version1.1.2 
Summary0009540: Can't delete an attachment
Description

When I try to delete an attached file, I get "access denied". I used the default when I installed as to where the attachments are stored. I have administrator rights. Seems to happen even if I upload the file myself.

Steps To Reproduce

Attach a file to an issue.
Try to delete it.

TagsNo tags attached.

Activities

thraxisp

thraxisp

2008-08-14 21:57

reporter   ~0019158

There is a separate permission to delete attachments. (In some circles deleting anything historical is forbidden a la Sarbaines-Oxley).

See $g_delete_attachments_threshold.

bbach

bbach

2008-08-15 00:17

reporter   ~0019159

I added:

$g_delete_attachments_threshold = 'updater';

to config_inc.php and interestingly, the link to delete the attachment disappears from the issue. Comment out the line and it is back. I was running as an administrator at the time.

bbach

bbach

2008-08-15 00:29

reporter   ~0019160

I don't know if this is related but I am also getting the following error when attempting to "resolve" an issue:

APPLICATION ERROR #2800

Invalid form security token. Did you submit the form twice by accident?

vboctor

vboctor

2009-10-27 21:15

manager   ~0023425

Will resolve as no change required. Please re-open if still applicable on latest release.