Search found 7901 matches
- 31 Jan 2021, 11:32
- Forum: Help
- Topic: REST API always return error 500 Internal Server Error
- Replies: 11
- Views: 613
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: 283
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: 220
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: 234
Re: Internal error during upgrade
Code: Select all
$g_db_type = 'mysql';
Code: Select all
$g_db_type = 'mysqli';
- 27 Jan 2021, 12:03
- Forum: Help
- Topic: INTERNAL APPLICATION ERROR
- Replies: 2
- Views: 237
Re: INTERNAL APPLICATION ERROR
Thanks for reporting the root cause.
I implemented some months ago an admin check for this, which will be available starting from version 2.25.0.
https://mantisbt.org/bugs/view.php?id=26974
I implemented some months ago an admin check for this, which will be available starting from version 2.25.0.
https://mantisbt.org/bugs/view.php?id=26974
- 21 Jan 2021, 16:17
- Forum: Help
- Topic: REST API always return error 500 Internal Server Error
- Replies: 11
- Views: 613
Re: REST API always return error 500 Internal Server Error
Glad to hear you fixed your problem.
We check config_inc.php during runtime, so I would have expected you get also an issue in UI, but not just REST API.
Which file was it?
We check config_inc.php during runtime, so I would have expected you get also an issue in UI, but not just REST API.
- 21 Jan 2021, 14:28
- Forum: Help
- Topic: REST API always return error 500 Internal Server Error
- Replies: 11
- Views: 613
Re: REST API always return error 500 Internal Server Error
This is what I get
Double check that there is not any character in this file (and maybe other files you changed) before
e.g. run
Code: Select all
file config_inc.php
config_inc.php: PHP script, ASCII text
Code: Select all
<?php
Code: Select all
od -c config_inc.php
- 21 Jan 2021, 12:04
- Forum: Help
- Topic: REST API always return error 500 Internal Server Error
- Replies: 11
- Views: 613
Re: REST API always return error 500 Internal Server Error
Your editor might have changed the encoding of the file when storing it.
It might now be UTF-8 with BOM, but it should be UTF-8 without BOM.
It might now be UTF-8 with BOM, but it should be UTF-8 without BOM.
- 21 Jan 2021, 11:42
- Forum: Help
- Topic: REST API always return error 500 Internal Server Error
- Replies: 11
- Views: 613
- 21 Jan 2021, 11:08
- Forum: Help
- Topic: REST API always return error 500 Internal Server Error
- Replies: 11
- Views: 613
Re: REST API always return error 500 Internal Server Error
Your web server and / or PHP logs might contain some more information what's happening.
- 18 Jan 2021, 21:49
- Forum: General Discussion
- Topic: How to disable Timeline
- Replies: 4
- Views: 5507
Re: How to disable Timeline
Since quite a while there is option $g_timeline_view_threshold to disable Timeline.
https://www.mantisbt.org/bugs/view.php?id=19586
https://mantisbt.org/docs/master/en-US/ ... g.defaults
https://www.mantisbt.org/bugs/view.php?id=19586
https://mantisbt.org/docs/master/en-US/ ... g.defaults
- 12 Jan 2021, 19:11
- Forum: General Discussion
- Topic: Unable to Edit Email using Administrator Account
- Replies: 3
- Views: 285
Re: Unable to Edit Email using Administrator Account
Most of the options can be set in file config_inc.php and/or the database
For more information read the Adim Guide https://mantisbt.org/docs/master/en-US/ ... nfig.intro
For more information read the Adim Guide https://mantisbt.org/docs/master/en-US/ ... nfig.intro
- 11 Jan 2021, 19:38
- Forum: General Discussion
- Topic: Unable to Edit Email using Administrator Account
- Replies: 3
- Views: 285
Re: Unable to Edit Email using Administrator Account
Maybe you have configured ldap login and set option use_ldap_email
- 08 Jan 2021, 19:03
- Forum: Deutsch
- Topic: Bilder in Beschreibung einfügen
- Replies: 1
- Views: 648
Re: Bilder in Beschreibung einfügen
Welche Mantis Version ist im Einsatz?
- 08 Jan 2021, 18:58
- Forum: General Discussion
- Topic: Mantis can't send e-mail
- Replies: 2
- Views: 335
Re: Mantis can't send e-mail
Enable email logging to check that mails are aded to the queue.
If they are added and the queue is empty after a short time, the problem is caused by the exchange server or some spam protection or the email client
If they are added and the queue is empty after a short time, the problem is caused by the exchange server or some spam protection or the email client