Search found 94 matches

by dregad
09 Apr 2025, 17:40
Forum: Help
Topic: Attachment is not display when empty note
Replies: 3
Views: 19927

Re: Attachment is not display when empty note

Can you explain the difference between your gray "MANTIS" and the green "MANTIS POC" ?

Starting with 2.23.0, attachments are either linked to the issue (if mantis_bug_file_table.bugnote_id == null), or to a note (if mantis_bug_file_table.bugnote_id == {bugnote id}).

Mantis tries to associate ...
by dregad
03 Apr 2025, 14:28
Forum: Help
Topic: New install - Forgot password not going
Replies: 2
Views: 2726

Re: New install - Forgot password not going

Assuming $g_lost_password_feature = ON, this message occurs if there have been too many requests to reset password for a given user (i.e. more than $g_max_lost_password_in_progress_count).

This is stored in user table, column lost_password_request_count

If you're not getting password reset ...
by dregad
31 Mar 2025, 08:10
Forum: Help
Topic: Forgot or Resend password
Replies: 5
Views: 2968

Re: Forgot or Resend password

$g_form_security_validation=OFF

Note that this is not recommended, for security reason (you'll be exposed to cross-site request forgery attacks).

The error you're seeing is due to the PHP session becoming invalid. There can be many reasons for that.

You can manually reset the password in the ...
by dregad
18 Mar 2025, 11:21
Forum: General Discussion
Topic: Searching for keyword via REST API
Replies: 1
Views: 7277

Re: Searching for keyword via REST API

We currently lack the ability to both So at the moment I'm afraid there is no way to achieve what you want.

Contributions via pull requests are welcome.
by dregad
16 Mar 2025, 22:22
Forum: French
Topic: Mise en forme de code source
Replies: 3
Views: 18637

Re: Mise en forme de code source

Mais est-il possible d'avoir une coloration syntaxique

Cette fonctionnalité a été ajoutée avec la version 2.27.0 du plugin MantisCoreFormatting (voir #34124 . Elle est s'appuie sur Prism.js . Elle peut être activée dans la configuration du plugin.

Le langage peut être spécifié en l'ajoutant au ...
by dregad
16 Mar 2025, 17:46
Forum: Help
Topic: Issue with JavaScript Initialization in Mantis after Migration
Replies: 1
Views: 8599

Re: Issue with JavaScript Initialization in Mantis after Migration

iame wrote: 13 Mar 2025, 09:10 The error seems to be related to the initialization of the List.js library. I have verified that List.js is properly included in the HTML
Indeed. Are you certain that list.js is correctly loaded ? I would expect to see it in the list of scripts under js in your screenshot
by dregad
16 Mar 2025, 17:23
Forum: Help
Topic: UK Online Safety Act — Terms and Conditions
Replies: 1
Views: 6962

Re: UK Online Safety Act — Terms and Conditions

Hi Derick,

As mentioned on phpc.social , if you feel something needs to be improved in MantisBT then you should open an Issue on our bugtracker to describe and discuss the requirements.

This could also possibly be done with a plugin.

Not knowing exactly what is needed here as I'm not familiar ...
by dregad
16 Mar 2025, 16:51
Forum: General Discussion
Topic: Cas Nuy
Replies: 3
Views: 40542

Cas Nuy

Hello Everyone,

It is with great sadness that I post this message, to inform you that our friend Cas passed away on March 11th. He was 69 years old.


Cas Nuy


Cas has been a dedicated member of the MantisBT community for nearly 20 years. He was very active on these Forums as well as in the Bug ...
by dregad
14 Mar 2025, 09:53
Forum: Customizations
Topic: Category list is empty
Replies: 6
Views: 20938

Re: Re:


the problem was caused because all categories appeared as "disabled". I just edited them manuallly, one by one, to mark them as enabled again.

Normally, this should have been taken care of by the installer when you upgraded Mantis (see schema steps 212 and 213 ).

This means you either did not ...
by dregad
23 Jan 2025, 11:46
Forum: Help
Topic: Error to migrate PHP 7 to 8
Replies: 5
Views: 9844

Re: Error to migrate PHP 7 to 8

Root cause is in Mantis - see https://mantisbt.org/bugs/view.php?id=35255
by dregad
23 Jan 2025, 10:50
Forum: Help
Topic: Missing plugin "base class" with recent upgrade to 2.27.0
Replies: 2
Views: 7318

Re: Missing plugin "base class" with recent upgrade to 2.27.0

Actually the check is a bit more complex than what cas said.

This error message is improved in upcoming 2.27.1, here is the new message:

A directory for this Plugin was found, but there is no corresponding Plugin code inside of it. Make sure that: the directory's name matches the Plugin's base ...
by dregad
23 Jan 2025, 10:29
Forum: General Discussion
Topic: Is it safe to migrate from utf8_general_ci to utf8mb4_unicode_ci?
Replies: 6
Views: 11066

Re: Is it safe to migrate from utf8_general_ci to utf8mb4_unicode_ci?

This is a long-standing issue... Never found the time to work on it

Please read https://mantisbt.org/bugs/view.php?id=20431
by dregad
29 Sep 2024, 23:21
Forum: French
Topic: Mise en forme de code source
Replies: 3
Views: 18637

Re: Mise en forme de code source

Passer à MantisBT 2.27.0 qui vient d'être publié :D
by dregad
29 Sep 2024, 23:10
Forum: Announcements
Topic: MantisBT 2.27.0 released
Replies: 0
Views: 1633128

MantisBT 2.27.0 released

MantisBT 2.27.0 is a feature and maintenance release.

Highlights: Dropping support for PHP 7.3 and older, Markdown improvements including syntax highlighting for code blocks, Graphs improvements, code cleanup and bug fixes.

Have a look at our Blog for more details.