Search found 5 matches

by Qmpeltaty
13 Jan 2012, 08:22
Forum: General Discussion
Topic: Slow Mantis when update/add task
Replies: 4
Views: 8215

Re: Slow Mantis when update/add task

Removing might temporary resolve the issue but you might get the same problems some time later.
You should check the current entries before deleting. (wrong email addresses, huge email body, ...)

Exactly, today it has happend again. Email addresses are correct, the problem was with email subject ...
by Qmpeltaty
11 Jan 2012, 14:28
Forum: General Discussion
Topic: Slow Mantis when update/add task
Replies: 4
Views: 8215

Re: Slow Mantis when update/add task

This table contains 8 emails. Should i delete all rows in table ?
by Qmpeltaty
10 Jan 2012, 12:55
Forum: General Discussion
Topic: Slow Mantis when update/add task
Replies: 4
Views: 8215

Slow Mantis when update/add task

Hi

I've installed Mantis v. 1.2.3 on Win2k3 x64 server based on WAMP - Apache 2.2.17, PHP 5.3.5 and MySQL 5.5.8. The problem is that registering new isse or updating existing one is very slow. First i thought that it's DB problem with UPDATE query but i'm almoust sure that problem is related with ...
by Qmpeltaty
14 Dec 2010, 09:54
Forum: Help
Topic: Email debugging
Replies: 3
Views: 3104

Re: Email debugging

My config is :

Code: Select all

$g_log_level = LOG_EMAIL;
	$g_log_destination = 'file:path/mantis.log';
Should i change

Code: Select all

 $g_log_level = LOG_EMAIL; 
to

Code: Select all

 $g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT; 
??
by Qmpeltaty
14 Dec 2010, 09:30
Forum: Help
Topic: Email debugging
Replies: 3
Views: 3104

Email debugging

Hello

I had problems with mail notification after Mantis upgrade from 1.1.8 to 1.2.3. The thing is that email notification is being send to users who should not get it - randomly without any rules ( of course configuration has been checked). There was no problem with previous version. My Mantis run ...