Search found 349 matches

by mushu
24 Nov 2021, 16:33
Forum: Help
Topic: Admin config screen blank when login
Replies: 24
Views: 16407

Re: Admin config screen blank when login

Active Directory since it is installed on a local server in the network.

EDIT: Windows Authentication in IIS with all other methods disabled on the site.
by mushu
24 Nov 2021, 16:22
Forum: Help
Topic: Admin config screen blank when login
Replies: 24
Views: 16407

Re: Admin config screen blank when login

using phpmyadmin, you can simply disable plugins. Open up table mantis_plugin_table and change value of field "enabled" to 0. Do not change plugin "MantisCoreFormatting" When I disable that plugin by editing the table and go to the homepage of the Mantis install I still get the ...
by mushu
24 Nov 2021, 16:14
Forum: Help
Topic: Admin config screen blank when login
Replies: 24
Views: 16407

Re: Admin config screen blank when login

hangon, this plugin does not touch the LDAP server at all. This only works on Windows, check the readme with that plugin. But do not use login method LDAP. What other plugins have you enabled now? Note that these all worked just fine in Mantis v2.24.3 since I simply copied them into the new version...
by mushu
24 Nov 2021, 15:43
Forum: Help
Topic: Admin config screen blank when login
Replies: 24
Views: 16407

Re: Admin config screen blank when login

Also, it should be noted that with the plugin directory there the main screen of Mantis works properly and I can do everything normally like I used to. It only fails when I click the Maintenance button and enter my password.
by mushu
24 Nov 2021, 15:41
Forum: Help
Topic: Admin config screen blank when login
Replies: 24
Views: 16407

Re: Admin config screen blank when login

I can't get in to do anything admin related. If I remove the adLogin plugin directory the entire site fails with this error: APPLICATION ERROR #1406 Cannot initiate StartTLS on LDAP server. Please use the "Back" button in your web browser to return to the previous page. There you can corre...
by mushu
24 Nov 2021, 13:46
Forum: Help
Topic: Admin config screen blank when login
Replies: 24
Views: 16407

Re: Admin config screen blank when login

Guess there's light forum traffic during the holidays. :-(

I'm thinking it has something to do with the ADlogin plugin not authenticating properly but that's just a guess. It seems like it is not reading the css or something but I just don't know where to start looking.
by mushu
23 Nov 2021, 18:28
Forum: Help
Topic: Admin config screen blank when login
Replies: 24
Views: 16407

Admin config screen blank when login

Windows Server 2012R2 MantisBT 2.25.2 Not sure where to start troubleshooting this. Updated to v2.25.2 and copied over all of the plugins we installed and made appropriate config file changes. Everything seems to work except when I go into the Management screen and it asks me to verify my password. ...
by mushu
28 Jun 2021, 18:53
Forum: General Plugin Discussion
Topic: MicrosoftTeams plugin configuration help needed
Replies: 0
Views: 25170

MicrosoftTeams plugin configuration help needed

Windows Server 2019, IIS MantisBT 2.24.3 Microsoft Teams integration 1.0 https://github.com/Hamdi-Amine/Mantis-BT-Microsoft-Teams I mangled the URL parameter below for public posting but mine works properly as I can paste it into a browser and I get the correct "must use GET method" respon...
by mushu
17 Jun 2021, 16:41
Forum: Help
Topic: Allowing Reporters to Close Own Issues
Replies: 1
Views: 2147

Re: Allowing Reporters to Close Own Issues

Make sure that the workflow allows "close" from any of the other statuses. I vaguely recall something about setting up the flow of what is possible for each status to get put into from each other status. It's buried in the documentation somewhere, and probably a config file setting. Probab...
by mushu
10 Jun 2021, 19:00
Forum: Help
Topic: unable to login after LDAP setup
Replies: 1
Views: 2381

Re: unable to login after LDAP setup

Mine works, here is an example. Make sure you add the OU as well. Also ensure you enabled the adLogin LDAP plugin. You will have to update that plugin code on this line to ensure a higher base config: $this->requires = array('MantisCore' => '2.0.0',); From my config file: /* $g_log_level = LOG_LDAP;...
by mushu
10 Jun 2021, 18:53
Forum: Help
Topic: Impersonation for other than Admin?
Replies: 0
Views: 14825

Impersonation for other than Admin?

MantisBT 2.24.3 Windows Is there a way i can set a role to base impersonation of a user on? For example, we have an administrator leaving and I'm the other admin, but I want to allow the developer group to also impersonate this person to allow them access to all of his tickets. I don't want to go in...
by mushu
09 Mar 2021, 14:18
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1848302

Re: Email output could be much prettier

No, I don't have the new version installed. I just saw there were rewrites of the email code and figured it might affect the templates. I wish they would build it into the base code...I also don't have all of the changes necessary to implement the templates in one place, so I will have to read back ...
by mushu
08 Mar 2021, 16:48
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1848302

Re: Email output could be much prettier

Can we start thinking about the code changes necessary to support the new Mantis version 2.25.0 soon? I know that the phpmailer code was rewritten a bit, not sure how that will affect our beautiful templates.