Search found 226 matches

by istvanb
30 Nov 2010, 16:19
Forum: Help
Topic: Email notification help
Replies: 3
Views: 2442

Re: Email notification help

sweet! Thanks for publishing your solution! On XAMPP it works just fine right after the installation, but always good to know how to resolve the problem on other services as well.
by istvanb
30 Nov 2010, 11:44
Forum: Help
Topic: Email notification help
Replies: 3
Views: 2442

Re: Email notification help

I had the same problem with WAMP (and I didnt have any time to investigate), so I changed to XAMPP. Your config will work fine if you download XAMPP from Apache

It would be interesting to know what is "wrong" with WAMP though, so if you make a progress please let me know.

thx,
i-
by istvanb
30 Nov 2010, 11:14
Forum: Help
Topic: How to skip bug_change_status_page.php?
Replies: 6
Views: 4338

Re: How to skip bug_change_status_page.php?

I dont think it is possible to skip the BUG_CHANGE_STATUS_PAGE.PHP without doing some php code, but what you can do is this: 1, go to the My view page 2, select all the issues you want to move to acknowledged 3, Scroll down to the combobox (or whatever is the name... the enumerated box), it is on th...
by istvanb
26 Nov 2010, 09:37
Forum: Help
Topic: No Email Configuration in config_inc.php File
Replies: 2
Views: 2874

Re: No Email Configuration in config_inc.php File

check: http://www.mantisbt.org/forums/viewtopi ... =3&t=14540

You can try it with gmail if you use "smtp.gmail.com" as an smtp address and "587" as port. (or maybe 465, but I think it is 587)
by istvanb
24 Nov 2010, 15:05
Forum: Help
Topic: SMTP Configuration (autentication STARTTLS)
Replies: 3
Views: 5672

Re: SMTP Configuration (autentication STARTTLS)

I use this in our company enviroment: $g_phpMailer_method = 2; $g_smtp_host = 'mailserver'; $g_smtp_port = 25; $g_smtp_username = 'username'; $g_smtp_password = 'password'; If you want to use tls then insert (same with ssl, just rewrite the tls part of the line): $g_smtp_connection_mode = 'tls'; //A...
by istvanb
23 Nov 2010, 21:33
Forum: Help
Topic: problems with send email - GMAIL
Replies: 4
Views: 3470

Re: problems with send email - GMAIL

yeap! Thanks!
by istvanb
23 Nov 2010, 21:12
Forum: Help
Topic: problems with send email - GMAIL
Replies: 4
Views: 3470

Re: problems with send email - GMAIL

Add the following lines to your config_inc.php (or rewrite the existing lines). Use the proper email address and password. This works for sure. If it does not work, then its gonna be a php issue. $g_enable_email_notification = ON; $g_phpMailer_method = PHPMAILER_METHOD_SMTP; $g_smtp_connection_mode ...
by istvanb
23 Nov 2010, 11:09
Forum: Help
Topic: Email Notifications
Replies: 6
Views: 4101

Re: Email Notifications

The access level defines what you can do in the system and what you can not. VIEWER - can view whats going on in the system, but can not create new issues (and I guess can not add comment) REPORTER - can report issues and add comments UPDATER - I dont use it DEVELOPER - everything above+ can handle ...
by istvanb
23 Nov 2010, 09:35
Forum: Help
Topic: Need help with determinig the role of the user
Replies: 15
Views: 8926

Re: Need help with determinig the role of the user

yeah I confirm that this feature works just fine in 1.2.3
I have started with 1.2.2 so have no experience with prior versions :)
by istvanb
23 Nov 2010, 09:33
Forum: Help
Topic: Email Notifications
Replies: 6
Views: 4101

Re: Email Notifications

Ok, add the following line to your config_inc.php (or modify it if it is already there): $g_email_receive_own = ON; this means users will be notified about their actions in a mail (comments included) Go to the manage/manage configuration/email notifications page and set the desired emailing rules by...
by istvanb
22 Nov 2010, 16:55
Forum: Help
Topic: Email Notifications
Replies: 6
Views: 4101

Re: Email Notifications

I dont understand what you mean on "The reporter of a special bug should get an email when his bug is created, updated (new comment,..), needs feedback and is finished.". What you mean on special bug? You can set these rules on the Manage/Manage configuration/email notifications page. By t...
by istvanb
22 Nov 2010, 16:46
Forum: Help
Topic: Issue with DNS name of a mantis server
Replies: 0
Views: 2278

Issue with DNS name of a mantis server

Hi, I have the following problem: when mantis sends a mail instead of "normal" looking URL I see the IP in the link In our DNS server "http://192.168.28.112/" = "http://mantis" in the URL field of a browser (so user types mantis and the IP is called) in the htdocs of th...
by istvanb
22 Nov 2010, 15:15
Forum: Help
Topic: Need help with determinig the role of the user
Replies: 15
Views: 8926

Re: Need help with determinig the role of the user

MerjaS,

Can you describe your question again? It is not very clear for me when you say "sorry to inform you, it doesn't work."

let me know,
i-
by istvanb
18 Nov 2010, 20:28
Forum: Help
Topic: merge mantis accounts 1.2.3
Replies: 5
Views: 4115

Re: merge mantis accounts 1.2.3

What you mean on this exactly?
by istvanb
15 Nov 2010, 17:14
Forum: Help
Topic: Source Control Integration
Replies: 12
Views: 10213

Re: Source Control Integration

I am not sure if it helps but I just installed the Meta plugin successfully couple days ago: http://git.mantisforge.org/w/meta.git get the snapshot, and copy the "Meta" folder from the archive to the plugins folder (so dont copy the "meta" which includes the "Meta") It ...