Search found 8366 matches

by atrol
25 Mar 2024, 20:35
Forum: Help
Topic: Both my config files are being ignored
Replies: 4
Views: 313

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

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

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

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

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

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

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

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

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

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

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.
by atrol
20 Mar 2024, 06:53
Forum: Help
Topic: Global search ?
Replies: 2
Views: 380

Re: Global search ?

There is a search fieed on the bottom of the "Filter" section of the "View Issues" page.
by atrol
20 Mar 2024, 06:51
Forum: Help
Topic: Problem with signup on clean install
Replies: 8
Views: 830

Re: Problem with signup on clean install

Did you download 2.26.1 from SourceForge or GitHub?
Do you get any errors or warnings when running admin/check/index.php?
by atrol
18 Mar 2024, 21:17
Forum: Help
Topic: REST API - getting Mantis Issue ID of newly added Issue?
Replies: 2
Views: 374

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
18 Mar 2024, 18:29
Forum: Help
Topic: Access denied on modify bug
Replies: 6
Views: 761

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?