Search found 8 matches

by csharon
25 Jul 2017, 19:43
Forum: General Discussion
Topic: Could not open a connection to SQL Server
Replies: 4
Views: 10321

Re: Could not open a connection to SQL Server

Also while windows 2012 sql express is good. You will have much better luck with MYSQL. Look up MySQL installer community. There will be a latest download. It has all the functionality of 2012 express plus some without the limitations. You will also have a bit more of a tool set for it. While this i...
by csharon
25 Jul 2017, 19:38
Forum: General Discussion
Topic: Searching for issues with specific words in the summary
Replies: 1
Views: 2693

Re: Searching for issues with specific words in the summary

Pretty sure this is in the view issues page. Where it has filter you can type a word and it will collect all relevant info for the issue with that summary.

This is of course in 2.5.1 btw
by csharon
22 Jul 2017, 17:49
Forum: Help
Topic: MantisBT notifications won't email but reset password does
Replies: 5
Views: 6338

Re: MantisBT notifications won't email but reset password do

It actually wouldn't email any categories until this was set being own other or watching the bug regardless of preferences and position.
by csharon
22 Jul 2017, 03:22
Forum: Help
Topic: MantisBT notifications won't email but reset password does
Replies: 5
Views: 6338

Re: MantisBT notifications won't email but reset password do

This was corrected by changing the following code in email_api.php as a quick fix: # Check whether users should receive the emails # and put email address to $t_recipients[user_id] foreach( $t_recipients as $t_id => $t_ignore ) { # Possibly eliminate the current user if( ( auth_get_current_user_id()...
by csharon
22 Jul 2017, 03:15
Forum: Help
Topic: MantisBT notifications won't email but reset password does
Replies: 5
Views: 6338

Re: MantisBT notifications won't email but reset password do

Ok so i found the issue which is a bug. While test email and password resets go out, even with users having the proper priveleges, the email is returning access dropped. 21-Jul-2017 22:12:40 America/Chicago] 2017-07-21 22:12 CDT RECIPIENT email_api.php:280 email_collect_recipients() Issue = #43, add...
by csharon
22 Jul 2017, 00:34
Forum: Help
Topic: Email notification when assigning Bug
Replies: 7
Views: 6676

Re: Email notification when assigning Bug

I had this issue, updating PHP solved this for me along with some other small issues.
by csharon
21 Jul 2017, 20:34
Forum: Help
Topic: MantisBT notifications won't email but reset password does
Replies: 5
Views: 6338

Re: MantisBT notifications won't email but reset password do

To add on notes it is. Windows 2008 R2, iis 6.0 / 7.5, and php 5.6. I checked the logs for php only to find an undeclared identifier i solved out as well as checking the system logs. Is there anywhere else to check for the notifications being hung, if anyone knows.
by csharon
21 Jul 2017, 13:27
Forum: Help
Topic: MantisBT notifications won't email but reset password does
Replies: 5
Views: 6338

MantisBT notifications won't email but reset password does

Hello, i installed MantisBT 2.5.1. I'm using SMTP server, IIS, php, and office 365 connector for sending email. Resetting passwords works without flaw and the test under utilities works fine. But mantisBT will not email notifications for whatever reason. Here is the config code: $g_debug_email; $g_l...