Search found 1516 matches
- 07 Oct 2023, 09:45
- Forum: Help
- Topic: Mantis not able to laumch (Not Found The requested URL was not found on this server.)
- Replies: 2
- Views: 971
Re: Mantis not able to laumch (Not Found The requested URL was not found on this server.)
Just a longshot, did you check the config of apache?
- 05 Oct 2023, 15:21
- Forum: Help
- Topic: Adding parameters to connection string
- Replies: 5
- Views: 5165
Re: Adding parameters to connection string
Guess you need to check that with the suppier of the ODBC software 

- 05 Oct 2023, 06:20
- Forum: Help
- Topic: Adding parameters to connection string
- Replies: 5
- Views: 5165
Re: Adding parameters to connection string
Can you please elaborate on this? What do you want to add for which reason? What is the OS, DB en Mantis version?
- 04 Oct 2023, 06:54
- Forum: Help
- Topic: Password security verification
- Replies: 6
- Views: 3103
Re: Password security verification
There is a plugin available, https://github.com/ryltar/Password-strength
I have not tesxted this but is may serve your request
I have not tesxted this but is may serve your request

- 29 Sep 2023, 08:43
- Forum: Help
- Topic: Migration from Synology to Windows
- Replies: 1
- Views: 3296
Re: Migration from Synology to Windows
Install the same Mantis version on Windows (which mantis version is that?) and copy the database from synology to windows.
Once that works, follow normal proces to upgrade the the latest version of mantis.
Once that works, follow normal proces to upgrade the the latest version of mantis.
- 29 Sep 2023, 08:41
- Forum: Help
- Topic: Where to get the attachment files
- Replies: 21
- Views: 28155
Re: Where to get the attachment files
Are you still in the migrating process? If so, there is no need to export and import. Please follow instructions from the manual.
- 25 Sep 2023, 16:47
- Forum: General Plugin Discussion
- Topic: Reminder Plugins issure
- Replies: 2
- Views: 10015
Re: Reminder Plugins issure
Hi Kevin,
you can find a new version (2.20) on https://github.com/mantisbt-plugins/Reminder
Please raise new issues/remarks/request there as well.
you can find a new version (2.20) on https://github.com/mantisbt-plugins/Reminder
Please raise new issues/remarks/request there as well.
- 25 Sep 2023, 14:54
- Forum: Help
- Topic: Change workflow based on selected category
- Replies: 10
- Views: 28105
Re: Change workflow based on selected category
Suggest you ccontact the woner of that site :
https://www.cidwe.com/contact/
https://www.cidwe.com/contact/
- 25 Sep 2023, 06:11
- Forum: General Discussion
- Topic: Mantis server migration
- Replies: 6
- Views: 8733
Re: Mantis server migration
This is properly described in the documentation, please read/study the admin guide 

- 22 Sep 2023, 12:48
- Forum: General Plugin Discussion
- Topic: Reminder Plugins issure
- Replies: 2
- Views: 10015
Re: Reminder Plugins issure
would you mind posting this on https://github.com/mantisbt-plugins/Reminder
I will then look into it.
My first analysis already gave me some ideas
I will then look into it.
My first analysis already gave me some ideas

- 22 Sep 2023, 12:43
- Forum: General Discussion
- Topic: Reminder Plugin issure...
- Replies: 1
- Views: 3592
Re: Reminder Plugin issure...
You was not rejected, the post was not yet approved 

- 22 Sep 2023, 07:45
- Forum: General Discussion
- Topic: Organizing custom fields in columns or groups
- Replies: 1
- Views: 3370
Re: Organizing custom fields in columns or groups
Although I understand the request, I do not think this can be solved by a plugin, this would really require an overhaul on the way custom-fields are defined and presented. If this were to be changed then also one should have the ability to have different groups of custom-fields, the ability to prese...
- 21 Sep 2023, 06:57
- Forum: Help
- Topic: MySQL Error after Migration and Upgrade - Application Error #401 - MySQL Error 1062
- Replies: 2
- Views: 3858
Re: MySQL Error after Migration and Upgrade - Application Error #401 - MySQL Error 1062
Is perhaps the auto-increment missing on the id-field?
If so, run this command within phpmyadmin:
If so, run this command within phpmyadmin:
Code: Select all
ALTER TABLE `mantis_tokens_table`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1;
- 20 Sep 2023, 09:35
- Forum: Customizations
- Topic: delete its text name in the status
- Replies: 4
- Views: 27864
Re: delete its text name in the status
This is handled within core/columns_api.php. Check out the function function print_column_status. Here you can suppress printing of the text (and/or the user in charge). This would require to make this change every time after updating Mantis. It also expects everybody to exactly know what each color...
- 20 Sep 2023, 08:42
- Forum: Help
- Topic: automatic priority increase for over due date issue
- Replies: 14
- Views: 6533
Re: automatic priority increase for over due date issue
That is added in attached version for you. Now yoy can learn to build your own plugins 
