• mod_fcgid: stderr: PHP Fatal error: Call to a member function get_role_caps() on boolean in groups/lib/core/class-groups-user.php on line 389
    //////////// THIS IS THE SECTION IN QUESTION
    if ( apply_filters( ‘groups_user_add_role_capabilities’, true ) ) {
    // Get all capabilities from the WP_User object.
    $role_caps = $this->user->get_role_caps();
    ////////////
    Does not seem to be a conflict
    site is running on godaddy hosting

The topic ‘Keep getting this error mod_fcgid: stderr: PHP Fatal error:’ is closed to new replies.