1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Fixes #1782 - Menu-Manager list not populating when 'ONLY_FULL_GROUP_BY' is in sql-mode. Active SQL Modes added to the PHPInfo page.

This commit is contained in:
Cameron
2016-08-06 10:52:11 -07:00
parent 2df263a2b2
commit dfd6f9ea13
2 changed files with 16 additions and 3 deletions

View File

@@ -1059,6 +1059,8 @@ class admin_shortcodes
$text .= $themeinfo ? "<br />".FOOTLAN_7.": ".$themeinfo : '';
$sqlMode = str_replace(",", ", ",e107::getDB()->getMode());
$text .= "<br /><br />
<b>".FOOTLAN_8."</b>
<br />
@@ -1075,8 +1077,9 @@ class admin_shortcodes
<b>".FOOTLAN_12."</b>
<br />
".e107::getDB()->getServerInfo(). // mySqlServerInfo.
"<br />
".FOOTLAN_16.": ".$mySQLdefaultdb."
"<br />".FOOTLAN_16.": ".$mySQLdefaultdb."
<br />Mode: <small>".$sqlMode."</small>
<br /><br />
<b>".FOOTLAN_17."</b>
<br />utf-8