Specifically I'm waiting for this release so I can turn on error messages again. ;-)
Search found 191 matches
- 15 Jan 2021, 15:10
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4616
- 15 Jan 2021, 14:10
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4616
Re: Email output could be much prettier
So that is the only file that changed? I did all of this too long ago to remember, sorry.
Also, where can I download the latest version of this so I can re-enable error messages?
Also, where can I download the latest version of this so I can re-enable error messages?
- 14 Jan 2021, 21:44
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4616
Re: Email output could be much prettier
Is there a nice list of every file that needs to be kept from being overwritten when upgrading to a new version? We are using v2.24.3 and need to upgrade to the latest so we don't fall too far behind. We have already updated our PHP from v5 to v7 so should be good there for a while. I just know that...
- 14 Jan 2021, 21:38
- Forum: Help
- Topic: How to Upgrade to PHP Version
- Replies: 2
- Views: 105
Re: How to Upgrade to PHP Version
Go into IIS management console on server and select your website, then in the icons select PHP Manager and in there are links to Register new PHP version and Change PHP version. Have fun!
- 23 Dec 2020, 13:53
- Forum: Help
- Topic: LDAP authentication - Error
- Replies: 17
- Views: 3663
Re: LDAP authentication - Error
1) If users are available in 'mantis_user_table' this is allowing the users to login just after entering the user name without entering password. 2) In this method users are not referred from AD but they are referred from mantis_user_table 3) Above scenario works if we set g_login_method = LDAP or ...
- 22 Dec 2020, 16:15
- Forum: Help
- Topic: LDAP authentication - Error
- Replies: 17
- Views: 3663
Re: LDAP authentication - Error
You might also need to edit the Core version as explained in my link above.
- 17 Dec 2020, 16:04
- Forum: Help
- Topic: LDAP authentication - Error
- Replies: 17
- Views: 3663
- 30 Oct 2020, 17:43
- Forum: EmailReporting
- Topic: Where are message header strings stored?
- Replies: 3
- Views: 1459
Re: Where are message header strings stored?
Thank you! I had added the header "sender" to the Parser.php code and it was working fine, but now I need to add "x-sender" because our mail system removed the "sender" header. Based on if that x-sender is an email from a certain domain, I need to make the "reporte...
- 29 Oct 2020, 21:18
- Forum: Help
- Topic: how to close a ticket for a reporter ?
- Replies: 2
- Views: 936
Re: how to close a ticket for a reporter ?
Generally when the developer solves the problem, the developer puts the ticket into Resolved or Closed status. This generates an email to the Reporter telling them the ticket has been closed.
- 29 Oct 2020, 21:16
- Forum: EmailReporting
- Topic: Where are message header strings stored?
- Replies: 3
- Views: 1459
Where are message header strings stored?
Mantis 2.24.0 EmailReporting 0.10.1 After a huge email system upgrade our Mantis emails are not working the way they used to. I had added custom code to several of the modules in order to look for an incoming email sender and then grab the email address from the body and use that email as the sender...
- 26 Oct 2020, 20:45
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4616
Re: Email output could be much prettier
referrer = /bug_report_page.php
all history = Date Username What Change
2020-10-26 13:41 usr1 New Issue
2020-10-26 13:41 usr1 Status new => assigned
2020-10-26 13:41 usr1 Assigned To => usr1
But of course this is still ignoring errors using the constant above.
all history = Date Username What Change
2020-10-26 13:41 usr1 New Issue
2020-10-26 13:41 usr1 Status new => assigned
2020-10-26 13:41 usr1 Assigned To => usr1
But of course this is still ignoring errors using the constant above.
- 26 Oct 2020, 19:06
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4616
Re: Email output could be much prettier
Got it. DISPLAY_ERROR_NONE
Thanks. Everything seems to be working fine. Made a few changes to the CSS but otherwise I removed all "@" in front of variables since errors are now ignored. Hope that doesn't bite me in the butt.
Thanks. Everything seems to be working fine. Made a few changes to the CSS but otherwise I removed all "@" in front of variables since errors are now ignored. Hope that doesn't bite me in the butt.
- 26 Oct 2020, 17:37
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4616
Re: Email output could be much prettier
Yeah not able to use it, now entering a new issue gets me this error: SYSTEM NOTICE 'Undefined index: email_due_date' in 'C:\MantisBT2243\core\template_api.php' line 24 Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems ...
- 26 Oct 2020, 17:35
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4616
Re: Email output could be much prettier
So still getting errors from bad index, so I added "@" in front of those variables to hide the error...although a bad index sounds important to not just ignore lol. $variables['severity'] = get_enum_element( 'severity', $issue_data['email_severity'], auth_get_current_user_id(), @ $issue_da...
- 26 Oct 2020, 17:30
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4616
Re: Email output could be much prettier
Yay! It's working now. Okay now that I'm getting the correct output I can start to really test it...will post issues as I find them. Thanks again!