Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 2,026 through 2,050 (of 64,454 total)
  • Author
    Search Results
  • Hammy Havoc
    Participant

    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
    thrown
    uksentinel
    Participant

    Hi

    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
    xxxx

    Looking to achieve;
    Forum Members xxxx

    Code currently is …
    —-
    <dt><?php esc_html_e( ‘路 Forum Members’, ‘bbpress’); ?></dt>
    <dd>
    <?php echo esc_html( $stats[‘user_count’] ); ?>
    </dd>
    —-

    Any guidance most welcomed

    ianwild
    Participant

    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.0

    Many thanks in advance!

    Robin W
    Moderator

    sorry, no, presume you have woocommerce installed, but no idea why it is conflicting.

    I presume you carried out

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Robin W
    Moderator

    something (not bbpress) is using a filter to call this function.

    so you’d be looking for a hook that looks kinda like this

    add_filter( ‘bp_notifications_get_notifications_for_user’, ‘xxxxxxxx’, 10, 5 );

    or some code directly calling ‘bp_notifications_get_notifications_for_user’

    Both of those should pass 8 arguments, but are only passing 5 – hence the issue.

    it is not bbp-private-groups

    if you really want to track it down, then use FTP to transfer the wp-content directory of your site to your PC.

    then download and install notepad++ and use the search/find in files option to find bp_notifications_get_notifications_for_user in wp-content

    that should get you to options where it is called

    beachcalsix
    Participant

    Hi, the error codes were found in my files in the back end/ftp. The error email is only sent to me while bbpress is activated. It has been hard to find out what is causing this. I tried deactivating youzify as well as buddypress. So far no more error emails have been received but I’m at a loss as to where it’s coming from exactly and how to correct it. My site needs these 3 plugins to function as well as the bbpress private groups plugin I have. My only theory is that the privacy function is conflicting with the notifications for some reason but like I said, it’s hard to pinpoint. My host is unsure and said to try asking bbpress. Maybe someone has a similar issue? I’ll keep researching and if I find an answer, I’ll post it here.

    #229308

    Topic: caching issue

    in forum Troubleshooting
    realadulting101
    Participant

    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)

    #229306

    Topic: unread plugin

    in forum Troubleshooting
    markusmit
    Participant

    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 Markus

    Robin W
    Moderator

    If you have deactivated bbpress, then the error cannot show as this is a bbpress function, where are you seeing these errors – if in a log, then are you sure the log is being cleared before each test

    #229280
    enkoes
    Participant

    Hi, I couldn’t find Widget in Appearance in my WordPress 5.9. This version of WordPress has apparently shifted to block based editor which eliminated Widget in Appearance. May I know how am I going to design bbpress sidebar if we can’t use Widget? I also downloaded bbPress WP Tweaks, it seems that we really can’t do anything without Widget in Appearance.

    beachcalsix
    Participant

    Further info update:

    Hi, after doing further testing, I’m still getting an error. I deactivated youzify. Then, I deactivated bbpress and buddypress but still getting an error. I am not too familiar with the files and coding but I opened the files where the errors are indicatd in the above error message I posted. If anyone is familiar and sees an error, I would really appreciate the heads up. Probably a long shot but thought I’d try. Thanks!

    First file:
    An error of type E_ERROR was caused in line 62 of the file /home/advance1/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/notifications.php. Error message: Uncaught ArgumentCountError: Too few arguments to function bbp_format_buddypress_notifications(), 5

    this is the code showing in the above file currently:

    Line 62-6 :

    function bbp_format_buddypress_notifications( $content, $item_id, $secondary_item_id, $action_item_count, $format, $component_action_name, $component_name, $id ) {

    // Bail if not the notification action we are looking for
    if ( 0 !== strpos( $component_action_name, ‘bbp_new_reply’ ) ) {
    return $content;
    }

    _______________
    The code found in this file: passed in /home/advance1/public_html/wp-includes/class-wp-hook.php on line 307:

    line 303: // Avoid the array_slice() if possible.
    if ( 0 == $the_[‘accepted_args’] ) {
    $value = call_user_func( $the_[‘function’] );
    } elseif ( $the_[‘accepted_args’] >= $num_args ) {
    line 307–> $value = call_user_func_array( $the_[‘function’], $args );
    } else {
    $value = call_user_func_array( $the_[‘function’], array_slice( $args, 0, (int) $the_[‘accepted_args’] ) );
    }
    }
    } while ( false !== next( $this->iterations[ $nesting_level ] ) );

    ________________
    Last error file:passed in /home/advance1/public_html/wp-includes/class-wp-hook.php on line 307

    shikoro
    Participant

    I can definitely guarentee it is not the theme, switched to twentytwenty, switched to a user with just the subscriber role and I am seeing the same edit button. I talked with the theme devs and they believe this has something to do with bbpress, I cannot find a plugin that is causing the issue. If I need to get an admin at bbpress access to our website I can no problem but this is a big issue for us.

    beachcalsix
    Participant

    Sorry, I thought the rest was just additional info. Here is the full error from the email I received:

    Site info
    WordPress version 5.9.3
    Current theme: Olympus child Theme (version 1)
    Current plugin: bbPress (version 2.6.9)
    PHP version 8.0.17

    Error Details
    =============
    An error of type E_ERROR was caused in line 62 of the file /home/advance1/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/notifications.php. Error message: Uncaught ArgumentCountError: Too few arguments to function bbp_format_buddypress_notifications(), 5 passed in /home/advance1/public_html/wp-includes/class-wp-hook.php on line 307 and exactly 8 expected in /home/advance1/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/notifications.php:62
    Stack trace:
    #0 /home/advance1/public_html/wp-includes/class-wp-hook.php(307): bbp_format_buddypress_notifications()
    #1 /home/advance1/public_html/wp-includes/plugin.php(233): WP_Hook->apply_filters()
    #2 /home/advance1/public_html/wp-content/plugins/youzify/includes/premium/public/core/functions/youzify-live-notifications-functions.php(83): apply_filters_ref_array()
    #3 /home/advance1/public_html/wp-content/plugins/youzify/includes/premium/public/core/functions/youzify-live-notifications-functions.php(27): youzify_get_the_notification_description()
    #4 /home/advance1/public_html/wp-includes/class-wp-hook.php(307): youzify_process_notification_request()
    #5 /home/advance1/public_html/wp-includes/plugin.php(189): WP_Hook->apply_filters()
    #6 /home/advance1/public_html/wp-admin/includes/ajax-actions.php(3425): apply_filters()
    #7 /home/advance1/public_html/wp-includes/class-wp-hook.php(307): wp_ajax_heartbeat()
    #8 /home/advance1/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()
    #9 /home/advance1/public_html/wp-includes/plugin.php(474): WP_Hook->do_action()
    #10 /home/advance1/public_html/wp-admin/admin-ajax.php(187): do_action()
    #11 {main}
    thrown

    It mentions buddypress and youzify. I have both plugins if that helps.
    Thanks so much for the quick response!

    #229259
    Robin W
    Moderator

    likes and shares are not part of bbpress

    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    beachcalsix
    Participant

    Hi, 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(), 5

    Has 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!

    deborahdavidson
    Participant

    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.9

    Home

    #229222

    In reply to: Spam Registrations

    Robin W
    Moderator
    Robin W
    Moderator

    sorry, this support forum is for bbpress issues, your query refers to wordpress registration login, which bbpress just uses, but is not involved in

    #229190

    In reply to: mobile

    Robin W
    Moderator

    I can only suggest

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #229121
    craigcotner
    Participant

    I totally get that you are not an author… Your bbp Style Pack is the first plugin I added to my install.

    My site is a gathering of sports fans. So we have a lot of threads that get very big. I do a few things since I just moved over from a phpBB board. I first took some topics that were several years old and had thousands of replies and first split them up. Only keeping the newer posts. Then took the older thread and put it in a holding area. Then I break them down in to smaller pieces so I can delete them. This is the part that is taking forever to do.

    This is sort of a first time clean up of the old phpBB board after I imported it to bbPress. So once I get through that, I can see a time where I am not deleting old threads as much.

    But for the long haul, I can see where I would regularly close threads and want to delete them. So I like how I can just put topics in a “holding” forum that only I can see. Then if you have a way through your plugin that I can enter a topic ID for deletion would work perfect!

    #229116
    Robin W
    Moderator

    All – let me just clarify that I’m just a guy sat in his kitchen who helps out here, I am not a bbpress author !!


    @craigcotner
    & @iqfy- trashing topics or replies calls a standard WordPress function which checks for comments and media on each post before trashing. This involves a database lookup to check whether anything in those tables needs deleting and it is this that seems to be taking the time and making you both time out. Topics and replies don’t have comments or media that is attached in that way, so these steps are not needed.

    Now trashing a reply is fairly easy, replies don’t hold any data that needs referencing elsewhere that we need to worry about.

    But Topics have engagements and subscriptions to be gone through.

    so if I wrote some code to allow you to delete a numbered topic, this could use a quicker method to permanently delete all the replies, and then use the proper function to delete the topic.

    And as long as the topic or reply it is not latest activity, then we can maybe skip the step that needs to recalculate what the lastest activity now needs to be.

    That should prevent timeouts I hope.

    SO 2 things here

    1. any topic/reply being got rid of should not be the ‘latest activity’ in the forum – but I’m guessing if the topic is still getting replies and therefore ‘hot’ then you would not be deleting it
    2. this would be deleting it a numbered topic at a time, so you would look up the topic and then in the dashboard there would be an option to enter that topic number to trash it.

    Does that sound as if it would work for you?


    @jimmyt53
    – not sure how easily I’d be able to fix that, but I’ll think about it as I progress. so

    1. how would you want to pick topics for deletion – by ‘older than’ presumably? and
    2. just from one forum or across all forums?
    3. again could not be a topic or reply where it is latest activity

    Feedback before I start code something that doesn’t help would be great 🙂

    and from all – are we talking about permanently deleting – ie reduce database size, or just trashing – ie stopping people seeing, but retaining the ability to restore later?

    #229104
    mrentropy
    Participant

    I realize this topic is more than six years old, but I’ve been attempting to achieve similar behavior, and adding the following code in a custom plug-in seems to work. I have a taxonomy of “ideacategory” and I’m able to create a bbPress view called “ideacat” that filters all of the topics where the category term is equal to “24-hour-market-watch.”

    function idea_register_custom_views() {
    		
    	bbp_register_view(
    		'ideacat',
    			esc_html__( 'Idea Category', 'bbpress' ),
    			apply_filters( 'bbp_register_view_ideacat', array(
    			'tax_query' => array(
    				array(
    					'taxonomy' => 'ideacategory',
    					'field' => 'slug',
    					'terms' => array( '24-hour-market-watch' )
    				)
    			),
    			'show_stickies' => false
    			)
    		) );
    
    }
    
    add_action( 'bbp_register_views', 'idea_register_custom_views' );
    #229103
    Amber
    Participant

    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!

    #229087
    sruddy
    Participant

    Thanks I always get the two mixed up. I’m changing it to WP.org hosted by InMotion, same as my site.

    I am in contact with the plugin developer Aspen Grove Studios for plugin Image Upload for bbPress Pro. The Jetpack is confirmed as the culprit. However I have not solved the issue of image size in the posts. I think it may have to do with I have hidden the sidebar on the forums pages but the bbPress plugin doesn’t;’t recognize the additional space. I reaching for straws. 🙂

Viewing 25 results - 2,026 through 2,050 (of 64,454 total)
Skip to toolbar