Did you Check this:
viewtopic.php?f=3&t=15398
or:
viewtopic.php?f=3&t=26794
Search found 988 matches
- 14 Dec 2020, 11:37
- Forum: Help
- Topic: Notification email
- Replies: 1
- Views: 76
- 12 Dec 2020, 08:27
- Forum: Help
- Topic: Trouble Installing -- timeouts
- Replies: 3
- Views: 106
Re: Trouble Installing -- timeouts
I would suggest to first get the old version running on the new machine. I f that works, you can look @ upgrading (following instructions from the admin guide). What old version are you currently running?
- 10 Dec 2020, 11:17
- Forum: General Discussion
- Topic: "The file specified in $g_log_destination "/opt/lampp/htdocs/mantisbt/log/mantisbt.log" is not writable"
- Replies: 3
- Views: 190
Re: "The file specified in $g_log_destination "/opt/lampp/htdocs/mantisbt/log/mantisbt.log" is not writable"
well, just check the access rights ion this file, needs to be writable by the webserver 

- 07 Dec 2020, 13:59
- Forum: Help
- Topic: Project dropdown is not sorted alphabetically
- Replies: 8
- Views: 238
Re: Project dropdown is not sorted alphabetically
That should be fine. Again, I cannot reproduce. You can try the update.
- 07 Dec 2020, 11:25
- Forum: Help
- Topic: Project dropdown is not sorted alphabetically
- Replies: 8
- Views: 238
Re: Project dropdown is not sorted alphabetically
I cannot reproduce it. Perhaps you should install latest version 2.24.2
What is the collation on the DB, UTF8-unicode-ci?
What is the collation on the DB, UTF8-unicode-ci?
- 05 Dec 2020, 09:33
- Forum: Help
- Topic: Project dropdown is not sorted alphabetically
- Replies: 8
- Views: 238
Re: Project dropdown is not sorted alphabetically
can you share printscreen since it should be sorted by name.
- 02 Dec 2020, 11:20
- Forum: Help
- Topic: Limit field entry permissions
- Replies: 2
- Views: 1182
Re: Limit field entry permissions
Afaik not available in Core nor is there a plugin available.
- 02 Dec 2020, 11:18
- Forum: Customizations
- Topic: Mantis linked with AD & SMS
- Replies: 5
- Views: 7324
Re: Mantis linked with AD & SMS
this is a very old thread. Please check on internet how to get AD info using PHP.
- 25 Nov 2020, 11:33
- Forum: Help
- Topic: Can you change $g_crypto_master_salt
- Replies: 3
- Views: 219
Re: Can you change $g_crypto_master_salt
Think you can but try it out(after backing up current value). 

- 25 Nov 2020, 11:31
- Forum: Help
- Topic: db_query() prevents to insert string '{'
- Replies: 2
- Views: 133
Re: db_query() prevents to insert string '{'
Which version are you running?
Where is this code coming from?
Where is this code coming from?
- 24 Nov 2020, 11:15
- Forum: General Plugin Discussion
- Topic: Automatic linking
- Replies: 1
- Views: 251
Re: Automatic linking
have a look here:
https://www.mediawiki.org/wiki/Extension:Mantis
https://www.mediawiki.org/wiki/Extension:Mantis
- 23 Nov 2020, 13:39
- Forum: General Discussion
- Topic: Add Relationships field when reporting an issue
- Replies: 5
- Views: 520
Re: Add Relationships field when reporting an issue
the plugin needs to kick in after the bug/issue has been created, so use the following event:
EVENT_REPORT_BUG
In the plugin screen itself you need to get the related issue (including type of relationship).
You may be able to use the existing screen with some tweaks
EVENT_REPORT_BUG
In the plugin screen itself you need to get the related issue (including type of relationship).
You may be able to use the existing screen with some tweaks
- 23 Nov 2020, 10:20
- Forum: General Discussion
- Topic: Add Relationships field when reporting an issue
- Replies: 5
- Views: 520
Re: Add Relationships field when reporting an issue
I am afraid this can only be achieved with a plugin 

- 22 Nov 2020, 09:34
- Forum: General Discussion
- Topic: @mention with find-as-you-type for real name
- Replies: 2
- Views: 1566
Re: @mention with find-as-you-type for real name
Created that functionality in one of my plugins using some java script. Have not seen it within Mantis itself yet.
- 19 Nov 2020, 11:33
- Forum: Help
- Topic: DB utilization and Slowness after migrating to postgreSQL 10.13
- Replies: 1
- Views: 160
Re: DB utilization and Slowness after migrating to postgreSQL 10.13
Suggest to do some monitoring on the DB, erhaps the following can assist:
https://powa.readthedocs.io/en/latest/
https://powa.readthedocs.io/en/latest/