View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014441 | mantisbt | tagging | public | 2012-07-02 11:34 | 2025-01-18 16:20 |
Reporter | us3r | Assigned To | dregad | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | Windows Server with IIS | OS | Windows 2003 R2 | OS Version | Windows 2003 R2 |
Product Version | 1.2.11 | ||||
Summary | 0014441: view.php - Tag Selection Dropdown only shows 'Exisiting Tags' but none of the actual tags in existence | ||||
Description | In view.php the drop down field for tag selection shows only 'Existing Tags'. When I look into the source code I find:
So here the problem seems to be with
in tag_api.php line 468. As soon as I change this SQL, like
or
I receive the error: When I use the second query ( OR b.bug_id != 1 ) directly in the database I get a result. db_param() returns '?'. When I run the query "[...]OR b.bug_id != ?" directly in the database I also get an error. My guess is a problem with the SQL code and MS SQL but I was not able to solve it. | ||||
Steps To Reproduce | Install Mantis 1.2.11 on Windows 2003 R2 with IIS and MS SQL 2008 database. Open view.php by opening any Bug. | ||||
Additional Information | After installing, I was able to create tags in Name Creator Date Created Last Updated The problem here was, that the sql returned a numeric key but Mantis code uses named keys. I set The tag drop down in view.php does not work with either setting, I just wanted to mention it in case it impacts the problem. | ||||
Tags | No tags attached. | ||||
We are resolving this issue as "no change required", because it was reported against an old version of MantisBT which is no longer supported. The problem was possibly fixed by 0014774, or by later changes and refactoring of tag API in 1.3 / 2.x. We recommend that you upgrade to the latest stable version [1]; if the problem persists after doing so, do not hesitate to reopen the issue. |
|