Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 12,226 through 12,250 (of 22,602 total)
  • Author
    Search Results
  • #134535
    Tumes80
    Member

    I am getting the error:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /data/19/2/23/83/2675083/user/2937305/htdocs/grundycounty/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 950

    So I went to: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    It says to:
    Increasing memory allocated to PHP

    Also released with Version 2.5, the WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be consumed by PHP. This setting may be necessary in the event you receive a message such as “Allowed memory size of xxxxxx bytes exhausted”.

    This setting increases PHP Memory only for WordPress, not other applications. By default, WordPress will attempt to increase memory allocated to PHP to 32MB (code is at beginning of wp-settings.php), so the setting in wp-config.php should reflect something higher than 32MB.

    WordPress will automatically check if PHP has been allocated less memory than the entered value before utilizing this function. For example, if PHP has been allocated 64MB, there is no need to set this value to 64M as WordPress will automatically use all 64MB if need be.

    Please note, this setting may not work if your host does not allow for increasing the PHP memory limit–in that event, contact your host to increase the PHP memory limit. Also, note that many hosts set the PHP limit at 8MB.

    Increase PHP Memory to 96MB

    define(‘WP_MEMORY_LIMIT’, ’96M’);

    I went into my wp-Config.php file and put this code: define(‘WP_MEMORY_LIMIT’, ’96M’);
    into the end of the wp-config.php. I am still having an issue. Any suggestions?

    Thanks.
    Tumes

    #134532
    Paul Wong-Gibbs
    Keymaster

    Can we keep things civil please, and on topic.

    Paul Wong-Gibbs
    Keymaster

    Agree that this error message should be improved. If you can make a patch, please submit it to https://buddypress.trac.wordpress.org/

    #134528
    Paul Wong-Gibbs
    Keymaster

    BuddyPress wouldn’t be affecting this at all. Try the wordpress.org forums.

    #134515

    In reply to: fatal error

    websitevala
    Member

    when i login in site at top bar i saw that error it saw bp-members-notifications.php on line 76
    i used latest version of buddypress and also use buddypress activity plus and in wordpress version 3.3.2 and wordpress theme is huddle but i can’t understand that error i also modify that file also but still sawing problem and that wise i can’t handle the theme file widget i can’t access the any widget to modify or change it so anyone who help me ???

    #134512

    In reply to: Group directory

    @mercime
    Participant

    The one who creates the group is the Group Admin. So the easiest way to set up what you want would be to copy bp-default theme’s group-header.php file from https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-themes/bp-default/groups/single/group-header.php into your child theme folder following the directory structure.

    Open up group-header.php and change
    `

    `
    to
    `

    `
    and save file.

    #134510
    Bandreus
    Member

    As it turns out, it was the Add link to facebook plugin (https://wordpress.org/extend/plugins/add-link-to-facebook/) causing the issue. Activity streams started working fine as per usual after disabling the plugin.

    Again, thanks a lot for the great support!

    #134508
    Hugo Ashmore
    Participant

    Well thanks a bunch – maybe we should all bow out and leave things to mercim then as no one else has ever contributed any help on the forum ;)

    #134507
    richardpd
    Member

    Hi Jason
    Goodluck with your quest. BTW I like green!
    I setup my WP site with BuddyPress around 12 months ago & I still do not have BuddyPress working as I want it!! This is very frustrating for me. I have not had great help on this site here except from Mercime who is helpful.
    I am though determined to get BuddyPress going as I want with my WordPress site because I am stubborn! It is very tempting to use alternative php forum software. There are a few good ones around which you can add to your site & say bye bye to BuddyPress hassles & problems etc.
    Anyway keep me posted on how you get along & maybe we can help each other on this?
    Best wishes :-)

    @mercime
    Participant

    In effect, you changed the site url/moved WP, I hope you backed up DB and server files before moving
    https://codex.wordpress.org/Changing_The_Site_URL specifically https://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_database
    https://codex.wordpress.org/Moving_WordPress

    In some cases, the issue would be resolved by adding this to your wp-config.php file
    `define( ‘WP_HOME’,’http: //mysite.com’ );
    define( ‘WP_SITEURL’,’http: //mysite.com’ );`
    change http://mysite.com to your actual domain name

    #134498
    o4tuna
    Participant

    Thanks for the reply. I hope 1.6 is released soon. I do appreciate the work that so many put in. WordPress is my favorite so far. The dedication and participation you all have is rare and admirable.

    #134494
    gary_mazz
    Member

    @mercime: Thanks… change set 3654 https://bbpress.trac.wordpress.org/changeset/3654 looks interesting.

    This is a major and awesome step in the right direction. Especially adopting the buddypress extension APIs. Excellent work !!! Now I need to figure what is needed to check it out.

    3654 looks like it supports multiple forums per group. It looks like it also supports shared forums across groups.

    I didn’t see anything to define a ‘preset’ list of forums on enable or group create.

    Being able to define forums private to groups so they can’t be shared would be very useful, at least to remove clutter when you have many groups with 3-4 forums each.

    It looks like forums can be part of categories (as a parent).

    #134492
    @ChrisClayton
    Participant

    @neodjandre – The way the feature works is somewhat deceptive, what it does is posts a message on the screen (rather than their inbox) similar to what facebook does here – https://tctechcrunch2011.files.wordpress.com/2012/01/facebook-groups-news-feed-error-message.png and it requires the template tag:
    `
    `

    As seen in the default theme sidebar – https://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/sidebar.php#L26

    #134490
    @ChrisClayton
    Participant

    @o4tuna the way buddypress works in regards to roles and capabilities is being worked on by the core devs, half of it will be implemented in 1.6. Trac: https://buddypress.trac.wordpress.org/ticket/3740

    #134489
    @mercime
    Participant
    #134488
    @mercime
    Participant

    There’s only one Group Forum per Group with no hierarchy. As for Sitewide Forums (the bbPress plugin), these forums are not associated to groups at all at this time. It’s in the roadmap to refactor/migrate Group Forums to Sitewide Forums @ BP 1.6. https://buddypress.trac.wordpress.org/ticket/3598

    #134486
    @mercime
    Participant

    1. https://codex.buddypress.org/getting-started/ go to page links on the right sidebar and read them
    2. Albums/Galleries
    a. BP Album/BP Media – free
    b. BP Gallery – premium
    Pinterist https://wordpress.org/extend/plugins/tags/pinterest – but none that I know specifically for the Albums/Galleries listed above.though you could make a request with plugin developer
    3. User Blogs – you need to “Create a Network” i.e., make it Multisite

    chichii
    Member

    YEAAAAAAAAAAAAAH! got damn we found a plugin that made the trick.

    URL REWRITE 2.0

    Found it on this link : http://www.amixa.com/blog/2011/01/07/wordpress-windows-2008-web-server-r2-iis-7-5-setup/

    But ofcourse i run into a new problem :), Now i have to make the email function work :)

    Thanksfor the help so far!

    //ChiChii

    chichii
    Member

    So, i have to enable cookies on the server side? I’m using IIS7, so in IIS7 somewhere i have to enable cookes for wordpress?

    #134472
    @ChrisClayton
    Participant

    `I wish there was more written about what buddypress can do and what the end result will look like. I don’t like the examples in the showcase because they don’t even remotely look like the buddypress that I have. I would love to see a very plain skeleton example of what buddypress does and how to set up a basic forum.`
    BuddyPress has a test demo site [http://testbp.org] which will show you what it can do out of the box without doing any extra coding. The only way i can think of to put the end result into words is “It gives you a social network out of the box” (which is already on the BuddyPress.org homepage)

    I’d highly recommend reading the Getting started pages on the codex https://codex.buddypress.org/getting-started/ go to page links on the right sidebar and read them

    `For instance what is the difference between a forum and a post. They look exactly alike in the dashboard.`
    As BuddyPress is an extension of WordPress, and is designed for WP users, is defining Blog Post and Forum Post necessary? I think your concern may be better at WordPress.org/forums as BuddyPress doesn’t define the word themselves, WordPress does.

    `You can’t start a group because there are no topics.`
    Are you using a plugin that makes topics a prequisite for starting a group? That’s not the way it works out of the box from my experience.

    `Wouldn’t it be nice to have a little welcome page saying, “Here’s how to set up your buddypress forums. First you create a few groups. Then add topics to each group. You can’t add this until you add that so start with this.

    I just want an overview so that I can know if I’m doing something wrong or if there is a problem with the software when I can’t add a forum or don’t see my topic.`
    Seems you’ve already figured it out. As an open source project, You can contribute back what you learn by creating a codex article. https://codex.buddypress.org/ :)

    #134471
    Paul Wong-Gibbs
    Keymaster

    “MySQL server has gone away” is a pretty important error which must be affecting several things, even if it’s not the root cause of this issue. The connection to your database is being dropped, or lost, for some reason.

    I do not know too much about configuring MySQL servers. The relevant documentation is http://dev.mysql.com/doc/refman/5.6/en/gone-away.html — I’d hope that your host would have sufficient technical knowledge to better understand approaches to fix the problem (it’s likely to be a configuration change done on the server setup, rather than your WordPress install).

    #134470
    Bandreus
    Member

    digging into the error log scared me :|

    I replicated the bug, and these are the last few lines from the error log:

    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query
    UPDATE wp_2_posts
    SET post_modified = '2012-05-12 22:48:46',
    post_modified_gmt = '2012-05-12 20:48:46'
    WHERE post_status='publish'
    AND ( ID = 418 OR ID = 347 OR ID = 348 OR ID = 365 OR ID = 366) made by require, require_once, require_once, require_once, do_action, call_user_func_array, live_streams_update_streams, live_streams_update_post_modified
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query
    UPDATE wp_2_postmeta
    SET meta_value = '399'
    WHERE meta_key = 'live_viewers'
    AND ( post_id = 365) made by require, require_once, require_once, require_once, do_action, call_user_func_array, live_streams_update_streams, live_streams_update_live_streams_viewers
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query  SELECT   wp_2_posts.* FROM wp_2_posts  WHERE 1=1  AND wp_2_posts.post_name = 'regolamento-forumobbligatorio' AND wp_2_posts.post_type = 'topic'  ORDER BY wp_2_posts.post_date DESC  made by require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT post_id FROM wp_2_postmeta, wp_2_posts WHERE ID = post_id AND post_type = 'topic' AND meta_key = '_wp_old_slug' AND meta_value = 'regolamento-forumobbligatorio' made by require, require_once, do_action, call_user_func_array, wp_old_slug_redirect
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT ID FROM wp_2_posts WHERE post_name LIKE 'regolamento-forumobbligatorio%' AND post_type = 'topic' AND post_status = 'publish' made by require, require_once, do_action, call_user_func_array, redirect_canonical, redirect_guess_404_permalink
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'can_compress_scripts' AND site_id = 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_head, do_action, call_user_func_array, wp_print_head_scripts, print_head_scripts, script_concat_settings, get_site_option
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'can_compress_scripts' AND site_id = 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_head, do_action, call_user_func_array, wp_print_head_scripts, print_head_scripts, script_concat_settings, get_site_option
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT option_value FROM wp_2_options WHERE option_name = 'super_simple_google_analytics_item' LIMIT 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_head, do_action, call_user_func_array, super_simple_google_analytics_print_code, get_option
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT t.*, tt.* FROM wp_2_terms AS t INNER JOIN wp_2_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'nav_menu' AND t.term_id = 3 LIMIT 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_nav_menu, wp_get_nav_menu_object, get_term
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT t.*, tt.* FROM wp_2_terms AS t INNER JOIN wp_2_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'nav_menu' AND t.slug = '3' LIMIT 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_nav_menu, wp_get_nav_menu_object, get_term_by
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT t.*, tt.* FROM wp_2_terms AS t INNER JOIN wp_2_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'nav_menu' AND t.name = '3' LIMIT 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_nav_menu, wp_get_nav_menu_object, get_term_by
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT * FROM wp_2_posts  WHERE (post_type = 'page' AND post_status = 'publish')  AND ( ID  44 )    ORDER BY menu_order,wp_2_posts.post_title ASC made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_nav_menu, call_user_func, wp_page_menu, wp_list_pages, get_pages
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query  SELECT SQL_CALC_FOUND_ROWS  wp_2_posts.* FROM wp_2_posts  INNER JOIN wp_2_postmeta ON (wp_2_posts.ID = wp_2_postmeta.post_id)
    INNER JOIN wp_2_postmeta AS mt1 ON (wp_2_posts.ID = mt1.post_id) WHERE 1=1  AND wp_2_posts.post_type = 'live_streams_stream' AND (wp_2_posts.post_status = 'publish' OR wp_2_posts.post_status = 'closed') AND (wp_2_postmeta.meta_key = 'live_viewers'
    AND  (mt1.meta_key = 'status' AND CAST(mt1.meta_value AS CHAR) = 'live') ) GROUP BY wp_2_posts.ID ORDER BY wp_2_postmeta.meta_value+0 DESC LIMIT 0, 50 made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, Live_Streams_Widget->widget, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT FOUND_ROWS() made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, Live_Streams_Widget->widget, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT DISTINCT u.ID as id, u.user_registered, u.user_nicename, u.user_login, u.display_name, u.user_email , um.meta_value as last_activity FROM wp_users u LEFT JOIN wp_usermeta um ON um.user_id = u.ID WHERE u.spam = 0 AND u.deleted = 0 AND u.user_status = 0 AND um.meta_key = 'last_activity' AND DATE_ADD( um.meta_value, INTERVAL 5 MINUTE ) >= UTC_TIMESTAMP() ORDER BY um.meta_value DESC LIMIT 0, 15 made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BP_Core_Whos_Online_Widget->widget, bp_has_members, BP_Core_Members_Template->__construct, bp_core_get_users, BP_Core_User->get_users
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT COUNT(DISTINCT u.ID) FROM wp_users u LEFT JOIN wp_usermeta um ON um.user_id = u.ID WHERE u.spam = 0 AND u.deleted = 0 AND u.user_status = 0 AND um.meta_key = 'last_activity' AND DATE_ADD( um.meta_value, INTERVAL 5 MINUTE ) >= UTC_TIMESTAMP() ORDER BY um.meta_value DESC made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BP_Core_Whos_Online_Widget->widget, bp_has_members, BP_Core_Members_Template->__construct, bp_core_get_users, BP_Core_User->get_users
    [12-May-2012 20:48:46] WordPress database error MySQL server has gone away for query SELECT * FROM wp_2_comments JOIN wp_2_posts ON wp_2_posts.ID = wp_2_comments.comment_post_ID WHERE comment_approved = '1' AND wp_2_posts.post_status = 'publish' ORDER BY comment_date_gmt DESC LIMIT 5 made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, WP_Widget_Recent_Comments->widget, get_comments, WP_Comment_Query->query
    [12-May-2012 20:48:47] WordPress database error MySQL server has gone away for query  SELECT SQL_CALC_FOUND_ROWS  wp_2_posts.* FROM wp_2_posts  INNER JOIN wp_2_postmeta ON (wp_2_posts.ID = wp_2_postmeta.post_id) WHERE 1=1  AND wp_2_posts.post_type = 'topic' AND (wp_2_posts.post_status = 'publish' OR wp_2_posts.post_status = 'closed') AND (wp_2_postmeta.meta_key = '_bbp_last_active_time' ) GROUP BY wp_2_posts.ID ORDER BY wp_2_postmeta.meta_value DESC LIMIT 0, 10 made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BBP_Topics_Widget->widget, bbp_has_topics, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
    [12-May-2012 20:48:47] WordPress database error MySQL server has gone away for query SELECT FOUND_ROWS() made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BBP_Topics_Widget->widget, bbp_has_topics, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
    [12-May-2012 20:48:47] WordPress database error MySQL server has gone away for query SELECT * FROM wp_options WHERE option_name = 'blogname' made by require, require_once, include, get_footer, locate_template, load_template, require_once, wp_footer, do_action, call_user_func_array, bp_core_admin_bar, do_action, call_user_func_array, bp_adminbar_logo, get_blog_option
    [12-May-2012 20:48:47] WordPress database error MySQL server has gone away for query SELECT user_id, user_login, user_nicename, display_name, user_email, meta_value as caps FROM wp_users u, wp_usermeta um WHERE u.ID = um.user_id AND meta_key = 'wp_2_capabilities' ORDER BY um.user_id made by require, require_once, include, get_footer, locate_template, load_template, require_once, wp_footer, do_action, call_user_func_array, bp_core_admin_bar, do_action, call_user_func_array, bp_adminbar_authors_menu
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query
    UPDATE wp_2_posts
    SET post_modified = '2012-05-12 23:27:39',
    post_modified_gmt = '2012-05-12 21:27:39'
    WHERE post_status='publish'
    AND ( ID = 342 OR ID = 343 OR ID = 360 OR ID = 361 OR ID = 405) made by require, require_once, require_once, require_once, do_action, call_user_func_array, live_streams_update_streams, live_streams_update_post_modified
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query
    UPDATE wp_2_postmeta
    SET meta_value = '920'
    WHERE meta_key = 'live_viewers'
    AND ( post_id = 342) made by require, require_once, require_once, require_once, do_action, call_user_func_array, live_streams_update_streams, live_streams_update_live_streams_viewers
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query  SELECT SQL_CALC_FOUND_ROWS  wp_2_posts.* FROM wp_2_posts  WHERE 1=1  AND wp_2_posts.post_type = 'post' AND (wp_2_posts.post_status = 'publish' OR wp_2_posts.post_status = 'closed' OR wp_2_posts.post_status = 'private' OR wp_2_posts.post_status = 'hidden')  ORDER BY wp_2_posts.post_date DESC LIMIT 0, 10 made by require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT FOUND_ROWS() made by require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'can_compress_scripts' AND site_id = 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_head, do_action, call_user_func_array, wp_print_head_scripts, print_head_scripts, script_concat_settings, get_site_option
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT meta_value FROM wp_sitemeta WHERE meta_key = 'can_compress_scripts' AND site_id = 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_head, do_action, call_user_func_array, wp_print_head_scripts, print_head_scripts, script_concat_settings, get_site_option
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT option_value FROM wp_2_options WHERE option_name = 'super_simple_google_analytics_item' LIMIT 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_head, do_action, call_user_func_array, super_simple_google_analytics_print_code, get_option
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT t.*, tt.* FROM wp_2_terms AS t INNER JOIN wp_2_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'nav_menu' AND t.term_id = 3 LIMIT 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_nav_menu, wp_get_nav_menu_object, get_term
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT t.*, tt.* FROM wp_2_terms AS t INNER JOIN wp_2_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'nav_menu' AND t.slug = '3' LIMIT 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_nav_menu, wp_get_nav_menu_object, get_term_by
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT t.*, tt.* FROM wp_2_terms AS t INNER JOIN wp_2_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'nav_menu' AND t.name = '3' LIMIT 1 made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_nav_menu, wp_get_nav_menu_object, get_term_by
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT * FROM wp_2_posts  WHERE (post_type = 'page' AND post_status = 'publish')  AND ( ID  44 )    ORDER BY menu_order,wp_2_posts.post_title ASC made by require, require_once, include, get_header, locate_template, load_template, require_once, wp_nav_menu, call_user_func, wp_page_menu, wp_list_pages, get_pages
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query  SELECT SQL_CALC_FOUND_ROWS  wp_2_posts.* FROM wp_2_posts  WHERE 1=1  AND wp_2_posts.post_type = 'post' AND (wp_2_posts.post_status = 'publish' OR wp_2_posts.post_status = 'closed' OR wp_2_posts.post_status = 'private' OR wp_2_posts.post_status = 'hidden')  ORDER BY wp_2_posts.post_date DESC LIMIT 0, 4 made by require, require_once, include, get_header, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->slideshow_home, cc_slidertop, slider, query_posts, WP_Query->query, WP_Query->get_posts
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT FOUND_ROWS() made by require, require_once, include, get_header, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->slideshow_home, cc_slidertop, slider, query_posts, WP_Query->query, WP_Query->get_posts
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query  SELECT SQL_CALC_FOUND_ROWS  wp_2_posts.* FROM wp_2_posts  WHERE 1=1  AND wp_2_posts.post_type = 'post' AND (wp_2_posts.post_status = 'publish' OR wp_2_posts.post_status = 'closed' OR wp_2_posts.post_status = 'private' OR wp_2_posts.post_status = 'hidden')  ORDER BY wp_2_posts.post_date DESC LIMIT 0, 3 made by require, require_once, include, do_action, call_user_func_array, CC_Theme_Generator->default_homepage_last_posts, cc_list_posts, query_posts, WP_Query->query, WP_Query->get_posts
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT FOUND_ROWS() made by require, require_once, include, do_action, call_user_func_array, CC_Theme_Generator->default_homepage_last_posts, cc_list_posts, query_posts, WP_Query->query, WP_Query->get_posts
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query  SELECT SQL_CALC_FOUND_ROWS  wp_2_posts.* FROM wp_2_posts  INNER JOIN wp_2_postmeta ON (wp_2_posts.ID = wp_2_postmeta.post_id)
    INNER JOIN wp_2_postmeta AS mt1 ON (wp_2_posts.ID = mt1.post_id) WHERE 1=1  AND wp_2_posts.post_type = 'live_streams_stream' AND (wp_2_posts.post_status = 'publish' OR wp_2_posts.post_status = 'closed' OR wp_2_posts.post_status = 'private' OR wp_2_posts.post_status = 'hidden') AND (wp_2_postmeta.meta_key = 'live_viewers'
    AND  (mt1.meta_key = 'status' AND CAST(mt1.meta_value AS CHAR) = 'live') ) GROUP BY wp_2_posts.ID ORDER BY wp_2_postmeta.meta_value+0 DESC LIMIT 0, 50 made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, Live_Streams_Widget->widget, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT FOUND_ROWS() made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, Live_Streams_Widget->widget, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT DISTINCT u.ID as id, u.user_registered, u.user_nicename, u.user_login, u.display_name, u.user_email , um.meta_value as last_activity FROM wp_users u LEFT JOIN wp_usermeta um ON um.user_id = u.ID WHERE u.spam = 0 AND u.deleted = 0 AND u.user_status = 0 AND um.meta_key = 'last_activity' AND DATE_ADD( um.meta_value, INTERVAL 5 MINUTE ) >= UTC_TIMESTAMP() ORDER BY um.meta_value DESC LIMIT 0, 15 made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BP_Core_Whos_Online_Widget->widget, bp_has_members, BP_Core_Members_Template->__construct, bp_core_get_users, BP_Core_User->get_users
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT COUNT(DISTINCT u.ID) FROM wp_users u LEFT JOIN wp_usermeta um ON um.user_id = u.ID WHERE u.spam = 0 AND u.deleted = 0 AND u.user_status = 0 AND um.meta_key = 'last_activity' AND DATE_ADD( um.meta_value, INTERVAL 5 MINUTE ) >= UTC_TIMESTAMP() ORDER BY um.meta_value DESC made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BP_Core_Whos_Online_Widget->widget, bp_has_members, BP_Core_Members_Template->__construct, bp_core_get_users, BP_Core_User->get_users
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT * FROM wp_2_comments JOIN wp_2_posts ON wp_2_posts.ID = wp_2_comments.comment_post_ID WHERE comment_approved = '1' AND wp_2_posts.post_status = 'publish' ORDER BY comment_date_gmt DESC LIMIT 5 made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, WP_Widget_Recent_Comments->widget, get_comments, WP_Comment_Query->query
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query  SELECT SQL_CALC_FOUND_ROWS  wp_2_posts.* FROM wp_2_posts  INNER JOIN wp_2_postmeta ON (wp_2_posts.ID = wp_2_postmeta.post_id) WHERE 1=1  AND wp_2_posts.post_type = 'topic' AND (wp_2_posts.post_status = 'publish' OR wp_2_posts.post_status = 'closed') AND (wp_2_postmeta.meta_key = '_bbp_last_active_time' ) GROUP BY wp_2_posts.ID ORDER BY wp_2_postmeta.meta_value DESC LIMIT 0, 10 made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BBP_Topics_Widget->widget, bbp_has_topics, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT FOUND_ROWS() made by require, require_once, include, get_footer, locate_template, load_template, require_once, do_action, call_user_func_array, CC_Theme_Generator->sidebar_right, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, BBP_Topics_Widget->widget, bbp_has_topics, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT * FROM wp_options WHERE option_name = 'blogname' made by require, require_once, include, get_footer, locate_template, load_template, require_once, wp_footer, do_action, call_user_func_array, bp_core_admin_bar, do_action, call_user_func_array, bp_adminbar_logo, get_blog_option
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT DISTINCT b.blog_id, b.id, bm1.meta_value as name, wb.domain, wb.path FROM wp_bp_user_blogs b, wp_blogs wb, wp_bp_user_blogs_blogmeta bm1 WHERE b.blog_id = wb.blog_id AND b.blog_id = bm1.blog_id AND bm1.meta_key = 'name' AND wb.deleted = 0 AND wb.spam = 0 AND wb.mature = 0 AND wb.archived = '0' AND b.user_id = 11 ORDER BY b.blog_id made by require, require_once, include, get_footer, locate_template, load_template, require_once, wp_footer, do_action, call_user_func_array, bp_core_admin_bar, do_action, call_user_func_array, bp_adminbar_blogs_menu, bp_blogs_get_blogs_for_user, BP_Blogs_Blog->get_blogs_for_user
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away 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 = 11 made by require, require_once, include, get_footer, locate_template, load_template, require_once, wp_footer, do_action, call_user_func_array, bp_core_admin_bar, do_action, call_user_func_array, bp_adminbar_blogs_menu, bp_blogs_get_blogs_for_user, BP_Blogs_Blog->get_blogs_for_user, BP_Blogs_Blog->total_blog_count_for_user
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT * FROM wp_bp_notifications WHERE user_id = 11 AND is_new = 1 made by require, require_once, include, get_footer, locate_template, load_template, require_once, wp_footer, do_action, call_user_func_array, bp_core_admin_bar, do_action, call_user_func_array, bp_adminbar_notifications_menu, bp_core_get_notifications_for_user, BP_Core_Notification->get_all_for_user
    [12-May-2012 21:27:39] WordPress database error MySQL server has gone away for query SELECT user_id, user_login, user_nicename, display_name, user_email, meta_value as caps FROM wp_users u, wp_usermeta um WHERE u.ID = um.user_id AND meta_key = 'wp_2_capabilities' ORDER BY um.user_id made by require, require_once, include, get_footer, locate_template, load_template, require_once, wp_footer, do_action, call_user_func_array, bp_core_admin_bar, do_action, call_user_func_array, bp_adminbar_authors_menu
    #134450

    In reply to: SPAM ON ACTIVITY PAGE!

    neononcon
    Member

    @tina have you ever wondered why they can’t get Akismet to block the spammers like it does on WordPress? And even more thought provoking is how does this site block spammers so well but none of us regular users can manage a normal BP install without being overtaken by spam? After all the hard work to get BP looking nice, it’s a waste due to issues like this. :(

    #134446
    @mercime
    Participant

    Based on the HTML structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your canvas child theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with
    `

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    `, just watch out when you do this in the /activity/index.php page.

    Save files.

    #134444
    Tina
    Participant

    Nope, didn’t help. Still being bombarded by spam. About ready to ditch Buddypress altogether and go back to regular WordPress site. *sigh*

Viewing 25 results - 12,226 through 12,250 (of 22,602 total)
Skip to toolbar