Opened 13 years ago
Closed 13 years ago
#3686 closed defect (bug) (fixed)
Call-time pass-by-reference in bp-xprofile-classes.php
Reported by: | mercime | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Extended Profile | Keywords: | |
Cc: |
Description
- BuddyPress 1.5 was inactive.
- WP_DEBUG is true. Only plugin active was Debogger.
- Upgraded to BP 1.5.1 per message in test site's plugin page.
- 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 ) ?>
Change History (3)
Note: See
TracTickets for help on using
tickets.
Warning removed by minor change