[buddypress-trac] [BuddyPress] #4432: WordPress database error: [Unknown column 'a.is_spam' in 'where clause']
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Aug 14 11:02:12 UTC 2012
#4432: WordPress database error: [Unknown column 'a.is_spam' in 'where clause']
--------------------------+------------------------------
Reporter: rbahumi | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Activity | Version: 1.6
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by rbahumi):
This 'You do not have sufficient permissions to access this page' error is
generated by this file:
''wp-admin/includes/menu.php'', after ''user_can_access_admin_page()( a
function defined in ''wp-admin/includes/plugin.php'') return false:
{{{
if ( !user_can_access_admin_page() ) {
do_action('admin_page_access_denied');
wp_die( __('You do not have sufficient permissions to access this
page.') );
}
$menu = add_menu_classes($menu);
}}}
Even after removing this if condition, I get the following new error:
''Cannot load bp-components.''
Please advice.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4432#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list