You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result
An error has occurred.
0 ERROR: column "gvcms_menu.language" must appear in the GROUP BY clause or be used in an aggregate function LINE 1: SELECT menutype, language ^
Prerequisites
Steps to reproduce the issue
Result
An error has occurred.
0 ERROR: column "gvcms_menu.language" must appear in the GROUP BY clause or be used in an aggregate function LINE 1: SELECT menutype, language ^
Comments
https://github.com/t3framework/t3/blob/master/source/plg_system_t3/includes/admin/megamenu.php
line 214 :
$query = $db->getQuery(true)
->select('menutype, language')
->from($db->quoteName('#__menu'))
->where('published = 1')
->group('menutype');
$db->setQuery($query);
$menulangs = $db->loadAssocList('menutype');
The text was updated successfully, but these errors were encountered: