Search found 5 matches

by darkjin
04 Aug 2016, 18:01
Forum: Help
Topic: LDAP configuration
Replies: 1
Views: 3087

LDAP configuration

I browsed through previous posts in this forums about LDAP but had no success when looking for a fix to my error. # --- AD Auth --- $g_login_method = LDAP; $g_ldap_server = 'ldap://xxxx.domain.com/'; $g_ldap_root_dn = "DC=domain,DC=com"; $g_ldap_bind_dn = "CN=Service Mantis,OU=IT Acco...
by darkjin
29 Jul 2016, 14:58
Forum: EmailReporting
Topic: Specify priority in new issue email?
Replies: 1
Views: 4535

Specify priority in new issue email?

Is there a way to specify the priority when a user creates an issue via email? As of now I only know how to specify the issue name in the subject and the body consists of the description. I also am aware of the add attachment feature. It would be very convenient if it were possible to specify the pr...
by darkjin
21 Jul 2016, 12:51
Forum: EmailReporting
Topic: Install failing
Replies: 4
Views: 6519

Re: Install failing

Running PHP 5.3.3
by darkjin
20 Jul 2016, 18:42
Forum: EmailReporting
Topic: Install failing
Replies: 4
Views: 6519

Re: Install failing

[SOLVED] Solved the problem. If anyone encounters the same issue check this FOR THE ROOT ERROR http://pastebin.com/ycxxufjv. You can see that the empty() function gets passed another function. It should only be getting passed a variable. A fix would be to create a variable that called the function a...
by darkjin
20 Jul 2016, 15:47
Forum: EmailReporting
Topic: Install failing
Replies: 4
Views: 6519

Install failing

I downloaded the version from https://github.com/mantisbt-plugins/EmailReporting/releases/download/EmailReporting_0.9.2/EmailReporting_0.9.2.zip. I have it in the plugins directory: .../plugins/EmailReporter Clicking the install action on the manage plugins page brings me to a: The mantis page isn’t...