Opened 13 years ago
Closed 13 years ago
#3967 closed defect (bug) (fixed)
php warning when activating BP 1.6/trunk
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 1.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
[28-Jan-2012 17:27:57] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'bp_activation' not found or invalid function name in /Users/paul/Sites/example.com/wp-includes/plugin.php on line 405
Caused when activating BuddyPress for the first time on a totally clean install.
Note: See
TracTickets for help on using
tickets.
(In [5754]) Bump default DB version in bp-core-options.php. Use bp_bump_version() where needed. Update activation/deactivation hooks, and prevent activation error from function not existing. Fixes #3967.