[buddypress-trac] [BuddyPress] #3686: Call-time pass-by-reference in bp-xprofile-classes.php
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sat Oct 15 18:18:04 UTC 2011
#3686: Call-time pass-by-reference in bp-xprofile-classes.php
--------------------------+-----------------------------
Reporter: mercime | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: XProfile | Version:
Severity: normal | Keywords:
--------------------------+-----------------------------
1. BuddyPress 1.5 was inactive.
3. WP_DEBUG is true. Only plugin active was Debogger.
3. Upgraded to BP 1.5.1 per message in test site's plugin page.
4. Activated BuddyPress and received following error:
{{{
Warning: Call-time pass-by-reference has been deprecated; If you would
like to pass it by reference, modify the declaration of do_action(). If
you would like to enable call-time pass-by-reference, you can set
allow_call_time_pass_reference to true in your INI file in
/xxxx/xxxx/xxxxx/xxxx.com/wp-content/plugins/buddypress/bp-xprofile/bp-
xprofile-classes.php on line 751
}}}
line 751:
{{{
<?php do_action( 'xprofile_field_additional_options', &$this ) ?>
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3686>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list