Search found 6 matches

by ghirschy
13 May 2020, 13:34
Forum: General Discussion
Topic: How to set email notification settings, only assignee
Replies: 9
Views: 21975

Re: How to set email notification settings, only assignee

Do we have any news on this?
I have the same problem, I want to send an email, only to the person assigned for the ticket.
by ghirschy
30 May 2018, 12:09
Forum: Customizations
Topic: Automatically set a custom field with the developer that fix an issue
Replies: 1
Views: 4278

Automatically set a custom field with the developer that fix an issue

Hello
I added a custom state "testing" and we can set the "testing" only from "Assigned" state.
Is there a way to automatically complete a field with the name of the developer that is macking the change from asigned to testing?
The developer is the person that have assigned the incident.

I have ...
by ghirschy
17 May 2018, 11:55
Forum: Help
Topic: installation on MS SqlServer issue
Replies: 2
Views: 2952

Re: installation on MS SqlServer issue


ghirschy wrote: ↑
May 15, 2018 3:03 pm
I'm installing Mantis 2.4 last version

I assume this is a typo and should be 2.14.0, as 2.4 is not the last version.

Yes it's a typo. And the problem is solved, a driver was missing.

No idea, check web server logs and browser console for errors and ...
by ghirschy
16 May 2018, 16:39
Forum: Help
Topic: Mantis 2.4 SQl Server wrong query generated
Replies: 2
Views: 2552

Re: Mantis 2.4 SQl Server wrong query generated

The problem is in the datadict-mssqlnative.inc.php file.

The map set the time columsn as TIME insted of DATETIME. I did the change manually and the problem was solved.
by ghirschy
16 May 2018, 14:28
Forum: Help
Topic: Mantis 2.4 SQl Server wrong query generated
Replies: 2
Views: 2552

Mantis 2.4 SQl Server wrong query generated

Mantis 2.4 install on MS sql srv 2005 wrong query generated.

Schema step 2: CreateTableSQL ( mantis_bug_file_table )
the generated query is:
CREATE TABLE mantis_bug_file_table ( id INT IDENTITY(1,1) NOT NULL, bug_id INT DEFAULT 0 NOT NULL, title VARCHAR(250) DEFAULT '' NOT NULL, description VARCHAR ...
by ghirschy
15 May 2018, 18:03
Forum: Help
Topic: installation on MS SqlServer issue
Replies: 2
Views: 2952

installation on MS SqlServer issue

Hello
I'm installing Mantis 2.4 last version on a virtual machine with windows7 and iis. I have other applications on the iis.

I have 2 questions.
1) 87 is the port for Mantis, i can acces http://localhost:87/admin/install.php from IE but not from firefox, any idea?

2) I try to install using a ...