I have attempted to test this from any angle I can so I am going to post my issue now.
Problem: After upgrading to 1.00.22 or 1.1.1 any previous entries to the Activity log do not show up (they are still in the db). Also, further entries do not show in the display (though they do show up in the db). I have reverted back to 1.00.20 several times, tried upgrading through 1.00.22 as well as a direct upgrade to 1.1.0 and 1.1.1 with the same results. The group activity log works just fine, the problem is only in user profiles.
I also ran a database trace and found the following:
returned
6 rows while running 1.00.20 (captured in sql trace):
dbo.activesocial_JournalUser_List @PortalId=0,@UserId=1,@JournalTypeId=-1,@RowIndex=0,@MaxRows=20,@FilterTypes=N'9,3,4,15,7,8,11,5,6'
returned
0 rows after upgrading to 1.1.1 and saving settings in control panel (captured in sql trace):
dbo.activesocial_JournalUser_List @PortalId=0,@UserId=1,@JournalTypeId=-1,@RowIndex=0,@MaxRows=20,@FilterTypes=N'9,3,4,15,7,8,11,5,6'
What is very confusing to me is that 1.1.1 works fine in my development site. The only difference I can think of is that I applied every release as it was available there, but I can't be certain I have been able to apply each iterative release the same in production. That said, I have reverted back to my 1.00.20 backup multiple times including direct to 1.1.1 and iterating through each release I had downloaded, all with the same results.
Thanks in advance for any help!
Chris