Maybe you have set a filter. Click "Reset Filter" to be sure to see all options.samjproctor wrote: ↑08 Jan 2021, 09:46when I go back to the configuration report page, the option I just created is no longer there
Search found 7901 matches
- 08 Jan 2021, 18:49
- Forum: Help
- Topic: Database Configuration in Configuration Report Page disppear
- Replies: 2
- Views: 239
Re: Database Configuration in Configuration Report Page disppear
- 07 Jan 2021, 07:09
- Forum: Help
- Topic: Setting up a priority
- Replies: 1
- Views: 199
Re: Setting up a priority
There was already an asnwer for this, but you did not provide any further feedback https://mantisbt.org/forums/viewtopic.php?p=71090#p71090 I think that having priorities from 1-99 is questionable. Isn't it a bit strange to decide/distinguish if an issue has priority 67 or 68? If you really want it,...
- 06 Jan 2021, 00:22
- Forum: Announcements
- Topic: End of PHP 5 support
- Replies: 0
- Views: 649
End of PHP 5 support
Version 2.25.0 will be the last release supporting PHP 5.
Starting with MantisBT 2.26.0, the minimum PHP version will be 7.0,
Read the official announcement on our Blog.
Starting with MantisBT 2.26.0, the minimum PHP version will be 7.0,
Read the official announcement on our Blog.
- 30 Dec 2020, 14:29
- Forum: Help
- Topic: DB connection fails in 1.3.20 after upgrade to PHP 7.3.25
- Replies: 3
- Views: 307
Re: DB connection fails in 1.3.20 after upgrade to PHP 7.3.25
Your provider has to activate the mysqli extension.
https://www.php.net/manual/en/mysqli.requirements.php
https://www.php.net/manual/en/mysqli.requirements.php
- 30 Dec 2020, 13:10
- Forum: Announcements
- Topic: MantisBT 2.24.4 released
- Replies: 0
- Views: 234
MantisBT 2.24.4 released
MantisBT 2.24.4 released, have a look at our Blog for more details.
- 29 Dec 2020, 22:05
- Forum: Help
- Topic: Email works, but no email notifications
- Replies: 3
- Views: 237
Re: Email works, but no email notifications
Check email settings on page "My Account" > "Preferences"
- 11 Dec 2020, 20:32
- Forum: Help
- Topic: Project dropdown is not sorted alphabetically
- Replies: 8
- Views: 420
Re: Project dropdown is not sorted alphabetically
The issue was fixed in 2.24.1 https://www.mantisbt.org/bugs/view.php?id=26781
2.24.3 is the latest version at the moment and recoomended, as some security issues (one major) are fixed in it.
- 16 Nov 2020, 08:33
- Forum: General Discussion
- Topic: Users can't "Close" an issue in version 2.24.3
- Replies: 7
- Views: 2920
Re: Users can't "Close" an issue in version 2.24.3
Your screenshot shows settings for "All Projects"
The question was, if you changed on project level.
For that, select the affected project in the project selection on the right top of the page.
The question was, if you changed on project level.
For that, select the affected project in the project selection on the right top of the page.
- 15 Nov 2020, 13:51
- Forum: Help
- Topic: Using echo to trace
- Replies: 4
- Views: 535
Re: Using echo to trace
But replacing die by echo does anything. Anything? I suppose you mean nothing. If I understand right, you want to trace a low level function of Mantis (bugnote_add) by using echo statements. This is a bad idea in general, as most of the time a new page will be generated after the echo, so you will ...
- 14 Nov 2020, 19:37
- Forum: Help
- Topic: Change status to the same status
- Replies: 1
- Views: 1693
Re: Change status to the same status
to do any combination of all three things: add a note, reassign the issue, and/or change the status. "There is the Updating Issue Information" page / bug_update_page.php. Use the "Edit" button from "View Issue Details" page, or the pencil icon from "My View" ...
- 14 Nov 2020, 19:31
- Forum: Help
- Topic: Migration issue after MySQL 8.0.22 update
- Replies: 1
- Views: 1660
- 13 Nov 2020, 18:41
- Forum: Help
- Topic: Using echo to trace
- Replies: 4
- Views: 535
Re: Using echo to trace
Depends on where you have placed your code.
Your code might not be executed at all, or you can't see the output as the page is sent ompletely new shortly after your code has been executed.
To find out if it's executed, just place some line like in it.
Your code might not be executed at all, or you can't see the output as the page is sent ompletely new shortly after your code has been executed.
To find out if it's executed, just place some line like
Code: Select all
die ("Hello I am here");
- 13 Nov 2020, 17:51
- Forum: Help
- Topic: PHP memory size limit issue.
- Replies: 3
- Views: 413
Re: PHP memory size limit issue.
Hard to say anything without some more details, e.g.
- Which version of MantisBT do you use?
- How many projects / users do you have in your installation
- Which version of MantisBT do you use?
- How many projects / users do you have in your installation
- 12 Nov 2020, 16:56
- Forum: General Discussion
- Topic: Mantis Integration Error with klaros TCMS
- Replies: 3
- Views: 514
Re: Mantis Integration Error with klaros TCMS
Run admin/check/index.php to validate whether everything is setup correctly (you might have to restore the admin folder, as it's recommend to remove it after installation) Check also your webserver / PHP log files for any error or warnings. BTW 2.21.1 is outdated and comes with known security issues...
- 12 Nov 2020, 11:34
- Forum: General Discussion
- Topic: Mantis Integration Error with klaros TCMS
- Replies: 3
- Views: 514
Re: Mantis Integration Error with klaros TCMS
As a side note: The exception occurs in Klaros, and also the attached log is not from Mantis but Klaros.
I don't expect you will get help for this in the Mantis forum, but who knows ...
I don't expect you will get help for this in the Mantis forum, but who knows ...