• HI,
    thanks for building this plugin, I really need it! However I just installed and got immediate errors.

    After activation I got this error:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘buddypress-groups-import_textdomain’ not found or invalid function name in /home/wp_3dvuy5/myharbors.com/wp-includes/plugin.php on line 525

    Other things stopped working then too. For example when I did a search for a group on the group admin page I got this error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/wp_3dvuy5/myharbors.com/wp-includes/plugin.php:525) in /home/wp_3dvuy5/myharbors.com/wp-includes/pluggable.php on line 1171

    I had to deactivate the plugin in order to do any further work. thoughts on what’s wrong?
    Thanks

    https://www.ads-software.com/plugins/buddypress-groups-import/

Viewing 1 replies (of 1 total)
  • Hi,

    I also faced same issue & i was able to fix it. Please change ‘buddypress-groups-import_textdomain’ to ‘bpgi_textdomain’ in line #19 –

    add_action( 'plugins_loaded', 'buddypress-groups-import_textdomain' );

    Actually ‘buddypress-groups-import_textdomain’ function does not exist at all. I think developer changed that function name to ‘bpgi_textdomain’ but forgot to change line #19

    • This reply was modified 8 years, 2 months ago by sadrul.
Viewing 1 replies (of 1 total)
  • The topic ‘Warnings on install cause failure’ is closed to new replies.