Most of the options can be set in file config_inc.php and/or the database
For more information read the Adim Guide https://mantisbt.org/docs/master/en-US/ ... nfig.intro
Search found 7875 matches
- 12 Jan 2021, 19:11
- Forum: General Discussion
- Topic: Unable to Edit Email using Administrator Account
- Replies: 3
- Views: 77
- 11 Jan 2021, 19:38
- Forum: General Discussion
- Topic: Unable to Edit Email using Administrator Account
- Replies: 3
- Views: 77
Re: Unable to Edit Email using Administrator Account
Maybe you have configured ldap login and set option use_ldap_email
- 08 Jan 2021, 19:03
- Forum: Deutsch
- Topic: Bilder in Beschreibung einfügen
- Replies: 1
- Views: 106
Re: Bilder in Beschreibung einfügen
Welche Mantis Version ist im Einsatz?
- 08 Jan 2021, 18:58
- Forum: General Discussion
- Topic: Mantis can't send e-mail
- Replies: 2
- Views: 113
Re: Mantis can't send e-mail
Enable email logging to check that mails are aded to the queue.
If they are added and the queue is empty after a short time, the problem is caused by the exchange server or some spam protection or the email client
If they are added and the queue is empty after a short time, the problem is caused by the exchange server or some spam protection or the email client
- 08 Jan 2021, 18:49
- Forum: Help
- Topic: Database Configuration in Configuration Report Page disppear
- Replies: 2
- Views: 79
Re: Database Configuration in Configuration Report Page disppear
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
- 07 Jan 2021, 07:09
- Forum: Help
- Topic: Setting up a priority
- Replies: 1
- Views: 52
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: 62
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: 141
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: 77
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: 74
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: 218
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: 2697
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: 371
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: 1599
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: 1587