View Issue Details

IDProjectCategoryView StatusLast Update
0012367mantisbtbugtrackerpublic2011-08-05 02:25
Reporterdhx Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.3 
Summary0012367: logging_api: Undefined variable: s_msg
Description

When email logging is enabled via logging_api and an administrator modifies a user account via the manage user screen, an error message is returned:

Undefined variable: s_msg

The offending code from within the log_event() function of logging_api.php:

       case 'file':
$t_php_event = $t_now . ' ' . $t_level . ' ' . $s_msg;
error_log( $t_php_event . PHP_EOL, 3, $t_modifiers );
break;

At this point $s_msg may or may not be defined.

TagsNo tags attached.

Relationships

duplicate of 0012373 closeddhx log_event doesn't log simple string logs 

Activities

dhx

dhx

2010-09-21 21:06

reporter   ~0026833

A patch for this has been provided in 0012373 so I'm closing this issue as a duplicate.