Hello
I tried to add a new forum, This error appeared.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 163840 bytes) in /home/vnyeklac/public_html/wp-includes/class-wp-object-cache.php on line 446
I looked at https://bbpress.org/forums/topic/php-fatal-error/ .
However I cannot solved this problem.
What should I do?
Thanks for watching.
My bbpress version is 2.6.5
php version is 7.4
wordpress version is 5.5.1
All latest version
Hi,
I went to a topic in my wordpress admin and selected “closed” under “Topic Attributes->Status”. When I go to the forum, the topic is now greyed out. When I click on the topic title, it goes to a 404 error page.
Is there anything else that I need to do to make sure “closed” works as expected? I tried saving permalinks again,but that did not help.
My forums are “members only” so not able to send link.
Thanks,
Priyanka
I thought I’d leave the solution I used in case it can help anyone else that might come across this. I was already using Private groups like suggested above so poked around in the settings to see how I could make it work. This might not be the most elegant way but it works.
Group Name Settings: Add a general group for all users and a group for admins.
Topic Permissions: Check “Activate Forum Permissions”
User Management: Here you can bulk add all the users to the general group.
Forum: Open the forum you would like to restrict to admin posting only and scroll to the “Forum Groups” meta box. Click the general and admin groups and update the page (Click any additional groups you might already have set up as well). When the page reloads you’ll see additional visibility options for each group. For the general user (and any other users) choose “Only View Topics/Replies” and for the admin leave it as “Create/Edit Topics and Replies (and view all topics and/replies)”.
I had to set it up this way because the “Non-logged in users” option wouldn’t work because we were restricting the forum to logged-in users only.
Hopefully, this helps anyone that might be facing the same issue. This one took me a bit to sort out.
bbpress leaves this behind for reasons I won’t bore you with.
Without bbpress, the role has nothing it can do, so you can just leave it.
If you want to get rid of it (and I can understand if you do) then it is just a wordpress role, so see
How to Delete User Roles from a WordPress Site
Uninstall bbPress: Please follow this
Log into your WordPress back-end.
Go to Plugins > Installed Plugins.
Scroll down until you see bbPress and click Deactivate.
After the page reloads, scroll back down to the bbPress plugin, now click the red Delete link.
You will now see a screen to confirm your deletion of the bbPress plugin, if you are sure you want to remove bbPress from your installation, hit the OK. button.
bbPress is now uninstalled from your site.
It is extremely disappointing not to have had any reply to this question. I have reached the point where I have upgraded phpBB to the latest version and moved the original phpBB data to the new server so I can run the import to and from the ‘localhost’, and still it fails. I am 100% confident that everything is correct.
What really gets me is the lack of feedback. The application just says ‘Stopped’ every time I try something. Every time. Is there a log somewhere?
If I don’t get some sort of help or guidance soon I will simply give up on BBPress and WordPress. Surely there is someone who knows what’s going on?
Thank you in anticipation.
Not sure if this is what you are after
bbp style pack
once activated go to
dashboard>settings>bbp style pack>login item 6
Anonymous User 17274932Inactive
My country’s time zone is UTC+8
When I set the time zone UTC+8 for WordPress, the time of posting the topic and replying is correct.
But my registration time will default to 8 hours before 1 minute… and so on
If I set the WordPress time zone to UTC+0, the registration time is normal, but the theme posting and reply time will increase by 8 hours.
Anybody got some code to put into WordPress theme functions.php to redirect every instance of links to /wp-admin/profile.php to /forums/users/$user ?
Try Google Custom Search for WordPress or SearchWP plugin it will help
Check out this WordPress plugin it will help out
bbp user ranking
By Robin Wilson
For speed of WordPress site please check out this article
15 Easy Ways To Speed Up WordPress
Our website is made with bbPress and Buddypress plugins in wordpress. This old plugin “BuddyPress Global Search” used to work well on our site. But this plugin stopped updating and working from 2019; We are looking for a search plugin that also allows sorting of search results.
I have tried plugins like Relevanssi, Ajax, and GD Power Search, but for some reason, nothing shows up on the site, once I disabled Global Search, the search only yields a Google style list with no sorting options.
Thank you for any feedback!
BBPress 2.6.5
BuddyPress 6.3.0
Wordpress 5.5.1
To reduce the lag time read the topic below: https://www.thesearchengineshop.com/how-to-fix-slow-wordpress-website/
You will get better idea.
bbpress 2.6.5 is Working fine with WordPress 5.5.1
Hey folks,
my head is aching, I can’t find out why my forum’s site is cut off below the message field as soon as I allow guests to post without registration in wordpress settings. Not only the footer is gone, but also the submit button. What’s the point?! I use the latest version of wordpress and bbpress, elementor is my editor. Login and Registration works fine and when I restrict posting on members only, everything works perfectly on my page. Does anyone have an idea what the problem is? Maybe another bbpress add on plug-in?
Thank you so much!!
Cheers,
Lilian
You can go to the WordPress Settings -> Discussion: Moderation, and increase the number of links allowed before a topic goes into moderation. I believe the fact that you are not being informed is a bug. Someone who knows more about this will probably chime in at some point.
Just a quick question.
Has bbpress 2.6.5 been checked for compability with WordPress 5.5.1
and if not – when will it be checked or a new version released
Dears,
I’m getting an error message when I click on “Edit Forum Profile”.
In addition to the wordpress error, I cannot edit my profile because the save button is not shown.
I’m using DIVI theme with WordPress 5.5.1 and bbpress 2.6.5
I tried changing to Twenty theme but it happens the same thing.
You can check it creating an account here and going to My account – Forum Profile
Frases de supervivencia para viajeros
Thanks for your help
<?php
/**
* Exit if accessed directly.
*
* @package Responsive
*/
if ( ! defined( ‘ABSPATH’ ) ) {
exit;
}
/**
* Full Content Template
*
* Template Name: Full Width Page (no sidebar)
*
* @file full-width-page.php
* @package Responsive
* @author CyberChimps
* @copyright 2020 CyberChimps
* @license license.txt
* @version Release: 1.0
* @filesource wp-content/themes/responsive/full-width-page.php
* @link https://codex.wordpress.org/Theme_Development#Pages_.28page.php.29
* @since available since Release 1.0
*/
get_header();
Responsive\responsive_wrapper_top(); // before wrapper content hook. ?>
<div id=”wrapper” class=”site-content clearfix”>
<div class=”content-outer container”>
<div class=”row”>
<?php Responsive\responsive_in_wrapper(); // wrapper hook. ?>
<main id=”primary” class=”content-area col-940″ role=”main”>
<?php
get_template_part( ‘loop-header’, get_post_type() );
if ( have_posts() ) :
while ( have_posts() ) :
the_post();
Responsive\responsive_entry_before();
get_template_part( ‘partials/page/layout’, get_post_type() );
Responsive\responsive_entry_after();
Responsive\responsive_comments_before();
comments_template( ”, true );
Responsive\responsive_comments_after();
endwhile;
get_template_part( ‘loop-nav’, get_post_type() );
else :
// Elementor 404 location.
if ( ! function_exists( ‘elementor_theme_do_location’ ) || ! elementor_theme_do_location( ‘single’ ) ) {
get_template_part( ‘loop-no-posts’, get_post_type() );
}
endif;
?>
</main><!– end of #content-full –>
</div>
</div>
<?php Responsive\responsive_wrapper_bottom(); // after wrapper content hook. ?>
</div> <!– end of #wrapper –>
<?php
Responsive\responsive_wrapper_end(); // after wrapper hook.
get_footer();
?>
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Profile
I am not sure if it is related but things like videos can trigger moderation to kick in. I have personally switched off moderation since the current mechanism is by no means efficient. Any topic / reply that goes to moderation just vanishes and the user is not informed. This is clearly not OK but I have no idea to improve it in the bbPress code.
There is a ticket open for this issue for several months now but I don’t think it is being worked on. You can go into your discussion settings and adjust certain properties that affect when content will trigger moderation. This is in your WordPress settings.
But like I say, I switched off moderation all together due to the confusion is causes for users. There are other topics on here with info on how to do that.
I am not saying it is the cause of your problem. Just wanted to mention it.