The MU forums have moved to WordPress.org

WPMU and BuddyPress (16 posts)

  1. czajna
    Member
    Posted 13 years ago #

    Hi all,

    I want to create some web community and in order to do that I was testing Open Source Systems – Elgg, Joomla with Community Builder and JomSocial. Yesterday I started testing WordPress with BuddyPress. It is my first time using WP and what?

    It’s look really good and I thought that I will work with WP longer but…for sure I have to say that here I have a lot of problems. Firstly I had a problem with blak page after login. I manage that, but now the same. I installed WordPress MU with BuddyPress and after instalation and loging out I can’t login to my C Panel because of blank page. Even my main page is blank! When I disable my plugins catalog everything is fine.

    I am using WP MU 2.9.2, installing it on my local server (WAMP).

    Here you have my config file: http://no-paste.pl/code/10121
    Here .htaccess: http://no-paste.pl/code/10119

    What is wrong?

  2. andrea_r
    Moderator
    Posted 13 years ago #

    A blank page means an error. You have to find and read your error logs.

    Delete the buddypress plugin for now. make sure you have MU working correclty first. Then add BP back and follow the instructions.

  3. czajna
    Member
    Posted 13 years ago #

    My MU work correctly. I was checking on my WAMP Server logs and there are no PHP log error in Apache log everything look's fine, is it possible or my server has sompe problem with logs?

  4. SteveAtty
    Member
    Posted 13 years ago #

    you need to make sure that php error logging is turned on in your php ini file.

  5. czajna
    Member
    Posted 13 years ago #

    Here is apache log:

    [Sun May 09 17:34:00 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_blogs' doesn't exist for query SELECT * FROM wp_blogs WHERE domain = 'localhost.localdomain' AND path = '/' made by require, include, include_once, require_once, require_once
    [Sun May 09 17:34:00 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_sitemeta' doesn't exist for query SELECT meta_value FROM wp_sitemeta WHERE site_id = 1 AND meta_key = 'site_name' made by require, include, include_once, require_once, require_once, get_current_site_name
    [Sun May 09 17:34:00 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_blogs' doesn't exist for query SELECT blog_id FROM wp_blogs LIMIT 0,1 made by require, include, include_once, require_once, require_once
    [Sun May 09 17:34:00 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_sitemeta' doesn't exist for query SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'wpmu_sitewide_plugins' AND site_id = 1 made by require, include, include_once, require_once, get_site_option
    [Sun May 09 17:34:00 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_sitemeta' doesn't exist for query SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'active_sitewide_plugins' AND site_id = 1 made by require, include, include_once, require_once, apply_filters, call_user_func_array, mu_filter_plugins_list, get_site_option
    [Sun May 09 17:35:51 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_bp_xprofile_data' doesn't exist for query SELECT value FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byid
    [Sun May 09 17:35:51 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_bp_xprofile_fields' doesn't exist for query SELECT * FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_Field->bp_xprofile_field, BP_XProfile_Field->populate
    [Sun May 09 17:35:51 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_bp_xprofile_fields' doesn't exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_ProfileData->save, BP_XProfile_ProfileData->is_valid_field
    [Sun May 09 17:35:51 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_bp_user_blogs' doesn't exist for query SELECT COUNT(DISTINCT b.blog_id) FROM wp_bp_user_blogs b LEFT JOIN wp_blogs wb ON b.blog_id = wb.blog_id WHERE wb.deleted = 0 AND wb.spam = 0 AND wb.mature = 0 AND wb.archived = '0' AND user_id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, bp_blogs_setup_nav, bp_blogs_total_blogs_for_user, BP_Blogs_Blog->total_blog_count_for_user
    [Sun May 09 17:35:51 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_bp_groups_members' doesn't exist for query SELECT COUNT(DISTINCT m.group_id) FROM wp_bp_groups_members m, wp_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, groups_setup_nav, groups_total_groups_for_user, BP_Groups_Member->total_group_count
    [Sun May 09 17:35:51 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_bp_messages_recipients' doesn't exist for query SELECT unread_count FROM wp_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, messages_setup_nav, messages_get_unread_count, BP_Messages_Thread->get_inbox_count
    [Sun May 09 17:35:53 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_bp_xprofile_groups' doesn't exist for query SELECT id FROM wp_bp_xprofile_groups WHERE id = 1 made by require_once, require, do_action, call_user_func_array, xprofile_add_admin_menu, xprofile_install
    [Sun May 09 17:35:53 2010] [error] [client 127.0.0.1] WordPress database error Table 'test.wp_bp_xprofile_fields' doesn't exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require, do_action, call_user_func_array, xprofile_add_admin_menu, xprofile_install
  6. czajna
    Member
    Posted 13 years ago #

    Any ideas?

  7. czajna
    Member
    Posted 13 years ago #

    Should I create these tabels which don't exists in my data base?

  8. andrea_r
    Moderator
    Posted 13 years ago #

    Try removing the buddypress plugin.

  9. czajna
    Member
    Posted 13 years ago #

    When I removing it everything work's fine, but I would like to use BuddyPress too :), what to do?

  10. andrea_r
    Moderator
    Posted 13 years ago #

    make sure you install the plugin properly, and activate it according to the instructions.

    you'll find more help over at the BuddyPress forums.
    http://buddypress.org/support/

  11. abir1006
    Member
    Posted 13 years ago #

    Hello,

    I’m having problem when I click on any individual member link , it doesn’t go to that individual profile page. It only goes to member page where all member list are seen. This problem is for wordpress MU. I have checked it to single wordpress and it works fine the individual member link. All permalinks structures are ok , I have checked.

    Can any body give a solution ?

  12. abir1006
    Member
    Posted 13 years ago #

    Hello,

    I’m having problem when I click on any individual member link in buddypress forum , it doesn’t go to that individual profile page. It only goes to member page where all member list are seen. This problem is for wordpress MU. I have checked it to single wordpress and it works fine the individual member link. All permalinks structures are ok , I have checked.

    Can any body give a solution ?

  13. andrea_r
    Moderator
    Posted 13 years ago #

    Are you using the default buddypress theme or not?

  14. abir1006
    Member
    Posted 13 years ago #

    yes, I'm using default buddy press theme with little css changed. Any solution please ?

  15. andrea_r
    Moderator
    Posted 13 years ago #

    have you searched the buddypress forums? buddypress pages are controlled by the plugin itself and the theme.

  16. abir1006
    Member
    Posted 13 years ago #

    Yes I have searched . But didn't find any solution. Any idea ?

About this Topic