Index: branches/5.2.x/core/kernel/utility/logger.php =================================================================== diff -u -N -r16714 -r16715 --- branches/5.2.x/core/kernel/utility/logger.php (.../logger.php) (revision 16714) +++ branches/5.2.x/core/kernel/utility/logger.php (.../logger.php) (revision 16715) @@ -1,6 +1,6 @@ Application->isDebugMode() ) { + $date = date('Y-m-d H:i:s'); + $reference = $this->_logRecord['LogUniqueId'] . '-' . time(); + + $message = <<Oops, something went wrong +This is page is currently not available. +We are working on the problem, and appreciate your patience.
+
+Date: {$date}
+Reference: {$reference}
+HTML; + + return $message; + } + if ( !isset($errno) ) { $errno = $this->_logRecord['LogCode']; } @@ -1323,7 +1339,7 @@ exit(1); } - echo '
' . $error_msg . '
'; + echo '
' . $error_msg . '
'; exit; } Index: branches/5.2.x/core/admin_templates/logs/system_logs/system_log_edit.tpl =================================================================== diff -u -N -r15552 -r16715 --- branches/5.2.x/core/admin_templates/logs/system_logs/system_log_edit.tpl (.../system_log_edit.tpl) (revision 15552) +++ branches/5.2.x/core/admin_templates/logs/system_logs/system_log_edit.tpl (.../system_log_edit.tpl) (revision 16715) @@ -102,6 +102,7 @@ + @@ -190,4 +191,4 @@ }); - \ No newline at end of file + Index: branches/5.2.x/core/install/english.lang =================================================================== diff -u -N -r16674 -r16715 --- branches/5.2.x/core/install/english.lang (.../english.lang) (revision 16674) +++ branches/5.2.x/core/install/english.lang (.../english.lang) (revision 16715) @@ -546,6 +546,7 @@ U291cmNlIEZpbGVuYW1l VGltZXN0YW1w VHlwZQ== + VW5pcXVlIElE VXNlciBEYXRh TWFyZ2luIEJvdHRvbQ== TWFyZ2luIExlZnQ= Index: branches/5.2.x/core/units/logs/system_logs/system_logs_config.php =================================================================== diff -u -N -r16388 -r16715 --- branches/5.2.x/core/units/logs/system_logs/system_logs_config.php (.../system_logs_config.php) (revision 16388) +++ branches/5.2.x/core/units/logs/system_logs/system_logs_config.php (.../system_logs_config.php) (revision 16715) @@ -1,6 +1,6 @@ Array ('default' => 'icon16_item.png'), 'Fields' => Array ( 'LogId' => Array ('title' => 'column:la_fld_Id', 'filter_block' => 'grid_range_filter', 'width' => 80), + 'LogUniqueId' => Array ('filter_block' => 'grid_range_filter', 'width' => 100), 'LogLevel' => Array ('filter_block' => 'grid_options_filter', 'width' => 100), 'LogType' => Array ('filter_block' => 'grid_options_filter', 'width' => 80), 'LogCode' => Array ('filter_block' => 'grid_range_filter', 'width' => 80), @@ -202,4 +203,4 @@ ), ), ), -); \ No newline at end of file +);