Sources/Subs-Db-mysql.php 1 location
|
@@ 707-710 (lines=4) @@
|
| 704 |
|
else |
| 705 |
|
$context['error_message'] = $txt['try_again']; |
| 706 |
|
|
| 707 |
|
if (allowedTo('admin_forum') && isset($db_show_debug) && $db_show_debug === true) |
| 708 |
|
{ |
| 709 |
|
$context['error_message'] .= '<br><br>' . nl2br($db_string); |
| 710 |
|
} |
| 711 |
|
|
| 712 |
|
// It's already been logged... don't log it again. |
| 713 |
|
fatal_error($context['error_message'], false); |
Sources/Subs-Db-postgresql.php 1 location
|
@@ 611-614 (lines=4) @@
|
| 608 |
|
else |
| 609 |
|
$context['error_message'] = $txt['try_again']; |
| 610 |
|
|
| 611 |
|
if (allowedTo('admin_forum') && isset($db_show_debug) && $db_show_debug === true) |
| 612 |
|
{ |
| 613 |
|
$context['error_message'] .= '<br><br>' . nl2br($db_string); |
| 614 |
|
} |
| 615 |
|
|
| 616 |
|
// It's already been logged... don't log it again. |
| 617 |
|
fatal_error($context['error_message'], false); |