View Issue Details

IDProjectCategoryView StatusLast Update
0013545mantisbtadministrationpublic2014-12-08 02:07
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0013545: Admin check for PHP has incorrect logic to verify PHP errors logging
Description

The check for "PHP errors are being logged or reported" in the new admin check interface has incorrect logic, causing it to always report a warning condition.

The warning should only be printed if both display_errors and log_errors are Off.

TagsNo tags attached.

Relationships

related to 0011576 closeddhx New and improved check.php for checking MantisBT installation settings/environment 
related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036391

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

Related Changesets

MantisBT: master 88ca322b

2011-11-19 08:26

dregad


Details Diff
Fix PHP admin check for error logging/reporting

The check for "PHP errors are being logged or reported" in the new
admin check interface has incorrect logic, causing it to always report
a warning condition.

The warning should only be printed if both display_errors and
log_errors are Off.

Fixes 0013545, 0011576
Affected Issues
0011576, 0013545
mod - admin/check/check_php_inc.php Diff File