View Issue Details

IDProjectCategoryView StatusLast Update
0015685mantisbtbugtrackerpublic2014-12-08 02:07
Reporterdregad Assigned Todregad  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0015685: LOG_DATABASE causes 'Array to string conversion' system notice
Description

SYSTEM NOTICE
'Array to string conversion' in '.../mantisbt/core/logging_api.php' line 93

Steps To Reproduce

On commit dd66cd8cd or before:

  • Set $g_log_level = LOG_DATABASE; in config_inc.php
  • Load any page
Additional Information

This was introduced by 3ea2997a

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036065

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master e312d228

2013-03-26 21:47

dregad


Details Diff
LOG_DATABASE causes 'Array to string conversion' system notice

This is due to using $p_msg instead of $s_msg in log_event() at line 93.

Fixes 0015685
Affected Issues
0015685
mod - core/database_api.php Diff File
mod - core/logging_api.php Diff File