sources/database/Db-mysql.class.php 1 location
|
@@ 677-678 (lines=2) @@
|
| 674 |
|
$context['error_message'] = $txt['try_again']; |
| 675 |
|
|
| 676 |
|
// Add database version that we know of, for the admin to know. (and ask for support) |
| 677 |
|
if (allowedTo('admin_forum')) |
| 678 |
|
$context['error_message'] .= '<br /><br />' . sprintf($txt['database_error_versions'], $modSettings['elkVersion']); |
| 679 |
|
|
| 680 |
|
if (allowedTo('admin_forum') && $db_show_debug === true) |
| 681 |
|
$context['error_message'] .= '<br /><br />' . nl2br($db_string); |
sources/database/Db-postgresql.class.php 1 location
|
@@ 532-533 (lines=2) @@
|
| 529 |
|
$context['error_message'] = $txt['try_again']; |
| 530 |
|
|
| 531 |
|
// Add database version that we know of, for the admin to know. (and ask for support) |
| 532 |
|
if (allowedTo('admin_forum')) |
| 533 |
|
$context['error_message'] .= '<br /><br />' . sprintf($txt['database_error_versions'], $modSettings['elkVersion']); |
| 534 |
|
|
| 535 |
|
if (allowedTo('admin_forum') && $db_show_debug === true) |
| 536 |
|
$context['error_message'] .= '<br /><br />' . nl2br($db_string); |