When I click the user profile button on my website it used to take me to CBuilder profile page but now when I click the button I get
1267 - Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' SQL=SELECT COUNT( a.`id` ) FROM `#__comprofiler_plugin_activity_notifications` AS a LEFT JOIN `#__comprofiler` AS cb ON cb.`id` = a.`user_id` LEFT JOIN `#__users` AS j ON j.`id` = cb.`id` LEFT JOIN `#__comprofiler_plugin_activity_hidden` AS b ON b.`user_id` = 728 AND b.`type` = 'notification' AND b.`item` = a.`id` INNER JOIN `#__comprofiler_plugin_activity_read` AS c ON c.`user_id` = 728 AND c.`asset` = 'notification.728' AND c.`date` < a.`date` WHERE cb.`approved` = 1 AND cb.`confirmed` = 1 AND j.`block` = 0 AND ( a.`user` = 728 OR a.`global` = 1 ) AND b.`id` IS NULL AND ( ( a.`asset` LIKE 'gallery.%' AND ( SELECT COUNT(*) FROM `#__comprofiler_plugin_gallery_items` AS gallery_item LEFT JOIN `#__comprofiler_plugin_gallery_folders` AS gallery_folder ON gallery_item.`folder` = gallery_folder.`id` WHERE gallery_item.`type` = SUBSTRING_INDEX( REPLACE( a.`asset`, 'gallery.', '' ), '.', 1 ) AND gallery_item.`id` = SUBSTRING_INDEX( REPLACE( REPLACE( REPLACE( REPLACE( a.`asset`, 'gallery.music.', '' ), 'gallery.videos.', '' ), 'gallery.photos.', '' ), 'gallery.files.', '' ), '.', 1 ) AND ( gallery_item.`folder` = 0 OR gallery_folder.`id` IS NOT NULL ) ) > 0 ) OR ( a.`asset` NOT LIKE 'gallery.%' ) ) AND ( ( a.`asset` LIKE 'groupjive.group.%' AND ( SELECT COUNT(*) FROM `#__groupjive_groups` AS gj_g LEFT JOIN `#__groupjive_categories` AS gj_c ON gj_c.`id` = gj_g.`category` LEFT JOIN `#__groupjive_users` AS gj_u ON gj_u.`user_id` = 728 AND gj_u.`group` = gj_g.`id` LEFT JOIN `#__groupjive_invites` AS gj_i ON gj_i.`group` = gj_g.`id` AND gj_i.`accepted` = '0000-00-00 00:00:00' AND ( ( gj_i.`email` =
It used to go to the users profile
Thanks