Hi,
I'm uder testing easy profil to integrate in a production environment.
I use easybog, easydiscuss and easy profil. I install the joomsocial pluging and configure EB and ED to use avatar from jomsocial.
So, when user add a photo to their joomla profil (with easy profil menu), and when they come back to home, they get a blak screen.
I try to connect directly to the ED URL and i get this 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 ') union select b.`category_id` from `b1j2i_discuss_category_acl_map` as b ' at line 1 SQL=select c.`id` from `b1j2i_discuss_category` as c where not exists ( select b.`category_id` from `b1j2i_discuss_category_acl_map` as b where b.`category_id` = c.`id` and b.`acl_id` = '2' and b.`type` = 'group' and b.`content_id` IN () union select b.`category_id` from `b1j2i_discuss_category_acl_map` as b where b.`category_id` = c.`id` and b.`acl_id` = '2' and b.`type` = 'user' and b.`content_id` = '567' ) and c.`private` = '2'"
When user disconnect from the site, the home page is working well. Also when they reconnect to the site.
Could you help me?