Search Results for '\"wordpress\"'
-
Search Results
-
Hello, I am a veteran WordPress user and old SEO guy, recently turned into a vibe coder. I built a WP plugin that can read BBpress forums, topics and replies, and answer visitors’ questions using AI. It can summarize several informations, and give a summarized answers with a link to the source. The goal is to retain visitors that might feel lost in the large amount of info, and to help finding relevant content right on their arrival in the forum. What do you think, can it be helpfull ?
Topic: White Screen of Death
https://vitaemagazineblog.com/forums/forum/family-tree/
wordpress.com couldn’t resolve my problem and they shorn me over to the bbpress.org website to handle the problem … i want to do a bbPress forum on that website but i can’t get it started and wordpress doesn’t know why we tried a different theme and that didn’t work … i uninstalled all the plugins and that didn’t help … i checked the root directory and made a change to it and broke it and changed it back and got back to square one so i think the root directory is fine … i couldn’t and can’t reset the permalinks because i’m not at that level yet on wordpress … this occurred directly after installation and i created a forum and it went to the white screen when i checked the permalink and then i started a topic and that permalink went to the white screen … i’m just a writer this is already too much code for me to handle
so if anyone knows anything about this let me know …
Topic: PHP Fatal error
Hi,
Every day at same time, I can read PHP fatal error, concerned with 2 plugins:
BBPress for a forum with very few articles and comments,
WP-Optimize, for page cache and image compression.
No idea where it comes from. No cron at that time….
Every thing is up to date: WP6.9.1 PHP 8.3.30, all plugins with automatic update.
Thank in advance for helping
Didier
[26-Feb-2026 15:46:52 UTC] PHP Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /xxx/wordpress/wp-includes/functions.php on line 6131
[26-Feb-2026 15:46:52 UTC] PHP Fatal error: Uncaught Error: Call to a member function get() on null in /xxx/wordpress/wp-includes/query.php:29
Stack trace:0 /xxx/wordpress/wp-content/plugins/bbpress/includes/common/template.php(2204): get_query_var()
1 /xxx/wordpress/wp-content/plugins/bbpress/includes/common/template.php(2193): bbp_get_query_name()
2 /xxx/wordpress/wp-content/plugins/bbpress/includes/common/template.php(891): bbp_is_query_name()
3 /xxx/wordpress/wp-content/plugins/wp-optimize/cache/file-based-page-cache-functions.php(376): bbp_is_search()
4 /xxx/wordpress/wp-content/plugins/wp-optimize/cache/file-based-page-cache-functions.php(1003): wpo_restricted_cache_page_type()
5 /xxx/wordpress/wp-content/plugins/wp-optimize/cache/class-wpo-page-cache.php(206): wpo_can_serve_from_cache()
6 /xxx/wordpress/wp-content/plugins/wp-optimize/includes/class-wpo-page-optimizer.php(54): WPO_Page_Cache->should_cache_page()
7 /xxx/wordpress/wp-content/plugins/wp-optimize/includes/class-wpo-page-optimizer.php(39): WPO_Page_Optimizer->maybe_cache_page()
8 [internal function]: WPO_Page_Optimizer->optimize()
9 /xxx/wordpress/wp-includes/functions.php(5481): ob_end_flush()
10 /xxx/wordpress/wp-includes/class-wp-hook.php(341): wp_ob_end_flush_all()
11 /xxx/wordpress/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
12 /xxx/wordpress/wp-includes/plugin.php(522): WP_Hook->do_action()
13 /xxx/wordpress/wp-includes/load.php(1308): do_action()
14 [internal function]: shutdown_action_hook()
15 {main}
thrown in /xxx/wordpress/wp-includes/query.php on line 29
Hello bbPress Support Team,
I am having an issue with my bbPress forum on my WordPress site. When I try to open the forum, it displays a blank white page.
I also received a warning about a potential slug conflict:
“Potential bbPress conflict: Forum slug”Here is what I have tried so far without success:
Changing the forum slug
Deactivating and reactivating bbPress
Checking for conflicting pages or posts
Flushing permalinks
Clearing browser and server cache
The forum contains important data (topics, replies, users) that I cannot afford to lose.
Could you please advise how to resolve the blank page issue and the slug conflict safely while keeping all forum data intact?
Thank you very much for your help.

I’ve noticed some strange behavior and I’m not sure if it’s intended. When a topic is approved after being sent to moderation, and the user subsequently edits that topic, the revision log displays two revisions instead of one. Ideally, the log should only display the specific edit the user marked for logging, rather than all revisions.
I found this line of code which appears to accept any revision, including those not typically found in the bbPress log. Ideally, it should skip any IDs that are not explicitly present in the bbPress log.
I’m encountering a strange behavior in my new bbPress installation. Here’s what happens:
Setup:
• Forum: “General”
• Sticky post in this forum containing the rules (closed for replies)
• A test topic: “Now I’m drinking coffee”
• A reply added to the test topicSteps to Reproduce:
1. Create the topic “Now I’m drinking coffee” in the “General” forum.
2. Add a reply to this topic. Everything works as expected.
3. Go to wp-admin → Topics → All Topics.
4. Move the “coffee” topic to the trash.Observed Behavior:
• The reply added to the trashed topic also goes to the replies trash.
• Its post_parent changes from the “coffee” topic to the sticky rules post (still published).
• If I restore the topic from the trash, the reply is no longer associated with the topic.Expected Behavior:
• The reply’s post_parent should remain linked to the original topic.
• When emptying the topics trash, the reply should be deleted along with the topic, similar to how comments are handled with regular posts.Environment:
• bbPress latest version
• WordPress latest version
• No child theme active
• Plugin: “Enable bbPress for Block Themes”Has anyone else experienced this, or is there a fix/workaround?