Quote:
Originally Posted by Xanlamin
mySQL grouping erros resolved. Download newest zip and reimport the xml.
|
We are still having the same issue with the latest version of the plugin. Any ideas?
Downloaded YaAS-3.8.3.1.zip from the link above.
Code:
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT a.*, au.*, SUM(award_pointvalue) AS TotalPoints
FROM award a, award_user au
WHERE (au.userid = 4981) AND (a.award_id=au.award_id);
MySQL Error : Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Error Number : 1140