Search Results for 'bbpress'
-
Search Results
-
I am trying to debug an intermittent 404 issue that has been traced to BBPress. I’ve read several other reports about intermittent 404s and BBPress, but none of them are quite applicable to my situation, so I’m creating a new support topic.
The main page of my website will intermittently load with a 404.The intermittent access issue appears to last between 10 seconds and 3 minutes at a time. When this happens, it’s down for everyone trying to access the site (confirmed while on the phone with hosting service tech support). Other pages on the site appear to load correctly during this time window. Hitting refresh will eventually successfully reload the page correctly.
I am using Query Monitor to examine the rewrite rules. Here are the results when the page is loading incorrectly:
Request account-2/conscious-business-design-dashboard Matched Rule [^/]+/([^/]+)/?$ Matched Query attachment=conscious-business-design-dashboard Query String attachment=conscious-business-design-dashboard Query Vars attachment conscious-business-design-dashboard comments_per_page 50 name conscious-business-design-dashboard order DESC posts_per_page 10 update_post_meta_cache 1 update_post_term_cache 1Here are the results when the page is loading correctly:
Request account-2/conscious-business-design-dashboard Matched Rule (.?.+?)(?:/([0-9]+))?/?$ Matched Query pagename=account-2%2Fconscious-business-design-dashboard &page= Query String pagename=account-2%2Fconscious-business-design-dashboard Query Vars comments_per_page 50 name conscious-business-design-dashboard order DESC pagename conscious-business-design-dashboard posts_per_page 10 update_post_meta_cache 1 update_post_term_cache 1 Queried Object Single Page: #225 (WP_Post)Here is the most relevant query that is being run during the 404:
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_name = 'conscious-business-design-dashboard' AND wp_posts.post_type = 'attachment' ORDER BY wp_posts.post_date DESCHere is the query run when the page successfully loads:
SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND (wp_posts.ID = '225') AND wp_posts.post_type = 'page' ORDER BY wp_posts.post_date DESCWhen I look at the BBPress code, I can identify the rewrite rules here:
// Rewrite rule matches used repeatedly below $root_rule = '/([^/]+)/?$'; $feed_rule = '/([^/]+)/' . $feed_slug . '/?$'; $edit_rule = '/([^/]+)/' . $edit_slug . '/?$'; $paged_rule = '/([^/]+)/' . $paged_slug . '/?([0-9]{1,})/?$';However, all slugs are correctly set in the database, and I can’t figure out how they might be getting corrupted.
Any suggestions for further troubleshooting?
I am trying to figure out why bbPress (inside Buddypress) isn’t enqueueing topic.js on topic pages so that favoriting and subscribing buttons ajax instead of refresh (which they currently do).
In
enqueue_scripts(),bbp_is_single_topic()is being checked before allowing the js files to be enqueued.In the
bbp_is_single_topic()function declaration,is_singular( bbp_get_topic_post_type() ) || bbp_is_query_name( 'bbp_single_topic' )must be satisfied to return true.Issue:
is_singular( bbp_get_topic_post_type() )returns false (alsois_singluar('topic')and justis_singluar()— also, no matter where I go in bbpress,is_singluar()returns false).
Tangential: echoingbbp_get_query_name()returns nothing.Any ideas?
NB: This was tested on fresh Twenty Twelve with all non-essential plugins disabled and bp-custom.php emptied.
WP: 4.4.1
BP: 2.4.3
BBP: 2.5.8My gaming clan recently made the switch to bbPress (i.e., this morning.) It’s been a fairly easy migration. However, I have one issue that I need to resolve: how we accept member applications.
When we were in bbPress we had members copy and paste the application into a new topic form. When submitted, the comment would be “held in moderation” so that an officer could then manually move it to a private/hidden officers forum to deliberate on whether to accept it or not.
Now that we’ve migrated to bbPress that option isn’t so readily available. We could have people post to a forum and move them, but we prefer to keep member applications confidential (instead of sitting in a forum for anyone else to see until someone has a chance to move it.)
So, what I’m looking for, and wondering if anyone has already done this…
- A way to create a custom topic form pre-filled with information. I don’t see a need to have a bunch of individual fields… just a topic form with existing content.
- The ability for members who can’t see a forum to post to a specific forum (via this form.)
- or alternatively, a way for posts to be held in moderation until an officer/moderator can move it to a private forum for consideration.
Thank you
Hi,
in the Codex, it says that the automatic loading of locales should begin when they are at 100%. However, the German locale has not been updated in my installation since three days, that is the current date of the files in my webspace. Even though I approved strings in Glotpress every day since then.
Do you know if there is some “push” mechanism? Because WP-Members always gets updated at night (UTC) after I edited some strings. Or maybe bbpress needs to pull translations, but it does not do so, sufficiently?
~Manuel
Topic: Theme not compatible?
Hello,
We started to work with your bbpress which seems to work fine on tweety eleven theme but not with our.
It brakes most of the information and I tried to look inside the css, but no luck.
Here is the website: http://goo.gl/68qghQ
Does anyone have a beggining of idea?
Thank you in advance
Hi,
i was doing some performance analysis with the Xdebug and Xhprof profiling tools and noticed that many of my DB queries/per request are something similar to:
SELECT option_value FROM wp_options WHERE option_name = '_bbp_enable_subscriptions' LIMIT 1In Trac Ticket 1550 it is mentioned, that the WordPress Object Cache is used, but this “error_log” (in wp-db.php Version 4.4.1 line 1809) tells me a different story:
private function _do_query( $query ) { if ( defined( 'SAVEQUERIES' ) && SAVEQUERIES ) { $this->timer_start(); } if ( $this->use_mysqli ) { error_log($query . "\n", 3, '/tmp/wpdb.log'); $this->result = @mysqli_query( $this->dbh, $query ); } else { $this->result = @mysql_query( $query, $this->dbh ); } $this->num_queries++; if ( defined( 'SAVEQUERIES' ) && SAVEQUERIES ) { $this->queries[] = array( $query, $this->timer_stop(), $this->get_caller() ); } }Am i missing some Cache Settings here?
I am using WordPress 4.4.1 with bbPress 2.5.8
I’ve installed bbpress plugin but it seems to be conflicting with at least 2 other plugins mentioned. They work fine with each other, but not with bbpress. The symptom is I’m not able to see most of my admin pages. I can get to the control panel but all links go to a blank screen. (I have to deactivate all plugins via server control panel).
If I deactivate all other plugins I can at least see the setup for BBpress, haven’t done that yet because I need the other plugins, specifically the calendar.
I’m using WP 4.4.1 and 2010 theme (same problem in 2014). BBpress is 2.5.8.
My site is Soilhealth.net.
I’m very much a novice at coding so help will have to be very specific if I need to edit any files.
Thanks for any help!Hi,
during my little adventure this evening regarding bbpress and double clicking on links, which was a dead end afterall, I deactivated bbpress on subsite and activated on network dashboard. Then, bbpress was broken except for the main page (http://de.movemeta.org/foren/). Okay, so I deactivated on network admin and activated on subsite again. Forums worked, but Freshness is not working fine any more. There had been posts after those listed. And then, I posted another one, just to make sure, and after some minutes it, too, vanished from the Freshness display, to make room for an older one.
Okay, maybe I was stupid here, but please help… :/
I already tried various repair functions that seemed to fit the case, but to no avail.