BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › Error getting likes patch
- This topic has 34 replies, 10 contibutors, and was last updated 8 years, 12 months ago by Anonymous.
Question
August 20, 2014 at 12:13 pm #32038@raytronx@tjchester I noticed the problem came back after the latest BB Wall update. looks like it overwrote the change. So I replaced the line again in includes/wall-template.php to fix it.
Is this fix going to be put into the new updates or is it something I will have to change after every update?@raytronx SOLVED
Change line 132 of includes/wall-template.php from this:
if( !$users_who_liked && $refetch_users_who_liked ){
to this:
if( !$users_who_liked ){Answers
August 20, 2014 at 12:13 pm #30745@adminzenoedI see that message underneath some of the activity streams. Not sure if this is bb4 related. Any idea to fix?
August 20, 2014 at 12:38 pm #30749@adminzenoedOk. This happens when user account is deleted. The likes count is not reset. Small inconvenience ?
August 20, 2014 at 4:26 pm #30792@alyssa-buddyboss
AlyssaParticipant@adminzenoed perhaps just a small issue converting BuddyPress favorites to likes. I’ll submit to developers a medium level ticket item since it is not breaking anything, just minor inconvenience. Thanks for the report.
August 26, 2014 at 12:11 pm #30967@
Anonymous@adminzenoed Can you elaborate on this?
Where exactly do you see the like count not reset? Let’s say you Like a post from User A and User B. You go to your Likes tab and see 2 likes. Then User B is deleted. You go to the Likes tab and still see 2 likes when it should be 1. Is that what you are describing, or something else?
August 27, 2014 at 2:30 am #31000@adminzenoedHi. I saw that message in the sitewide activity streams and also at the Likes tab activity stream; not during “liking” an activity or posts. For example, in my Likes tab, one of the previous activities is shown (where I have liked before) but with the msg text “Error getting likes” underneath the stream.
August 27, 2014 at 9:00 am #31005@raytronxI’m seeing this in my activity stream as well. Under some comments where it should say User liked this it just prints out “Error getting likes”. If I click like or unlike it will actually clear that and show the proper string but on the next page refresh it returns to “Error getting likes” again.
September 28, 2014 at 3:41 pm #32072@jasonvphase2solutionsI see several other posts with the same issue. I tried using the patch as described in this post: https://www.buddyboss.com/support-forums/topic/error-getting-likes-patch/
No luck. I’m using WP 4.0, BP 2.1 and the latest version of BuddyBoss. Any thoughts on how to fix?
September 28, 2014 at 10:28 pm #32086@jasonvphase2solutionsOne other point, I’m using WP Multisite with Multi DB running.
September 29, 2014 at 5:10 am #32092@jasonvphase2solutionsAny update on this? I’m experiencing the same issue. I tried the patch on line 132 that was mentioned in another support string, however that didn’t work.
September 29, 2014 at 1:15 pm #32105@alyssa-buddyboss
AlyssaParticipant@michael FYI
September 29, 2014 at 1:50 pm #32110@jasonvphase2solutionsQuick update: I tested BuddyBoss Wall on a single install using BP 2.1 and WP 4.0 with the latest version of BuddyBoss. It worked fine.
I tested the same plugin with the same BP/WP versions however on multisite installs and none of them work. I’m thinking it has something to do with retrieving users, but am not sure. Please advise.
@michael @tjchester
September 29, 2014 at 2:32 pm #32113@jasonvphase2solutionsI deactivated BP Multi Network and the BuddyBoss Wall works. The only issue is that I need to have BP Multi Network active considering how my network is setup. Based on this, what suggestion would you have to get this working?
@michael @tjchester
September 29, 2014 at 4:54 pm #32115@jasonvphase2solutionsFYI, I am referring to the BP Multi Network plugin by sbrajesh: https://github.com/sbrajesh/buddypress-multi-network
When this plugin is activated is when I get the “Error Getting Likes”. Please advise on how to fix. I really appreciate your help in advance.
@michael @tjchester
September 30, 2014 at 4:13 pm #32132@alyssa-buddyboss
AlyssaParticipant@jasonvphase2solutions this may take some time to work out. We haven’t experienced any users who have used this plugin. Thank you for your patience.
- The question ‘Error getting likes patch’ is closed to new replies.