Search found 8375 matches

by atrol
Today, 13:52
Forum: Help
Topic: How to register for account at mantisbt.org/bugs/?
Replies: 1
Views: 10

Re: How to register for account at mantisbt.org/bugs/?

For the moment, feel free to send me a private message in the forum.
I will create an account for you.
All I need is the user name and the email address you want to use for that purpose.
After that you should get an email to activate your account and to set a password.
by atrol
12 Apr 2024, 16:17
Forum: General Discussion
Topic: Selective visibility of bugs in project, to users/groups?.
Replies: 8
Views: 3131

Re: Selective visibility of bugs in project, to users/groups?.

The option described below might help. Configure it in config_inc.php. If you prefer UI, or want set it different in different projects, check page Manage > Configuration > Workflow Thresholds "View other users' issues (if not set, access will be limited to issues reported, handled, or monitore...
by atrol
11 Apr 2024, 18:18
Forum: General Discussion
Topic: Using emojis in issue
Replies: 4
Views: 4084

Re: Using emojis in issue

It''s still the same, at least when using MySQL, see https://mantisbt.org/bugs/view.php?id=20431
by atrol
05 Apr 2024, 07:42
Forum: Help
Topic: Trouble setting $g_path
Replies: 5
Views: 474

Re: Trouble setting $g_path

WWY wrote: 04 Apr 2024, 18:48 But when I add $g_path='https://our_website/manitsbt/' in config/config_inc.php I get a blank page (doesn't render).
manitsbt?
Typo?
by atrol
05 Apr 2024, 07:41
Forum: Help
Topic: Trouble setting $g_path
Replies: 5
Views: 474

Re: Trouble setting $g_path

When getting a blank page, first check web server and PHP error logs.
by atrol
01 Apr 2024, 21:27
Forum: Help
Topic: How to save bug/feature status change?
Replies: 5
Views: 382

Re: How to save bug/feature status change?

HerrimanCoder wrote: 01 Apr 2024, 21:21 How can I now mark this question as answered/resolved, etc? I have looked and can't find anything that does that.
This is a forum, no need to set something to resolved.
by atrol
01 Apr 2024, 21:26
Forum: Help
Topic: How to save bug/feature status change?
Replies: 5
Views: 382

Re: How to save bug/feature status change?

Didn't read carefully what you wrote.
There is also another option to change status.
Select the status in dropdown list, after that push button "Change Status To:" left beside the drop down.
by atrol
01 Apr 2024, 18:51
Forum: Help
Topic: How to save bug/feature status change?
Replies: 5
Views: 382

Re: How to save bug/feature status change?

You have to use the "Edit" button for that.
by atrol
29 Mar 2024, 21:54
Forum: Help
Topic: Purging data
Replies: 2
Views: 313

Re: Purging data

This feature is not built into MantisBT.
Instead of deleting it directly from the database via SQL (you have exactly to know what has to be deleted), you could also write some PHP code (check functiom bug_delete in bug_api.php), or use the REST API.
by atrol
25 Mar 2024, 20:35
Forum: Help
Topic: Both my config files are being ignored
Replies: 4
Views: 515

Re: Both my config files are being ignored

Add

Code: Select all

exit ("Hello I am there");
to config_inc.php
After that, you should just see "Hello I am there" on the screen when opening any MantisBT page.
by atrol
25 Mar 2024, 07:19
Forum: Help
Topic: Both my config files are being ignored
Replies: 4
Views: 515

Re: Both my config files are being ignored

The first thing I noticed after installing is that there is no config_inc.php file anywhere. The installer creates config/config_inc.php. If the installer is not able to create the file (e. g. due to missing access rights), you are told by the installer to create that file with a certain content. A...
by atrol
24 Mar 2024, 01:32
Forum: Help
Topic: install error: Can't retrieve web page
Replies: 1
Views: 513

Re: install error: Can't retrieve web page

How is allow_url_fopen set in your PHP configuration?
by atrol
23 Mar 2024, 15:25
Forum: EmailReporting
Topic: How to add CC: email to incoming message?
Replies: 12
Views: 7063

Re: How to add CC: email to incoming message?

You could contact the author and ask for a solution that works with PHP 7.x.
Be aware that PHP 7.4 is out of support, so it's certainly better if you upgrade to PHP 8.x https://www.php.net/supported-versions.php
by atrol
21 Mar 2024, 21:29
Forum: EmailReporting
Topic: How to add CC: email to incoming message?
Replies: 12
Views: 7063

Re: How to add CC: email to incoming message?

I downloaded EmailReporting 0.10.1. from GitHub.
There is not any call of function str_contains in it.
Looks like you changed the original source code of the plugin.
by atrol
21 Mar 2024, 20:56
Forum: EmailReporting
Topic: How to add CC: email to incoming message?
Replies: 12
Views: 7063

Re: How to add CC: email to incoming message?

The missing function is not called from MantisBT Core, its called from the plugin.
MantisBT 2.26.x requires PHP 7.2, 2.27.x will require 7.4.