I recently upgraded my wiki and this extension to MW1.34 so I'm not sure if this is an issue with my database or the extension. Apologies if this is the wrong place to post it. I noticed the edit counts on user profiles are no longer updating, and points aren't either. When deleting an image, this error appears:
Notice: Undefined property: stdClass::$rev_actor in /extensions/SocialProfile/UserStats/EditCount.php on line 79
The image still deletes properly though. I checked my database and while the other database tables have appeared to update its columns for actor migration, the revision table still has rev_user and rev_user_text instead of rev_actor. I tried running migrateActors.php but it said it was already completed so nothing changed.