Database error in vCard PRO:
INVALID SQL: SELECT *, count(cd.card_id) AS count
FROM vcard_stats AS s
LEFT JOIN vcard_cards AS cd ON (s.card_id=cd.card_id)
LEFT JOIN vcard_category AS ct ON (cd.card_category = ct.cat_id)
WHERE (ct.cat_active='1') 
GROUP BY s.card_id
ORDER BY count DESC
LIMIT 

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 '' at line 8
mysql error number: 1064
Date: 2008/08/20 - 07:35:56 PM
Script: /web/cards/
Referer: