Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#3351 closed defect (bug) (fixed)

invalid action callback error when installing BP

Reported by: djpaul's profile DJPaul Owned by:
Milestone: 1.5 Priority: major
Severity: Version:
Component: Core Keywords:
Cc:

Description

When installing trunk, after completing the last screen of the set up (not tested on multisite), following errors are output:

[18-Jul-2011 19:17:14] PHP Warning: call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'bp_core_add_admin_menu_styles' was given in /Users/paul/Sites/example.com/wp-includes/plugin.php on line 405
[18-Jul-2011 19:17:15] PHP Warning: call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'bp_core_admin_component_setup' was given in /Users/paul/Sites/example.com/wp-includes/plugin.php on line 405

Change History (1)

#1 @boonebgorges
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4706]) Include the bp-core-admin.php on the last step of the install wizard, to ensure that the style and script enqueuing hooks are added successfully. Fixes #3351

Note: See TracTickets for help on using tickets.