Search Results for '\"wordpress\"'
-
Search Results
-
Site: thecardinalnation.com
WordPress 6.4.3
bbPress 2.6.9
MySQL 7.4Roughly weekly over the last six months, my entire WordPress site slows down to a stop with 504 errors experienced by users for 10-20 minutes at a time. CPU utilization on my dedicated server goes from 20% to close to 100%.
My hosting provider WPEngine suspects bbPress is spiking MySQL with long-running queries.
Here is what WPEngine Support told me in one of my exchanges with them.
“Most past mysql queries were generated by this file:
/nas/content/live/thecardinalnat/wp-content/plugins/bbpress/includes/common/widgets.php:1096“Something about the query on line 1096 of that file is causing spikes in mysql usage.
“Bbpress support may be able to explain what the query is trying to do and how to optimize it or change some settings to make those requests less heavy for mysql.”
That is what has brought me here.
Does anyone know what this query does, if it could be involved with my problem and what corrective action should be taken? I would greatly appreciate any advice you can provide.
(I am the site owner and am not highly technical, but I have access to additional assistance as needed.)
Hi
I run different forums in my website. Each forum is related to a specific course I provide.As the one who answers all questions sent by each forum, I have the issue that when I receive an inquiry, many times I do not know to which forum the question belongs. Today, to find out, I have to go to my wordpress backend, go to bbpress, and look in the topic section to which forum it belongs.
So ideally, it would be great if in the subject notification email, I can see to which forum is related.
So if today I receive a subject notification email like the following:
Clarification about XXXX
I would like to receive
[Forum XXXX] Clarification about XXXX
Thanks
Topic: Membership Request Emails
Hi folks,
I am currently working with a client who has a bbPress forum on their WordPress install. They have locked the forum down to be under Membership Requests only. This works great, however we are wondering if there is any way we can send the “new user” notification email that admins usually get to specific users/moderators/roles of the forum at all?
Kind Regards
SamTopic: White page issue
Hi all,
I’m having white pages issue while I setup a very simple forum on that testing sub-domain:
https://greensquare.c-serp.fr/
https://greensquare.c-serp.fr/forums/
https://greensquare.c-serp.fr/forums/forum/gestion-de-la-copro/My current configuration
– WordPress: 6.5.2 – multi-site
– PHP/MySQL: 7.4.30 / 5.5.5
– Theme: TwentyTwentyFour Child
– Enabled extensions: bbPress (2.6.9), WordPress Importer (0.8.2)
– Enabled network extensions: Comet Cache (170220), Error Log Monitor (1.7.7), Fixed Widget (6.2.3), Forum_wordpress_fr (4.2), Solid Security Basic (9.3.2), WP-Sweep (1.1.8), WP Dashboard Notes (1.0.11)I’ve read several topics including that one (https://wordpress.org/support/topic/blank-topic-pages-on-bbpress-while-using-twenty-twenty-two-theme/) I’ve put the code in my functions.php child, but it didn’t get any better. (I removed it)
But, I’m not too good at geek things, so I’ll appreciate any advices, clues if you read that topic, so I can enjoy testing bbPress extension.
Cheers.
Topic: Replay not working on admin
Hello, we are facing issue of replay not working on admin side, while adding new replay is working correctly, we have deactivated all plugins and switch to WordPress default theme still there is problem.
Error:
URL: SITE-URL/wp-admin/edit.php?post_type=reply
https://prnt.sc/IeBiZTUV9ID4Thanks in advance
Hello there,
I am using WordPress version 6.5 and bbPress version 2.6.9. This problem has been persisting for us for a while and isn’t an issue with the latest version of WP.
The pagination on our forums is not working. Clicking page 2 on the home page of the forum takes you to the page 2 URL but displays the results from page 1. The same thing happens if you view a topic – it shows only the most recent replies, even when going to page 2, 3, and so on.
Our forums are at https://pharmapreneuracademy.com/groups/the-academy-forum/forum/ but are hidden. Please let us know how we can provide credentials.
What I have tried:
– Checked error logs both in the site back-end and in the console and did not see anything relevant.
– Flushed & disabled the cache
– I disabled all plug-ins and changed the theme to default. This did not fix the issue. This means it isn’t a plug-in/theme conflict.
– Added custom post types to the cache exception rules
– Flushed the permalinks
– Deleted the .htaccess file manually and allowed it to regenerate.
– “Resetting forum slugs to default” in BBpress Forum Tools.Can you please advise on what the issue might be?
Thanks,
SkyHi there,
Wondering if there is any way to create a new bbpress subforum and topic programmatically with php or api or bbpress buildin functions so that I dont have to log into wordpress to do the job?
Thank you!