BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Error getting likes.

Viewing 15 posts - 1 through 15 (of 18 total)
  • Question

    #31376
    @mth75

    @TJ,

    I’m getting the “Error getting likes.” on wall entries … this one is new (all latest versions)

    Regards,

    Marc

    Answers

    #31378
    @mth75

    See screenshot:

    Error getting likes

    #31390
    @raytronx

    I’ve seen this at times as well.
    https://www.buddyboss.com/support-forums/topic/error-getting-likes/

    The last three days it has disappeared and the likes are appearing correct, maybe some plugin update or WP 4.0 fixed it…

    #31398

    Alyssa
    Participant
    @alyssa-buddyboss

    @raytronx perhaps after the installation of WP 4.0 there was a database cleanup performed and that fixed the issue. Is the issue related to someone liking the activity and then unliking it making the like count return to 0? Let me know if you are able to reproduce it consistently.

    #31445
    @raytronx

    Error getting likes reappeared again. Video shows some interesting behavior.

    #31447

    Alyssa
    Participant
    @alyssa-buddyboss

    @raytronx does disabling plugins help?

    #31463
    @mth75

    @TJ

    This not a plugin problem. The problem seems to be restricted, only likes on replies are generating errors …

    #31491

    Alyssa
    Participant
    @alyssa-buddyboss

    I see, I will try to replicate this knowing the new information.

    #31495

    Alyssa
    Participant
    @alyssa-buddyboss

    @mth75 I am unable to replicate this on your site, can you verify you are still having issues?

    @raytronx
    I see it all over your site. Can you make my user an admin?

    #31499
    @raytronx

    @tjchester OK, done

    #31534

    Alyssa
    Participant
    @alyssa-buddyboss

    @raytronx I discovered that the likes are only not functioning on the activity page. They work fine on profile activity streams. With that being said you need to completely remove W3 Total Cache. It is still caching your website causing the error getting likes (even though you disabled caching and disabled the plugin). W3TC is notorious for continuing to cache after disabled. You will need to COMPLETELY remove the plugin, manually, to correct this issue. Here is a set of directions: http://www.tech-recipes.com/rx/36504/wordpress-manual-uninstall-of-w3-total-cache/

    I’m not sure if these are 100% complete uninstall instructions but I hope this will resolve the issue.

    #31539
    @raytronx

    OK will remove. I have it installed for using MaxCDN and was testing out Object caching re: the blog tutorial https://www.buddyboss.com/tutorials/caching-buddypress/ by @michael

    One question.
    My BuddyBoss site is located in a addon domain, so the directory is in a subfolder of another website I run which has W3 Total cache running. I know the .htaccess files can be recursive. Do you think that can still effect it even with W3 Total Cache removed from the BB site?

    #31540

    Alyssa
    Participant
    @alyssa-buddyboss

    @raytronx that is not the issue. There is something else after further research. There appears to be a database issue. Perhaps the bump to top plugin, I’m still researching.

    #31541
    @raytronx

    OK, Thanks, I’ll leave it the way it is then.

    #31554

    Alyssa
    Participant
    @alyssa-buddyboss

    @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 ){

Viewing 15 posts - 1 through 15 (of 18 total)
  • The question ‘Error getting likes.’ is closed to new replies.