I don't know about Softaculous and how it's managing MantisBT installs so I'm not sure I can help. Looking at your error report:
MySQL Native Driver (msqlnd) required
Mantis 2.26.0 bundles ADOdb 5.22.6, which requires requires the MySQL Native Driver (Mysqlnd) to be installed for mysql ...
Search found 101 matches
- 11 Apr 2026, 01:54
- Forum: General Discussion
- Topic: Error after upgrading to 2.28.1 from 2.25.7
- Replies: 1
- Views: 132
- 11 Apr 2026, 01:27
- Forum: Announcements
- Topic: End of PHP 7.4 and 8.0 support
- Replies: 0
- Views: 379
End of PHP 7.4 and 8.0 support
upcoming MantisBT release 2.29.0 will drop support for PHP 7.4 and 8.0, increasing the minimum supported version to 8.1.
Read the announcement on our blog
See also this issue in our bug tracker.
Read the announcement on our blog
See also this issue in our bug tracker.
- 16 Mar 2026, 14:24
- Forum: French
- Topic: Requete API User
- Replies: 1
- Views: 480
Re: Requete API User
Ca marche pour moi.
curl --location -g 'http://127.0.0.1/mantis/api/rest/users/1' --header 'Authorization: {{TOKEN}}'
ou
curl --location -g 'http://127.0.0.1/mantis/api/rest/users/username/administrator' --header 'Authorization: {{TOKEN}}'
Résultat:
{"users":[{"id":1,"name ...
curl --location -g 'http://127.0.0.1/mantis/api/rest/users/1' --header 'Authorization: {{TOKEN}}'
ou
curl --location -g 'http://127.0.0.1/mantis/api/rest/users/username/administrator' --header 'Authorization: {{TOKEN}}'
Résultat:
{"users":[{"id":1,"name ...
- 16 Mar 2026, 13:50
- Forum: Announcements
- Topic: Critical Security Issue in MantisBT <= 2.28.0
- Replies: 1
- Views: 1329
Re: Critical Security Issue in MantisBT <= 2.28.0
MantisBT 2.28.1 has been released, read the blog post.
Please upgrade immediately!
https://mantisbt.org/download.php
Please upgrade immediately!
https://mantisbt.org/download.php
- 16 Mar 2026, 13:47
- Forum: Announcements
- Topic: MantisBT 2.28.1 released
- Replies: 0
- Views: 154
MantisBT 2.28.1 released
Maintenance and security release addressing a critical vulnerability affecting the SOAP API on MySQL (CVE-2026-30849) and two HTML injection / XSS issues with tag names (CVE not yet assigned). The release also fixes a few bugs including regression issues introduced in 2.28.0.
:!: You should ...
:!: You should ...
- 13 Mar 2026, 01:11
- Forum: Announcements
- Topic: Critical Security Issue in MantisBT <= 2.28.0
- Replies: 1
- Views: 1329
Critical Security Issue in MantisBT <= 2.28.0
A critical vulnerability (CVE-2026-30849) has been identified in MantisBT 2.28.0 and earlier releases, affecting instances running on MySQL and compatible databases.
MantisBT 2.28.1 includes a fix addressing the issue and will be available on Monday, March 16th 2026, around 12:00 UTC. Be ready to ...
MantisBT 2.28.1 includes a fix addressing the issue and will be available on Monday, March 16th 2026, around 12:00 UTC. Be ready to ...
- 30 Dec 2025, 01:59
- Forum: Announcements
- Topic: MantisBT 2.28.0 released
- Replies: 0
- Views: 1005
MantisBT 2.28.0 released
Maintenance release including nearly 80 enhancements and bug fixes. Highlights: compatibility with PHP 8.4 and 8.5, improved documentation including an OpenAPI Description for the REST API, better Tags management, restored included pages functionality and many others.
Have a look at our Blog and ...
Have a look at our Blog and ...
- 09 Apr 2025, 17:40
- Forum: Help
- Topic: Attachment is not display when empty note
- Replies: 3
- Views: 20542
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 ...
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 ...
- 03 Apr 2025, 14:28
- Forum: Help
- Topic: New install - Forgot password not going
- Replies: 3
- Views: 3563
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 ...
This is stored in user table, column lost_password_request_count
If you're not getting password reset ...
- 31 Mar 2025, 08:10
- Forum: Help
- Topic: Forgot or Resend password
- Replies: 5
- Views: 4144
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 ...
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 ...
- 18 Mar 2025, 11:21
- Forum: General Discussion
- Topic: Searching for keyword via REST API
- Replies: 1
- Views: 8068
Re: Searching for keyword via REST API
We currently lack the ability to both
Contributions via pull requests are welcome.
- search issues (https://mantisbt.org/bugs/view.php?id=26471)
- create/update filters (https://mantisbt.org/bugs/view.php?id=22787)
Contributions via pull requests are welcome.
- 16 Mar 2025, 22:22
- Forum: French
- Topic: Mise en forme de code source
- Replies: 3
- Views: 19207
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 ...
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 ...
- 16 Mar 2025, 17:46
- Forum: Help
- Topic: Issue with JavaScript Initialization in Mantis after Migration
- Replies: 1
- Views: 9030
Re: Issue with JavaScript Initialization in Mantis after Migration
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 screenshotiame 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
- 16 Mar 2025, 17:23
- Forum: Help
- Topic: UK Online Safety Act — Terms and Conditions
- Replies: 1
- Views: 7335
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 ...
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 ...
- 16 Mar 2025, 16:51
- Forum: General Discussion
- Topic: Cas Nuy
- Replies: 4
- Views: 41450
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 ...
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 ...