Hi,
Today I installed product and I got an error:
Database error in vBulletin 4.1.5:
Invalid SQL:
SELECT AVG(microclassifieds_orders.sreviewrating) AS thisrating,
microclassifieds_profiles.* AS thisprofile
FROM microclassifieds_orders
JOIN microclassifieds_profiles
ON microclassifieds_profiles.userid=microclassifieds_ orders.sellerid
WHERE microclassifieds_orders.sreviewrating>0
GROUP BY microclassifieds_orders.sellerid
ORDER BY microclassifieds_orders.sreviewrating DESC
LIMIT 5;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS thisprofile
FROM microclassifieds_orders
vb 4.1.5
Username : Admin
Classname : vB_Database
MySQL Version : 5.5.14-log
Could you tell me how to fix it?
Regards
Remek
|