Hello,
Im sorry to come back to this but it is holding back upgrading my sites and I'm not sure this is the solution for me. Thank you for the patience to work this out.
In running the query noted in this thread, I get this answer:
Modifying the query slightly to this:
Code:
SELECT `user_id`, `type`, `object`, GROUP_CONCAT( `id` ) AS ids, COUNT(*) AS total
FROM `jos_comprofiler_plugin_activity_hidden`
WHERE `object` = ''
GROUP BY `user_id`, `type`, `object`;
I get this:
As you can see there are about a thousand results in the first one and about 230 in the second one.
- Is deleting all those rows from the second query the solution?
- Will this be a recurring thing?
It may be relevant to note that these sites have multiple access levels, some members share content "privately" with a select few of a "group" or ACL, and seeing the activity on the profile page may lead some to believe that a post or message that was intended to a small group is being exposed to the wider membership.
I took a screengrab of the last update with the error, when updating CB plugins to show context of what plugins are being updated. It seems that CB Activity was updated more than once?
Thank you,
Tomás