Version 1.3 does not support REST.
The API was introduced in version 2.3.0.
Search found 7897 matches
- 47 minutes ago
- Forum: Help
- Topic: How to start to use REST api on version 1.3
- Replies: 1
- Views: 12
- 24 Feb 2021, 20:32
- Forum: General Discussion
- Topic: mantisbt.org unusably slow
- Replies: 1
- Views: 56
Re: mantisbt.org unusably slow
I am not able to reproduce at the moment.
From time to time there are DDOS attacks on mantisbt.org.
From time to time there are DDOS attacks on mantisbt.org.
- 22 Feb 2021, 13:42
- Forum: Deutsch
- Topic: Upload funktioniert nicht
- Replies: 2
- Views: 57
Re: Upload funktioniert nicht
Werden irgendwelche Fehler und/oder Warnungen in der Browserconsole angezeigt?
Sind irgendwelche Browser-Addons installiert?
Sind irgendwelche Browser-Addons installiert?
- 19 Feb 2021, 16:32
- Forum: General Discussion
- Topic: MantisBT for Synology removed?
- Replies: 3
- Views: 1869
Re: MantisBT for Synology removed?
I had a look at the versions provided in the mentioned archive. All listed verions are outdated and come with major known security issues. The usage of such versions is not recommended. Don't expect to get any fixes or support from the MantisBT Core Team for such old versions. You might get support ...
- 14 Feb 2021, 12:27
- Forum: Help
- Topic: MantisCoreFormatting cant install
- Replies: 1
- Views: 102
Re: MantisCoreFormatting cant install
Do you get the same issue without having installed any 3rd party plugin?
Check that not any of the original Mantis files has been changed or is missing.
Check that not any of the original Mantis files has been changed or is missing.
- 05 Feb 2021, 09:02
- Forum: Help
- Topic: How to upgrade DB upon Mantis Update
- Replies: 10
- Views: 470
Re: How to upgrade DB upon Mantis Update
The warning tells that MantisBT is not able to check the lifecycle.
The administrator gets the warning and should check himself, if the used version is still supported.
The administrator gets the warning and should check himself, if the used version is still supported.
- 05 Feb 2021, 08:44
- Forum: Help
- Topic: How to upgrade DB upon Mantis Update
- Replies: 10
- Views: 470
Re: How to upgrade DB upon Mantis Update
Maybe the wording of the warning is not clear.
Do you understand it, if it's changed to this?
Do you understand it, if it's changed to this?
Code: Select all
Release information for MySQL 8.0 series is not available in MantisBT, unable to perform the lifecycle checks.
- 03 Feb 2021, 20:34
- Forum: Help
- Topic: How to upgrade DB upon Mantis Update
- Replies: 10
- Views: 470
Re: How to upgrade DB upon Mantis Update
That confused me.
I thought you copied the admin folder from the old installation, but what you mean is that you copied the warning message.
No, then all should be fine now.
- 03 Feb 2021, 18:42
- Forum: Help
- Topic: How to upgrade DB upon Mantis Update
- Replies: 10
- Views: 470
Re: How to upgrade DB upon Mantis Update
This is just a warning when runninhg admin/check/index.php
You have to run admin/install.php to upgrade the DB.
- 03 Feb 2021, 16:04
- Forum: Help
- Topic: How to upgrade DB upon Mantis Update
- Replies: 10
- Views: 470
- 01 Feb 2021, 19:42
- Forum: Help
- Topic: Problem with caching of advanced summary graphs ?.
- Replies: 1
- Views: 145
Re: Problem with caching of advanced summary graphs ?.
What do you mean with:
Some screenshots would help to understand what you mean.
There is just one page with graps in standard Mantis.
Some screenshots would help to understand what you mean.
- 31 Jan 2021, 11:32
- Forum: Help
- Topic: REST API always return error 500 Internal Server Error
- Replies: 11
- Views: 551
Re: REST API always return error 500 Internal Server Error
it was "layout_api.php" It's not recommended to change any of the original files. Your problem is a good example for this rule. Be also aware that you have to reapply those changes whenever you install a new Mantis version. All configuration should be done by using the configuration optio...
- 31 Jan 2021, 11:22
- Forum: General Discussion
- Topic: Setting and sorting fields.
- Replies: 1
- Views: 243
Re: Setting and sorting fields.
Goto page "My Account" > "Manage Columns".
Look at columns names that start with "custom_" in section "All Available Columns".
Copy / paste the column name and add it to section "View Issues Columns"
Click "Update Columns" button.
Look at columns names that start with "custom_" in section "All Available Columns".
Copy / paste the column name and add it to section "View Issues Columns"
Click "Update Columns" button.
- 31 Jan 2021, 11:05
- Forum: General Discussion
- Topic: Mantis With Oracle Data Base ?.
- Replies: 1
- Views: 174
Re: Mantis With Oracle Data Base ?.
See https://mantisbt.org/docs/master/en-US/ ... e.versions
So yes, it should run.
But don't expect 1st class support for that.
AFAIK none of the current core developers uses Oracle to run Mantis.
So yes, it should run.
But don't expect 1st class support for that.
AFAIK none of the current core developers uses Oracle to run Mantis.
- 28 Jan 2021, 22:05
- Forum: Help
- Topic: Internal error during upgrade
- Replies: 2
- Views: 185
Re: Internal error during upgrade
Code: Select all
$g_db_type = 'mysql';
Code: Select all
$g_db_type = 'mysqli';