@sethshoultes
Active 2 months, 2 weeks ago
-
sethshoultes posted a new activity comment 13 years, 9 months ago
Dude. You need to turn down your error reporting. This is a warning message that a PHP function has been deprecated.
If you took the time to read the error, you will see it is a setting in your Buddypress install that needs to be updated (wp-content/plugins/buddypress/bp-core.php on line 562 ):
If you would like to enable call-time…[Read more]
I am also getting this error. I found the apply_filters line on my be-core.php file (line 565) but do not see where to add “allow_call_time_pass_reference=true”
any tips would be appreciated