#650 closed defect (bug) (fixed)
Log error - private message activation
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | 1.0 | |
Component: | Keywords: | ||
Cc: |
Description
Using the WPMU 2.7.1 branch and trunk BP.
Order of Site Wide Plugin activation: Core -> Forums Integ. -> Extended Profiles -> Wire -> Blog Tracking -> Friends. This order may or may not be the only way to create the error below, I haven't tested. WPMU and BP were installed to a clean database.
When activating Private Message as the next plugins, I get the following in Apache error log.
[Fri Apr 03 21:20:49 2009] [error] [client 127.0.0.1] WordPress database error Can't DROP 'message_ids'; check that column/key exists for query ALTER TABLE wp_bp_messages_threads DROP INDEX message_ids made by require_once, require, do_action, call_user_func_array, messages_check_installed, messages_install, referer: http://example.com/wp-admin/plugins.php?activate=true [Fri Apr 03 21:20:49 2009] [error] [client 127.0.0.1] WordPress database error Can't DROP 'sender_ids'; check that column/key exists for query ALTER TABLE wp_bp_messages_threads DROP INDEX sender_ids made by require_once, require, do_action, call_user_func_array, messages_check_installed, messages_install, referer: http://example.com/wp-admin/plugins.php?activate=true
Change History (3)
Note: See
TracTickets for help on using
tickets.
woops