Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problems after update from 1.5.7 to 1.6

  • First, I got a problem with Buddypress groups document plugin and here is what it shows in error_log file:
    `[06-Aug-2012 15:25:39 UTC] PHP Fatal error: Call to undefined function bp_is_group_admin_screen() in /home/starco/public_html/wp-content/plugins/buddypress-group-documents/include/group-admin.php on line 31`.

    and how the function was used
    `//only continue of we’re viewing Group Docs Settings
    if( bp_is_group_admin_screen($bp->group_documents->slug)) {

    if ( !$bp->is_item_admin )
    return false;

    // If the edit form has been submitted, save the edited details
    bp_group_documents_group_admin_save();

    //add a hook to show the options
    add_action(‘groups_custom_edit_steps’,’bp_group_documents_group_admin_edit’);

    if ( (‘1.1’ == substr(BP_VERSION,0,3)) && (” != locate_template( array( ‘groups/single/admin.php’ ), false )) ) {
    bp_core_load_template( apply_filters( ‘groups_template_group_admin_settings’, ‘groups/single/admin’ ) );
    } elseif ( ” != locate_template( array( ‘groups/single/home.php’ ), false ) ) {
    bp_core_load_template( apply_filters( ‘groups_template_group_home’, ‘groups/single/home’ ) );
    } else {
    bp_core_load_template( apply_filters( ‘groups_template_group_admin_settings’, ‘groups/single/admin’ ) );
    }
    }`.

    any alternative for this?

    Than I disabled the plugin to avoid this bug so I got a blank page, I founded that frisco theme was damaged because the parent theme was not found !!

Viewing 7 replies - 1 through 7 (of 7 total)

  • Tammie Lister
    Moderator

    @karmatosed

    Just as a first step, have you tried updating your theme to the latest version that works with 1.6? When an update happens it’s time to also update any theme or plugins you use.

    The error is reported from the buddypress-group-documents plugin. Get in contact with the plugin’s author and let them know.

    Theme problem resolved (was my fault lol), but any alternative for bp_is_group_admin_screen function please??

    bp_is_group_admin_screen is still in BuddyPress 1.6.

    OK ! I’ll contact plugin editor, thank you for buddypress :)

    Since upgrading to 1.6 my group invitations are showing like this:

    You have an invitation to the group: & # 8 2 2 0 ;New Group& # 8 2 2 1 ;

    Instead of like:

    You have an invitation to the group: “New Group”;

    Can someone tell me how to fix it?

    Forgot to say the above is in the subject line. The text in the email itself works fine.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problems after update from 1.5.7 to 1.6’ is closed to new replies.
Skip to toolbar