Hi, everything was going great until I started getting a 500 mysql error:
SQL=SELECT a.id AS value, a.title AS text, COUNT(DISTINCT b.id) AS level FROM `hfym_usergroups` AS a LEFT JOIN `hfym_usergroups` AS b ON a.lft > b.lft AND a.rgt < b.rgt GROUP BY a.id, a.title, a.lft, a.rgt ORDER BY a.lft ASC
Warning: Invalid argument supplied for foreach() in /public_html/libraries/joomla/html/select.php on line 504
Can’t edit users or groups, or anything in the control panel.
Any suggestions of how to fix the SQL, I don’t understand what it means.
I uninstalled K2 and acymailing, not sure if that caused the problem…
thank you