Support » Plugin: Events Manager - Calendar, Bookings, Tickets, and more! » Updating Events Manager Plugin and BuddyPress

  • clickmarketing

    (@clickmarketing)


    My website has BuddyPress plugin and when I updated the events plugin to 5.1.4, I copuldn’t access WP Dashboard anymore and it gave this error: Fatal error: Class ‘BP_Groups_Member’ not found in events-manager/buddypress/bp-em-groups.php on line 85. So I found a solution that says to re-enable the Groups (I had it initially disabled). Thought you guys should now and I hope this can be fixed. Thanks!

    http://wordpress.org/extend/plugins/events-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • agelonwl

    (@angelonwl)

    am going to try it out. thx

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    will fix this

    alexmoomey

    (@alexmoomey)

    clickmarketing, how did you enable groups without the GUI. i’m having the same issue

    agelonwl

    (@angelonwl)

    at the moment, the workaround would be changing line 82 in events-manager/buddypress/bp-em-groups.php

    From
    if( is_user_logged_in() ){

    to
    if( is_user_logged_in() && class_exists("BP_Groups_Member") ){

    alexmoomey

    (@alexmoomey)

    Ok.. just for others here’s what i did.

    I deleted the events manage plugin (backing up a copy first). This allowed the admin gui to work. I then turned buddypress groups on. Then put events manage back in place and its all working now.. i just know better than to turn groups off now. :-/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Updating Events Manager Plugin and BuddyPress’ is closed to new replies.