No one has any clue on my problem ?
We can live with it but I would rather fix it ...
Search found 37 matches
- 12 Sep 2023, 12:21
- Forum: Help
- Topic: Issues able to be closed from "resolved"
- Replies: 1
- Views: 681
- 05 Sep 2023, 09:59
- Forum: French
- Topic: Note et format XML/HTML
- Replies: 1
- Views: 11176
Re: Note et format XML/HTML
Hello achabb, C'est un peu le cauchemar d'être bloqué dans une version de mantis si ancienne, avec un outil comme winmerge pour voir les différences avec le kernel, vous devriez pouvoir sûrement vous en sortir. Quoi qu'il en soit, essaie en rajouter ces deux options de configurations : $g_html_valid...
- 05 Sep 2023, 09:38
- Forum: French
- Topic: Notifications email envoyées dans les spams
- Replies: 1
- Views: 986
Re: Notifications email envoyées dans les spams
Hello ghentz, C'est dans les paramètres de ton serveur de messagerie / logiciel de messagerie qu'il faut configurer cela. (ce sera toujours la même adresse email donc tu peux la whitelister) Exemple outlook : https://support.microsoft.com/en-us/office/add-recipients-of-my-email-messages-to-the-safe-...
- 05 Sep 2023, 08:53
- Forum: Help
- Topic: Issues able to be closed from "resolved"
- Replies: 1
- Views: 681
Issues able to be closed from "resolved"
Hello, I've almost finished upgrading mantis to version 2.25.7. I'm upgrading from mantis 2.18.0. I'm using PHP 8.1.2. Our closed status is "Fermé", id : 90. But I noticed (which is not the case in old mantis) that all the issues, which statuses from our "resolved" status (id : 2...
- 23 Aug 2023, 09:52
- Forum: Help
- Topic: group change of the reporter_ID in issue
- Replies: 3
- Views: 2270
Re: group change of the reporter_ID in issue
Probably not doable with GUI, I don't know any ways, you could maybe update directly in base using mantis_bug_table table, and field reporter_id but be cautious.
Jules
Jules
- 23 Aug 2023, 09:09
- Forum: Help
- Topic: Stuck upgrading mantis ADMIN checks plugin
- Replies: 11
- Views: 7343
Re: Stuck upgrading mantis ADMIN checks plugin
Alright, thanks for the link, I had a look at it but couldn't make it work.
I'll check again.
Thanks a lot for the time spent, thanks for the precious help.
Have a great day.
Jules
I'll check again.
Thanks a lot for the time spent, thanks for the precious help.
Have a great day.
Jules
- 22 Aug 2023, 13:09
- Forum: Help
- Topic: Stuck upgrading mantis ADMIN checks plugin
- Replies: 11
- Views: 7343
Re: Stuck upgrading mantis ADMIN checks plugin
Yes, we do have two separate environments, but I'm not sure admin folder was used to test the plugin, I doubt. Thanks for the answer. Final question, about the paths warnings : Paths core_path configuration option is set to a path outside the web root For increased security it is recommended that yo...
- 22 Aug 2023, 12:27
- Forum: Help
- Topic: group change of the reporter_ID in issue
- Replies: 3
- Views: 2270
Re: group change of the reporter_ID in issue
Hello,
What do you call a "groupe change" ?
Also please translate latest part, it's an english forum
Kind regards
Jules
What do you call a "groupe change" ?
Also please translate latest part, it's an english forum

Kind regards
Jules
- 22 Aug 2023, 12:22
- Forum: Help
- Topic: Fault: Invalid custom field value for field id 27
- Replies: 2
- Views: 1175
Re: Fault: Invalid custom field value for field id 27
Hello,
why is there an extra "u" ?
Jules
why is there an extra "u" ?
instead of just'value': u'MY_SITE'
Kind regards'value': 'MY_SITE'
Jules
- 21 Aug 2023, 15:41
- Forum: Help
- Topic: 'Argument 1 passed to filter_ensure_valid_filter() must be o
- Replies: 3
- Views: 3275
Re: 'Argument 1 passed to filter_ensure_valid_filter() must be o
@jmelendez, You should try to create your own topic adding context like are you migrating or something etc it's easier to follow / help you.
- 21 Aug 2023, 13:47
- Forum: French
- Topic: Avoir deux mails
- Replies: 1
- Views: 3593
Re: Avoir deux mails
Sujet répondu en anglais : viewtopic.php?t=27713
- 21 Aug 2023, 13:45
- Forum: French
- Topic: Migration en v2.25.7. Sous-projets non sélectionnable ?
- Replies: 1
- Views: 1299
Re: Migration en v2.25.7. Sous-projets non sélectionnable ?
Bonjour asterix67,
Je suis moi même en version 2.25.7 et je n'ai pas ce soucis.
Peux tu faire une capture des projets / sous projets.
On est d'accord que en version 2.15.0, tu n'avais pas le soucis ?
Cordialement
Jules
Je suis moi même en version 2.25.7 et je n'ai pas ce soucis.
Peux tu faire une capture des projets / sous projets.
On est d'accord que en version 2.15.0, tu n'avais pas le soucis ?
Cordialement
Jules
- 21 Aug 2023, 12:06
- Forum: Help
- Topic: Stuck upgrading mantis ADMIN checks plugin
- Replies: 11
- Views: 7343
Re: Stuck upgrading mantis ADMIN checks plugin
5 - Recreating the symbolic link to a custom plugin folder from /plugins folder (we have custom plugin to handle tables) Doesn't this mean, that you lose the latest versions of the plugins that come out of the box with MantisBT? No no, only the link to our plugin is created (blurred in the capture....
- 21 Aug 2023, 12:04
- Forum: Help
- Topic: Stuck upgrading mantis ADMIN checks plugin
- Replies: 11
- Views: 7343
Re: Stuck upgrading mantis ADMIN checks plugin
Wrong 'EVENT_UPDATE_BUG_DATA ' => 'pgg_check_table' Should be 'EVENT_UPDATE_BUG_DATA' => 'pgg_check_table' Of course, you can keep the line dropped, as function pgg_check_table does not check or change any data. Good catch I'm so blind ... Sorry ! It works fine when fixing that extra space. I'll ju...
- 21 Aug 2023, 08:39
- Forum: Help
- Topic: Stuck upgrading mantis ADMIN checks plugin
- Replies: 11
- Views: 7343
Re: Stuck upgrading mantis ADMIN checks plugin
Update : error without a doubt is due to our custom plugin, if I uninstall it, I no more get errors on plugins (in the admin/check page) Here is the content of our plugin : Capture.PNG (file blurred code is : ) <?php require( 'pages/utils.php' ); class pggPlugin extends MantisPlugin{ function regist...