after upgraded from ver 3 to ver 5, all easyblog pages can not show correctly. Any upgrade instructions? Am I missing something? I just installed the ver 5 on top of old one.
Fatal error: Class 'FD' not found in /home/macauce9/public_html/dev/administrator/components/com_easyblog/includes/easysocial/easysocial.php on line 377
got error when visit easyblog page
http://www.macaucentral.com/dev/%E4%B8%BB%E9%A1%8C%E6%97%A5%E8%AA%8C
Error: 1064 - 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 '-2' at line 1 SQL=select a.* from (SELECT a.*, (select count(1) from `jos_easyblog_post_category` as `pcat` INNER JOIN `jos_easyblog_post` as p on pcat.`post_id` = p.`id` and p.`published` = '1' and p.`state` = '0' where pcat.`category_id` IN (select c.`id` from `jos_easyblog_category` as c where (c.`id` = a.`id` OR c.`parent_id` = a.`id`)) ) as cnt from `jos_easyblog_category` as a WHERE a.`published`='1' and a.`parent_id` = 0 and (( ( a.`private` = 0) OR ( a.`private` = 1 and 1 > 0) OR ( a.`private` = 2 and (select count(1) from `jos_easyblog_category_acl` where `category_id` = a.`id` and `acl_id` = 1 and `content_id` in (8)) > 0)) )) as a where a.cnt > 0 ORDER BY a.`created` DESC LIMIT 0,-2