View Issue Details

IDProjectCategoryView StatusLast Update
0017224mantisbtemailpublic2014-04-25 15:28
Reporterdrgarcia1986 Assigned Toatrol  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionno change required 
Product Version1.2.17 
Summary0017224: blank page after case update
Description

I think the mantis is trying to send mail on every bug update even if it is not configured for it.

I set $g_enabled_email_notification = OFF; on config.inc.php and nothing done.

Only after I have commented "if( false == $p_bypass_mail ) { ..." in "BugData->update" the problem stopped happening.

TagsNo tags attached.

Activities

atrol

atrol

2014-04-15 16:17

developer   ~0040101

You have to set
$g_enable_email_notification
There is a typo in your setting (character d is wrong)
$g_enabled_email_notification

Does this fix your issue?

drgarcia1986

drgarcia1986

2014-04-15 16:27

reporter   ~0040102

oh sorry, my bad!
Removed the character "d" and comment on the code.
Now everything works good.

Thanks