View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011810 | mantisbt | attachments | public | 2010-04-19 05:04 | 2012-07-20 14:13 |
| Reporter | elankumaran | Assigned To | atrol | ||
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| OS | Windows | OS Version | XP | ||
| Product Version | 1.1.6 | ||||
| Summary | 0011810: Problem in moving bugs WITH ATTACHMENTS | ||||
| Description | I am the administrator of the MantisBT 1.1.6 application. When i try to move the issues WITH ATTACHMENTS from one project to the other, I get the access denied error on the top of the page and Error# 18 in the middle of the page. Please let me know if this is because of the "onfig_defaults_inc.php" permission settings(At present its 0400)or any other permissions problems in my destination folder. | ||||
| Tags | No tags attached. | ||||
|
A few things seem a bit off here.. A) The path looks like it is missing a \ (d:\data\92b4...) You may wish to check your project configurations to ensure the disk path is correct. |
|
|
There are other Administrators who are able to move the bug WITH ATTACHMENTS from one project to the other successfully, but only myself in Admins and a few other developers are getting this Error message, so |
|
|
Can any one help me out on this.. |
|
|
Not certain what to say on this. I checked out the 1.1.6 branch from Git and did not find another instance of copy( in the source. Are you 100% certain you are running an unmodified install of 1.1.6? |
|
|
We are sure it is an unmodified install..can it be some other access issue to the file server... |
|
|
Again, I'm just another Mantis user with a background in programming, but when I checked out the 1.1.6 branch of Mantis, there is only one spot where the php copy function is called, and that's in the duplicate bug logic. If I could identify the code that is failing, I could be of more help. In 1.1.6, the only place copy( exists is on line 619 of bug_api.php inside of the function bug_copy. As such, I have to assume that either A) you have a modified copy, B) if 1.1.6 supports extensions then you may have one installed, C) you have a earlier or later release of the 1.1.6 branch, D) the error you are reporting is not the whole error. Without being able to reproduce your error, or identify the code where you error is occurring, I won't be of much use. |
|
|
elankumaran, this issue is not reproducible with current version of MantisBT. |
|