Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call-time pass-by-reference errors #69

Closed
mercime opened this issue Jan 22, 2012 · 3 comments
Closed

Call-time pass-by-reference errors #69

mercime opened this issue Jan 22, 2012 · 3 comments

Comments

@mercime
Copy link

mercime commented Jan 22, 2012

WP_DEBUG is true - and I was testing my bp-default child theme with different BP plugins. Upon activation of your plugin:

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). 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 /xxx/xxx/xxx/wp-content/plugins/buddypress-courseware/courses/courses.class.php on line 328

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). 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 /xxx/xxx/xxx/wp-content/plugins/buddypress-courseware/groups/groups.class.php on line 129

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). 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 /xxx/xxx/xxx/wp-content/plugins/buddypress-courseware/groups/groups.class.php on line 168

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). 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 /xxx/xxx/xxx/wp-content/plugins/buddypress-courseware/groups/groups.class.php on line 170

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). 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 /xxx/xxx/xxx/wp-content/plugins/buddypress-courseware/activity/activity.class.php on line 68

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). 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 /xxx/xxx/xxx/wp-content/plugins/buddypress-courseware/activity/activity.class.php on line 69

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). 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 /xxx/xxx/xxx/wp-content/plugins/buddypress-courseware/activity/activity.class.php on line 98

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). 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 /xxx/xxx/xxx/wp-content/plugins/buddypress-courseware/activity/activity.class.php on line 99

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). 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 /xxx/xxx/xxx/wp-content/plugins/buddypress-courseware/activity/activity.class.php on line 133

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). 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 /xxx/xxx/xxx/wp-content/plugins/buddypress-courseware/activity/activity.class.php on line 134

Thank you.

@mercime
Copy link
Author

mercime commented Jan 22, 2012

BP 1.5.3.1 and WP 3.3.1

@stas
Copy link
Member

stas commented Jan 22, 2012

Thanks,
did this cause any mis-functions?

În data de Sun, 22 Jan 2012 23:27:11 +0200, mercime
[email protected]
a scris:

allow_call_time_pass_reference

@mercime
Copy link
Author

mercime commented Jan 24, 2012

Stas, as of time of report above, the extent of the courseware testing was limited up to seen how configuration screen of courseware meshed with the bp-default child theme I was making.

The call-time errors showing on screen affected dropdown of my dashboard menus and my menus in the front end so I deactivated it afterwards. I can test courseware more with the child theme later this week and report back.

@stas stas closed this as completed in a92e684 Feb 1, 2012
stas pushed a commit that referenced this issue Oct 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants