Search found 1586 matches

by cas
21 Mar 2024, 07:35
Forum: Help
Topic: Problem with signup on clean install
Replies: 8
Views: 828

Re: Problem with signup on clean install

On Centos the location normally would be "/var/www/html/mantis/uploads".
In your case would do another fresh install to detremine if the first time something went unexpectedly wrong.
by cas
20 Mar 2024, 16:55
Forum: Help
Topic: Problem with signup on clean install
Replies: 8
Views: 828

Re: Problem with signup on clean install

Check in the vendor directory if you find an entry for VBoctor?
If not then one problem found, that needs to be there.
As for the upload folder, make sure ther webserver has full access, this seems to be missing. For testing you can set it to 777.
by cas
20 Mar 2024, 08:35
Forum: General Discussion
Topic: Making a plugin from local files which changed manually
Replies: 6
Views: 687

Re: Making a plugin from local files which changed manually

@atrol, I was not aware that mantishub is a fully closed environment. That is a shame since it does make use of other open source software/plugins. Well they can request mantishub to implement this plugin. On the other hand perhaps a chnage in license could prevent plugins to be used by commercial c...
by cas
20 Mar 2024, 08:11
Forum: General Discussion
Topic: Making a plugin from local files which changed manually
Replies: 6
Views: 687

Re: Making a plugin from local files which changed manually

There is the userdata plugin which can handle user fields without modifying mantis code, check out here: https://github.com/mantisbt-plugins/Userdata
by cas
19 Mar 2024, 11:00
Forum: General Discussion
Topic: ERROR happened when use SQL Server 2022 on Linux
Replies: 2
Views: 2343

Re: ERROR happened when use SQL Server 2022 on Linux

So which version are you using on which platform:
OS?
PHP?
SQL?
Mantis?

Did you check the ticket mentioned?
by cas
15 Mar 2024, 13:40
Forum: General Plugin Discussion
Topic: MantisKanban plugin not working
Replies: 4
Views: 3366

Re: MantisKanban plugin not working

Attached an initial version for Mantis 2x.
Will be published on Github shortly.
Review and provide feedback :mrgreen:
by cas
14 Mar 2024, 21:11
Forum: General Plugin Discussion
Topic: HTML Email notifications for Mantis 2.x
Replies: 10
Views: 1108

Re: HTML Email notifications for Mantis 2.x

Yep there was a line missing:
In addition, copy template_api.php from the core directory of the distribution into the core directory of your mantis installation.

For further issues/rearks/requests, please use github.
by cas
14 Mar 2024, 15:53
Forum: General Plugin Discussion
Topic: HTML Email notifications for Mantis 2.x
Replies: 10
Views: 1108

Re: HTML Email notifications for Mantis 2.x

In principal all changes are documented so one could do it themselves. However chance is qute big that I wwill need for 2.27 myself. If that indeed is the case, I will make it available.
by cas
14 Mar 2024, 08:37
Forum: General Plugin Discussion
Topic: HTML Email notifications for Mantis 2.x
Replies: 10
Views: 1108

Re: HTML Email notifications for Mantis 2.x

Here you can find it all: https://github.com/mantisbt-plugins/mailtemplate
Also added a fully prepared emai_api.php for version 2.26
by cas
13 Mar 2024, 08:06
Forum: General Plugin Discussion
Topic: HTML Email notifications for Mantis 2.x
Replies: 10
Views: 1108

Re: HTML Email notifications for Mantis 2.x

I did create an option to define your own templates for emails (2023) but that does require some adjustments in core files.
Have a look here https://mantisbt.org/forums/viewtopic.php?p=74209
by cas
12 Mar 2024, 15:24
Forum: General Discussion
Topic: automation of filling in dates in custom fields
Replies: 1
Views: 697

Re: automation of filling in dates in custom fields

Have a look at the Linked_custom_fileds plugin (you can find that @ github)
by cas
12 Mar 2024, 07:23
Forum: General Discussion
Topic: LDAP Access
Replies: 16
Views: 58030

Re: LDAP Access

I have a small plugin which enables automated access based upon ad credentials for those that run mantis on IIS.
I have made this available on Github: https://github.com/mantisbt-plugins/adLogin
by cas
08 Mar 2024, 07:13
Forum: General Discussion
Topic: transfer a project to another server- 2.26.0 to 2.25.2
Replies: 2
Views: 440

Re: transfer a project to another server- 2.26.0 to 2.25.2

First of all, I would ensure that your approval and production system run on the same software to avoid any funny effects. Clearly you can have a test system on a higher level (Mantis/PHP/MySql/etcetera) to see if your environment can be upgraded. As for your request, there is a Clone project plugin...