Search found 8385 matches

by atrol
01 Apr 2024, 21:27
Forum: Help
Topic: How to save bug/feature status change?
Replies: 5
Views: 413

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: 413

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: 413

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: 347

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: 603

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: 603

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: 582

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: 7339

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: 7339

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: 7339

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.
by atrol
21 Mar 2024, 20:44
Forum: EmailReporting
Topic: How to add CC: email to incoming message?
Replies: 12
Views: 7339

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

Code: Select all

Call to undefined function str_contains()
You might use an older PHP version.
The missing function is available since PHP 8.0, see https://www.php.net/manual/en/function.str-contains.php
by atrol
21 Mar 2024, 14:47
Forum: Help
Topic: Problem with signup on clean install
Replies: 8
Views: 1456

Re: Problem with signup on clean install

Looks like this topic can be closed, as this is caused by missing files, see https://www.mantisbt.org/bugs/view.php?id=34142#c68682
by atrol
20 Mar 2024, 08:53
Forum: General Discussion
Topic: Making a plugin from local files which changed manually
Replies: 6
Views: 997

Re: Making a plugin from local files which changed manually

@cas MantisBT and most of the plugins come with a license agreement. Everything is Ok, as long as you do just what is allowed by the license. E.g. MantisBT Core comes with a GPL license https://www.mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.about.license https://www.gnu.org/licen...
by atrol
20 Mar 2024, 08:22
Forum: General Discussion
Topic: Making a plugin from local files which changed manually
Replies: 6
Views: 997

Re: Making a plugin from local files which changed manually

@cas the plugin will not help in this case, as this plugin is not available on MantisHub.
by atrol
20 Mar 2024, 07:01
Forum: General Discussion
Topic: Making a plugin from local files which changed manually
Replies: 6
Views: 997

Re: Making a plugin from local files which changed manually

This is a forum for MantisBT, the Open Source bug tracker.

You have to contact the MantisHub support for that.