Skip to:
Content
Pages
Categories
Search
Top
Bottom

Compactibility issue with bp- follow plugin

  • @faithee2

    Participant

    hello friends at buddypress please i have issue where my site follow functions broke and i couldnt get it fixed as plugin developer is unreachable via github. the issue is the information below when debugged. please how can i fix this issue?

    Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the buddypress-followers domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/site.com/public_html/wp-includes/functions.php on line 6114

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the gamipress-link domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/site.com/public_html/wp-includes/functions.php on line 6114

    WordPress database error: [Unknown column ‘follow_type’ in ‘WHERE’]
    SELECT COUNT(id) FROM wp_bp_follow WHERE follower_id IN (1) AND follow_type = ”

    WordPress database error: [Unknown column ‘follow_type’ in ‘WHERE’]
    SELECT COUNT(id) FROM wp_bp_follow WHERE leader_id IN (1) AND follow_type = ”

Viewing 8 replies - 1 through 8 (of 8 total)
  • @alexanderwbell

    Participant

    Yea, so I use the same plugin and the plugin is old and doesn’t work with the latest versions of buddypress by default. I had to modify it. I believe the load text just in time is just a warning though, the fatal error I had was with the sql queries, it worked for me without fixing the warnings. When I get home, I might be able to share some code.

    @faithee2

    Participant

    Thanks for your feedback @alexanderwbell, i will be happy if you can share with me the working modified buddypress follow plugin thank you very much Boss.

    @alexanderwbell

    Participant

    I setup a fork of the original github repo, I can’t guarantee it 100% works, especially like with following blogs and stuff like that as I haven’t tested that throughly. I also haven’t tested it with legacy themes. However, for regular following and for the following activity filters in bp_noveau etc… it should work.

    https://github.com/Alexanderwbell/buddypress-followers

    @faithee2

    Participant

    @alexanderwbell Thank you very much i have checked and seen you did alot of work so far on the fork. i have fixed the issue, i downloaded the plugin from your repository and activated it and it still showed same issue, so i created a test site and installed the plugins it worked, i went into myphpadmin of the new site exported the wp_bp_follow table which is missing on my main site and imported it and everything started working fine. thank you very much sir, please can you make an edit whereby when a user follows another user, the second user will see FOLLOW BACK instead of FOLLOW as it is currently. please send me a link to connect with you on external social media outside here because i need a mentor and i must say you are good. thanks again.

    @faithee2

    Participant

    Thanks sir, i appreciate the support, i would love to work on the code but am more of designer for now, i will have to learn more on coding so it could take me some time to achieve that. i hope @alexanderwbell would consider adding it in his current code as it will make the project awesome. heres my profile on Oyyim chat (edit: link was removed) if you would like to take a look thanks.

    @alexanderwbell

    Participant

    buddypress already has a similar feature, it’s called bp friends, I can’t remember if it’ a standalone plugin, or if it’s its own plugin, but I also use that on my site. With the friends plugin, you can friend, and the user has to accept the friend request (which friends them back). This plugin also has support I believe with rtmedia’s privacy levels where you can friend people and then set post privacy levels so that only your friends can see the activity. (I might have made that functionality myself though, I can’t remember, I’ve written a lot of code). With the followers plugin, it’s just like regular followers where you would follow them and they don’t have to follow you back, and the user gets a following activity feed. that’s why I have both.

    @faithee2

    Participant

    Hello boss please can you help me out with the link to this plugin bp friends?

    @alexanderwbell

    Participant

    It actually appears to be a component in buddypress now apparently, so in the wordpress admin dashboard click on your installed plugins. Then under buddypress, click settings and then check friend connections and then save settings.

    Also if you would like to connect with me on social media as you said before, I am trying to grow my LinkedIn profile as I’m currently looking for a job. So unless the link gets removed, it is below:
    https://www.linkedin.com/in/alexander-bell-487a69295/

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar