 |
| General Error |
Could not query forum donors information
DEBUG MODE
SQL Error : 1055 Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'frm.a.MNY_CURRENCY' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
SELECT MAX(a.lw_date) as date, SUM(a.lw_money) as lw_money, a.MNY_CURRENCY, u.* from imod_account_hist a, imod_users u where a.comment like 'donate from%' AND u.user_id = a.user_id group by a.user_id ORDER BY date DESC LIMIT 10
Line : 4541 File : functions.php |
| |
|  |