View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035411 | mantisbt | bugtracker | public | 2025-02-21 04:22 | 2025-08-19 05:50 |
Reporter | m.hamburg | Assigned To | dregad | ||
Priority | high | Severity | major | Reproducibility | sometimes |
Status | resolved | Resolution | no change required | ||
OS | Windows 11 | ||||
Product Version | 2.25.0 | ||||
Summary | 0035411: View Issues is not usable, it redirects to My View | ||||
Description | When I select the menu item 'View Issues', after a response time of about five seconds, it redirects to My View. This makes the system not usable. | ||||
Additional Information | I recorded the failure in a video, but it is too large for uploading it here (5,042 KB). | ||||
Tags | No tags attached. | ||||
m.hamburg, I was not able to reproduce your problem with a fresh install of the latest stable MantisBT release.
[1] https://mantisbt.org/download.php This is not a bug or feature request for MantisBT (you are asking for help on how to fix a random issue). I am therefore resolving this issue as "no change required". Please use the forums to get support on customizing and using MantisBT (refer to https://mantisbt.org/support.php for links and further details). |
|
We have been using MantisBT for several years now without experiencing such issues as recently. So, I don't think customization is a likely cause. But we will update to 2.27.0 as you requested and will see what happens. |
|
@m.hamburg, atrol's recommendation is just best practice. When a problem is not reproducible on our end, customization is often the cause. The issue could also be due to server/network environment. You should try to find out if something changed in your system since the problem started occurring. In any case, we do not have sufficient information to investigate further. |
|
We updated our installation to the latest versions, and the failure is still there. |
|
|
|
|
|
Do you need any additional information? |
|
Do you have any 3rd party plugins installed? Search your webserver, PHP and database logs for errors and warnings. |
|
Thanks for the swift response. Not that I know of 3rd party plugins, but I will check with our admin and ask for db logs. |
|
I'm sorry, but the video just demonstrates the behavior without providing any helpful information that could help us understand what is going on. As mentioned before, this problem is not reproducible by us. As far as I know, view_all_bug_page.php code does not perform any redirection to my_view_page.php. Furthermore, your statement
leads me to believe that it is environment-specific. If you're using any plugins or custom code, try disabling those to see if the problem persists. You should also analyse the requests submitted by your browser, and cross-check them with those processed by the web server, to try and figure out exactly what is triggering the redirect. If you're sure that MantisBT code is doing this (which I doubt, as if it were the case the problem would be persistent), then you could add debugging log statements in view_all_bug_page.php / view_all_inc.php to pinpoint where it occurs. |
|
Cross-posting, sorry |
|
Your screenshot shows "Import CSV file". This is not part of MantisBT. |
|
We deinstallde the 3rd party plugins: |
|
Several people in my team still experience the issue sporadically. Our admin could check the logs. Aug 8th: Aug 18th: [Mon Aug 18 12:19:16.701702 2025] [php:warn] [pid 75371] [client 172.69.214.180:50408] PHP Warning: 2702 in /var/www/html/mantisistqb/core/session_api.php on line 249, referer: https://mantis.istqb.org/view_all_bug_page.php |
|
Thanks for this. Now I understand what is happening. Error 2702 is triggered when the user's session is not valid. In that case, Mantis redirects to the configured default home page (default of My View in your case). A session is considered invalid when
Note that Mantis is using REMOTE_ADDR to get the user's IP, and this can sometimes be incorrect e.g. if you're using a reverse proxy. We have no control over this. So what we see is normal behavior from Mantis. Now the question is, why does the IP address change ? This is a problem with your environment, not a bug with MantisBT, so I'm closing this as no change required. |
|