Search found 349 matches

by mushu
04 Mar 2022, 16:17
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

The problem lies in the lines 65-78 section of code, the code above and below that works fine uncommented.
by mushu
04 Mar 2022, 16:14
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

That did it, no error. So something in that section of code is not liking whatever is associated with that user record.
by mushu
04 Mar 2022, 15:17
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

No difference because I already had those commented out. Here is the current template section: <table> <tr><td><b>Issue-id</b></td><td> {{ bug_id }} (<a href={{ url }}>details in issue tracker</a>)</td></tr> <tr><td><b>Status</b></td><td> {{ status }}</td></tr> <tr><td><b>Submitted</b></td><td> {{ s...
by mushu
03 Mar 2022, 21:13
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

So I just commented out this line in the message template file and it still generated the error when I added that account.

Code: Select all

<!--<tr><td><b>Last History</b></td><td> {{ lasthisdata }}</td></tr>-->
by mushu
03 Mar 2022, 20:34
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

Do I do that by editing the template file? I cant remember how we set this up it's been too long lol.
by mushu
03 Mar 2022, 19:57
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

No other code changes to core files. Plugins: Plugin Description Dependencies Priority Protected Actions adLogin 1.01 Automated login within AD Author: Cas Nuy Website: http://www.nuy.info MantisBT Core 2.0.0 3 Email Reporting 0.10.1 Offers the functionality to add issues and notes by email. Author:...
by mushu
03 Mar 2022, 17:20
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

Correct. When I remove that person it doesn't happen. Then I add him back as a monitor and it happens again.
by mushu
03 Mar 2022, 16:45
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

Still gives the same error. I only noticed a single line of code changed, is that correct?
by mushu
03 Mar 2022, 15:22
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

No I do not. Turning off the templates on config file stops that error from happening.
by mushu
02 Mar 2022, 23:39
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1855316

Re: Email output could be much prettier

Hey cas, please see this post, especially the last couple of entries...think yu might be able to github your updates? https://www.mantisbt.org/forums/viewtopic.php?t=27731

EDIT also https://www.mantisbt.org/forums/viewtopic.php?t=27716
by mushu
02 Mar 2022, 22:04
Forum: EmailReporting
Topic: Please see this bug for error
Replies: 4
Views: 14639

Re: Please see this bug for error

The changes necessary to enable email message templating have to be made to core files. It is a very small additional code. The plugins system doesn't allow for that. The developers have said there is no desire to add templating code to enable this in the core program since not enough people have as...
by mushu
02 Mar 2022, 21:17
Forum: EmailReporting
Topic: Please see this bug for error
Replies: 4
Views: 14639

Please see this bug for error

Atrol won't move the bug to this forum as requested and says to contact author of "changes". Since the bug may still be due to code in the original Mantis codebase this is rather shortsighted, but hey, get what you pay for I suppose. Please see this bug: https://www.mantisbt.org/forums/vie...
by mushu
02 Mar 2022, 20:47
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

It is possible this may need to be moved to the email plugin project instead. I set the logging to full with all details and here is the output. Note the "email template" text... The code around line 1718 in core\email_api.php is as follows: ## CN-start ## test CN to enable template for se...
by mushu
02 Mar 2022, 19:51
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

I've never had to do that in the years we've used the software. Is this a new special requirement of some kind? The users are all the same kind, nothing new added to them, nobody is more special than anyone else, except for the access level assigned to each. 99% are all Reporters, with about a dozen...
by mushu
02 Mar 2022, 19:38
Forum: Help
Topic: APPLICATION ERROR #1802
Replies: 27
Views: 9832

Re: APPLICATION ERROR #1802

Not that I know of, where would I see that?