Search found 8353 matches

by atrol
Yesterday, 21:17
Forum: Help
Topic: REST API - getting Mantis Issue ID of newly added Issue?
Replies: 1
Views: 42

Re: REST API - getting Mantis Issue ID of newly added Issue?

The ID is part of the response that you get when creating the issue.
See the example response at https://documenter.getpostman.com/view/ ... 9f9205a954
by atrol
Yesterday, 18:29
Forum: Help
Topic: Access denied on modify bug
Replies: 6
Views: 437

Re: Access denied on modify bug

Which PHP version do you use?
Which database / version do you use?
Which operating system / version do you use?
by atrol
15 Mar 2024, 12:05
Forum: Help
Topic: Access denied on modify bug
Replies: 6
Views: 437

Re: Access denied on modify bug

Are you able to provide step by step instructions how to reproduce after a fresh install of latest stable ManstisBT version 2.26.1?
by atrol
14 Mar 2024, 21:26
Forum: Help
Topic: Upgrade to version 2.26.0 failed
Replies: 4
Views: 333

Re: Upgrade to version 2.26.0 failed

You should try latest 2.26.1
E. g. there are better checks and messages for the database driver that is missed on your system, see https://mantisbt.org/bugs/view.php?id=33519
by atrol
14 Mar 2024, 13:48
Forum: Help
Topic: Access denied on modify bug
Replies: 6
Views: 437

Re: Access denied on modify bug

Select the affected project in the projet selection drop down and goto page Manage > Configuration > Workflow tresholds.
Provide a screen shot of that page.
by atrol
14 Mar 2024, 13:40
Forum: Help
Topic: Delete account
Replies: 20
Views: 20220

Re: Delete account

Account deleted
by atrol
11 Mar 2024, 20:58
Forum: Announcements
Topic: End of PHP 7.2 and PHP 7.3 support
Replies: 0
Views: 297

End of PHP 7.2 and PHP 7.3 support

Version 2.26 will be the last release supporting PHP 7.2 and PHP 7.3.
Starting with MantisBT 2.27.0, the minimum PHP version will be 7.4.
See also this issue.
by atrol
11 Mar 2024, 19:47
Forum: Customizations
Topic: I need a filter where i can bring the bugs from a specific project and a specific user
Replies: 8
Views: 2294

Re: I need a filter where i can bring the bugs from a specific project and a specific user

I thought you used it based on the question from cas did you check the advanced filter options? Click in the top right corner (of the view all bugs age) next to the chevron... and I did use that advanced filtering functionality but it does not solve my problem. If it works the way you expect in UI, ...
by atrol
11 Mar 2024, 19:26
Forum: Customizations
Topic: I need a filter where i can bring the bugs from a specific project and a specific user
Replies: 8
Views: 2294

Re: I need a filter where i can bring the bugs from a specific project and a specific user

You can set the "Match Type" in the last row of the filter section
Screenshot 2024-03-11 at 20-24-24 View Issues - MantisBT.png
Screenshot 2024-03-11 at 20-24-24 View Issues - MantisBT.png (2.49 KiB) Viewed 698 times
by atrol
08 Mar 2024, 12:40
Forum: General Discussion
Topic: Difference between dates
Replies: 3
Views: 495

Re: Difference between dates

Please double-check that you changed the right file.
Maybe you are running multiple instances and changed the wrong one.
by atrol
08 Mar 2024, 11:07
Forum: General Discussion
Topic: Difference between dates
Replies: 3
Views: 495

Re: Difference between dates

Add the following line to file config_inc.php and adjust to your needs

Code: Select all

$g_backward_year_count = 4;
by atrol
07 Mar 2024, 22:13
Forum: Help
Topic: Invalid custom field "custom_field" on valid custom field
Replies: 2
Views: 468

Re: Invalid custom field "custom_field" on valid custom field

Hard to tell something without knowing the definition of "affects_security".
Does it work if you don't set "affects_security"?
by atrol
06 Mar 2024, 14:56
Forum: Help
Topic: Problem with upgrade
Replies: 6
Views: 660

Re: Problem with upgrade

Concerning "path" see https://www.mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.config.path $g_path is set automatically since many years, but to fix an old security related bug, it's now recommened to set the option in config_inc.php. The warning for this (and the changed...
by atrol
06 Mar 2024, 09:59
Forum: Help
Topic: Problem with upgrade
Replies: 6
Views: 660

Re: Problem with upgrade

Looks like a bug.
What's your PHP setting of allow-url-fopen? Is it changed from default 1 to another value?
https://www.php.net/manual/en/filesyste ... -url-fopen

As a temporary workaround you could also change line 504 in install.php to

Code: Select all

			$t_hard_fail = false;