[buddypress-trac] [BuddyPress] #1096: Errors when using define('BP_IGNORE_DEPRECATED', true ); in wp-config.php
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sat Sep 26 16:22:48 UTC 2009
#1096: Errors when using define('BP_IGNORE_DEPRECATED', true ); in wp-config.php
-------------------------+--------------------------------------------------
Reporter: messenlehner | Owner: messenlehner
Type: task | Status: accepted
Priority: major | Milestone: 1.2
Keywords: |
-------------------------+--------------------------------------------------
Changes (by messenlehner):
* owner: => messenlehner
* status: new => accepted
Comment:
Submitted two patches for errors that occur at /members/username/
Fatal error: Call to undefined function
bp_core_get_userid_from_user_login() in /wp-content/plugins/buddypress
/bp-core.php on line 574
Changed:
return apply_filters( 'bp_core_get_displayed_userid',
bp_core_get_userid_from_user_login( $user_login ) );
To:
return apply_filters( 'bp_core_get_displayed_userid', bp_core_get_userid(
$user_login ) );
Fatal error: Call to undefined function bp_the_avatar() in /bp-sn-
parent/profile/profile-menu.php on line 3
Changed:
<?php bp_the_avatar() ?>
To:
<?php bp_displayed_user_avatar('type=full') ?>
--
Ticket URL: <http://trac.buddypress.org/ticket/1096#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list