Revision e8e494f3
Added by Chris Buechler over 10 years ago
etc/inc/config.lib.inc | ||
---|---|---|
924 | 924 |
if ( $error !== NULL) { |
925 | 925 |
if ( $error['type'] != E_NOTICE ) { |
926 | 926 |
$errorstr = "PHP ERROR: Type: {$error['type']}, File: {$error['file']}, Line: {$error['line']}, Message: {$error['message']}"; |
927 |
print($errorstr); |
|
928 |
log_error($errorstr); |
|
927 |
// XXX: comment out for now, should re-enable post-2.2 |
|
928 |
//print($errorstr); |
|
929 |
//log_error($errorstr); |
|
929 | 930 |
} |
930 | 931 |
} |
931 | 932 |
|
Also available in: Unified diff
disable this PHP error logging, errors that are really significant end up with a crash report, this is more noise than useful at this stage in 2.2.