Search Results for 'bbpress'
-
Search Results
-
Hi,
I’m receiving this error 1-2 times per day like clockwork:
Current plugin: bbPress (version 2.6.9) PHP version 8.1.6 Error Details ============= An error of type E_ERROR was caused in line 33 of the file /home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-db.php. Error message: Uncaught TypeError: register_shutdown_function(): Argument #1 ($callback) must be a valid callback, class BBP_Converter_DB does not have a method "__destruct" in /home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-db.php:33 Stack trace: #0 /home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-db.php(33): register_shutdown_function(Array) #1 /home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-base.php(150): BBP_Converter_DB->__construct('site_db', '&9Ah58fa', 'site_db', 'localhost') #2 /home/site/public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-base.php(104): BBP_Converter_Base->init() #3 /home/site/public_html/wp-content/plugins/bbpress/includes/admin/converters/phpBB.php(24): BBP_Converter_Base->__construct() #4 /home/site/public_html/wp-content/plugins/bbpress/includes/admin/tools/converter.php(94): phpBB->__construct() #5 /home/site/public_html/wp-content/plugins/bbpress/includes/users/functions.php(982): bbp_new_converter('phpBB') #6 /home/site/public_html/wp-includes/class-wp-hook.php(307): bbp_user_maybe_convert_pass('') #7 /home/site/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #8 /home/site/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #9 /home/site/public_html/wp-content/plugins/bbpress/includes/core/sub-actions.php(265): do_action('bbp_login_form_...') #10 /home/site/public_html/wp-includes/class-wp-hook.php(307): bbp_login_form_login('') #11 /home/site/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #12 /home/site/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #13 /home/site/public_html/wp-login.php(518): do_action('login_form_logi...') #14 thrownHi
I am now using the [BBP-STATS] shortcode and am trying to adjust the below code so that instead of ‘Forum Members’ being position higher than the $stats[‘user_count’] value presented, I am looking for code adjustment that will place $stats[‘user_count’] to the Right and inline with ‘Forum Members’
Currently;
Forum Members
xxxxLooking to achieve;
Forum Members xxxxCode currently is …
—-
<dt><?php esc_html_e( ‘路 Forum Members’, ‘bbpress’); ?></dt>
<dd>
<?php echo esc_html( $stats[‘user_count’] ); ?>
</dd>
—-Any guidance most welcomed
Hi all,
Rather than wake up an old thread I thought I’d start a new one. The issue was reported here:
Links in posts lead to them being hidden (and how to deal with them)
And we have a similar problem. It seems a post with a single link is being hidden and no notification is being sent in spite of having the number of links set to ‘2’ before posts are hidden and us actively checking for the relevant notifications.
I was wondering if anyone else was experiencing this issue? I’m not that familiar with bbPress so if there’s something obvious I’m missing then I would be grateful if someone was able to point me in the right direction.
Wordpress 5.9.3
bbPress: 10.2.0Many thanks in advance!
Topic: caching issue
Hi there,
I think I am having a caching issue as when my users go to reply to a bbpress forum topic, it takes 2-3 times to submit their reply. (I am also having an issue sending buddypress private messages, when you click send nothing happens). I use W3Total Cache and Memberpress and I know I need to say “never cache” certain pages for Memberpress, so are their certain slugs I need to add to that list so the replies go through?
Thank you!
my site url: http://www.realadulting101.ca
wordpress version 5.9.3
theme: astra ( I also use a child theme)Topic: unread plugin
Hello, we have been using the bbpress forum for some time.
since he didn’t show new posts, we installed bbpress unread pencil.
Unfortunately, the “unread button” doesn’t work and I would have to click through all 18,000 posts.then we installed bbp style pack. the functions are great. only if i leave this plugin active my forum works very very slowly. only when I disable it does it run smoothly. is there another plugin that doesn’t show my old posts as unread?
Thank you,
regards MarkusHi, I’m hoping someone can help me as my host directed me to contact the plugin directly. Any interaction made on my site with the bbpress forum will result in a critical error. I’m not sure what is causing the conflict. I have the bbpress private groups plugin installed as well.
Error Details
=============
An error of type E_ERROR was caused in line 62 of the file. Error message: Uncaught ArgumentCountError: Too few arguments to function bbp_format_buddypress_notifications(), 5Has this happened to anyone else? Is there any way to fix it? I think it happens whenever someone tries to click “subscribe” or “notify me of follow-up replies via email”
Thanks in advance for any input you can give!
When logged into our forums and using the search function, if there are say 130 results, 15 show correctly on the first page but when you click onto the second page it looks like a blank page but if you scroll down the page header is there (although the format is corrupted) and then the rest of the results show below this. This is the same for the subsequent pages but if you click to go back to the first page of results, it then shows correctly again. I haven’t edited the site recently, so this is a bit out of the blue.
Many thanks!
WordPress Version: 5.9.3
bbPress version: 2.6.9Topic: Sync staging to production
Hey! I am working on syncing my staging site to my production. We have over 4,000 post in our BBPress plug in. Is there anyway I can export that data from my production site then import it again when I push staging to production. Otherwise I will loose 2 months of forum posts.
Thanks in advance!