• At first I was able to assign an event to a group, BUT those events would not show up in the group events page. Now, I deleted all those events, created a new one and see this message in the group assignment field:

    Warning: call_user_func(EM_Event_Post_Admin::meta_box_group) [function.call-user-func]: First argument is expected to be a valid callback in /home/mydomain/public_html/wp-admin/includes/template.php on line 958

    Any clues?

    https://www.ads-software.com/extend/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I tried your instructions and seems to be okay, could it be a theme or a plugin conflict causing these? try to temporarily deactivate other plugins or revert to default theme.

    Thread Starter sharonmiranda

    (@sharonmiranda)

    I did, turn off all plugins to no avail.
    Are you not having this issue in the recurring event section? At first, the issue was in single and recurring, I believe. but now is only in recurring.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    what about your theme? doesn’t happen to us

    Only change 2 lines having line number 357,363 under plugins/events-manager/classes/em-event-post-admin.php to
    add_meta_box(’em-event-group’, __(‘Group Ownership’,’dbem’), ‘bp_em_meta_box_group’,’event-recurring’, ‘side’,’low’);

    change this metabox code for both of the lines that I mention

    It solved my same issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Events Manager] Issue with group assignment: Warning: call_user_func’ is closed to new replies.