Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 476 through 500 (of 11,525 total)
  • Author
    Search Results
  • deborahdavidson
    Participant

    Not sure if this is Divi related or BB Press related. We have a BB press search function for our Forum which has been fine until recently. However, suddenly only page 1 displays correctly in the search results (first image). The rest of the pages look like the second photo – you have to scroll down to reach the menu which has been corrupted and then the search results are after that (and are displaying correctly. All plugins, themes and WordPress are the latest versions. Hope someone can help (please) …

    https://thefdforum.co.uk/wp-content/uploads/2022/05/1.png
    https://thefdforum.co.uk/wp-content/uploads/2022/05/2.png

    Wordpress Version: 6.0
    bbPress Version: 2.6.9

    Home

    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

    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

    beachcalsix
    Participant

    Thanks for the help! I will do some testing today.
    Thanks again!

    Robin W
    Moderator

    it looks like youzify from that error log (but cannot guarantee).

    I’d suggest you try deactivating youzify as a test and see if the error diappears.

    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

    Robin W
    Moderator

    so did you do the plugin test ?

    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

    #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

    #229133
    Jimmyt53
    Participant

    Hi Robin and thanks for picking up on this. To answer your questions:

    1. how would you want to pick topics for deletion – by ‘older than’ presumably?

    Yes. A the moment I have to go month by month and wait for WP to do its thing

    2. just from one forum or across all forums?

    All forums.

    3. again could not be a topic or reply where it is latest activity

    Not an issue as these topics and replies would be at least seven years old

    4. Are we talking about permanently deleting – ie reduce database size, or just trashing – ie stopping people seeing, but retaining the ability to restore later?

    Permanent deletion required as my ISP is telling me that I’m nearing my limit on the number of files (but not the capacity in terms of memory usage) and this would allow me to get rid of material that is no longer relevant.

    #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?

    Robin W
    Moderator

    your theme or another plugin might be affecting my template loading

    if you want to check this:

    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

    #229066
    ddbell
    Participant

    I thought the tabs were supposed to be there by default. I guess not. I am brand new to bbPress.

    Just to Clarify, I have quite a few other plugins on the site. The bbPress plugin is just one part of the website and is a recent addition. The bbPress plugin was 100% default but it seems other plugins affect this text area in bbPress.

    On the backup test website I was using as a test site, it looks like the tabs were there from the bbPress style plugin I installed which was only on the test site but not the main suite. I forgot I installed that…. but had never used it. It was only on the test site.

    For the test site I just did the following to test.

    I disabled the bbPress style plugin. It then only had the Visual Text tool bar and was stuck in Visual text mode (which I don’t want because I need to use HTML).

    I then disabled the bbPress style plugin and also disabled all plugins except bbPress itself. Then it was in Text edit mode with no tool bars at all and no tabs at all.

    I then re-enabable the bbPress style plugin so the only plugins on the site activated were bbPress and the bbPress style plugin. Then there was the text tool bar (not the visual tool bar), but no tabs.

    I then re-enabled all other plugins. Now it has the tabs which switch between the Visual toolbar and the Text tool bar. So it seems one of the other plugins, unrelated to bbPress is adding the Visual Tool bar which also adds it into bbPress too. I’m not sure which one because I didn’t test one by one.

    So that will work for me. I now added the bbPress style plugin to the main site and I have tabs and the text Editor I need. Other users can use the Visual if they want.

    I didn’t realize a another plugin could change what happens inside of a different plugin. I guess WordPress can get convoluted with lots of moving parts. I may go back and try to figure out exactly which plugin adds the extra tool bar. But I like it to have both so it works fine as is now.

    #229061
    ddbell
    Participant

    I went into my user for the Keymaster, checked “Disable Visual Editor”, saved the changes, then unchecked it and saved the changes. I was trying to see if it would toggle something.

    Now the Visual editor tool bar shows up but here are no tab for Visual/Text so there is no way to Editi in Text mode. I checked other Participant accounts and the tabs are missing for all users. All users are stuck in Visual Editing. I need text mode editing for myself.

    In the website backup, tested from my same PC and same browsers, all user accounts for both Keymaster and Participants have the tabs for Visual/Text. So I know it is not a local computer or Browser issue. Again, I don’t want to load the backup on the main site because there have been orders and subscribers since the last backup.

    It is all accounts so it isn’t an account issue.

    The Visual/Text tab shows up everywhere else when writing except for in the bbPress forum.

    So the issue is isolated to bbPress, for all users.

    missing tabs

    #229056
    Robin W
    Moderator

    just tried 2014 and it uploads as full size unless you constrain.

    so when you say you use the image icon in the bbPress editor does this ask anything about size?

    If not then it could be a plugin issue

    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

    #229055
    Robin W
    Moderator

    thanks, fully appreciate that most of this stuff is annoying as hell 🙂

    The problem is that all wp websites are a combination of wordpress and its settings, your theme and its settings, any adjustments to that theme, and all the plugins and each of their settings. That’s before we look at things like php versions, apache stuff, ht-acess, hoster settings and limitations and a bunch more stuff. That makes most sites pretty unique, so site A will never replicate site B in it’s problems and issues.

    I’m just a guy sat in his kitchen who was helped several years ago when I was setting bbpress up, so I try to help others – I’m not a bbpress author.

    my test site is twenty ten. I’ll try twenty fourteen to see if that sheds any light.

    #229003
    Robin W
    Moderator

    thanks, just had a look on my test site.

    The first hat image I uploaded displays as

    <img src="https://i0.wp.com/santarosaphotographicsociety.org/wp-content/uploads/hm_bbpui/2765/dccxo3aalx9pf5qhw9w5scfhksqpwcb1.jpg" alt="picture">

    so will load at the size of the web page.

    On your site it displays as

    <img src="https://i0.wp.com/santarosaphotographicsociety.org/wp-content/uploads/hm_bbpui/2765/dccxo3aalx9pf5qhw9w5scfhksqpwcb1.jpg?w=474&ssl=1" alt="Hats" width="473" height="316">

    It is uploading as full size, so something, maybe your theme or a wordpress setting is limiting it’s display.

    I’m not sure if those width details are being saved as part of the post saved in the database, or are added in displaying.

    you might also look at

    dashboard>settings>media

    #228986
    Robin W
    Moderator

    as a test can you turn off bbpress engagements

    dashboard>settings>forums>engagements

    and see if the problem goes away

    #228983
    Robin W
    Moderator

    thanks.

    when you say you get this ‘when I’m testing a new account’ – can you give the exact steps to reproduce

    #228978
    miltonics
    Participant

    I’m getting an error when I’m testing a “new account”. I’ve tracked it down to bbpress & woocommerce memberships.

    Immediately on purchase I only get this:

    Fatal error: Uncaught Error: Call to a member function get_users_for_object() on null in /home/customer/www/midwestpermaculture.com/public_html/wp-content/plugins/bbpress/includes/users/engagements.php:125 Stack trace: #0 /home/customer/www/midwestpermaculture.com/public_html/wp-content/plugins/bbpress/includes/users/engagements.php(146): bbp_get_users_for_object(47093, ‘_bbp_moderator_…’, ‘post’) #1 /home/customer/www/midwestpermaculture.com/public_html/wp-content/plugins/bbpress/includes/users/capabilities.php(107): bbp_is_object_of_user(47093, 366, ‘_bbp_moderator_…’) #2 /home/customer/www/midwestpermaculture.com/public_html/wp-includes/class-wp-hook.php(307): bbp_map_primary_meta_caps(Array, ‘moderate’, 366, Array) #3 /home/customer/www/midwestpermaculture.com/public_html/wp-includes/plugin.php(189): WP_Hook->apply_filters(Array, Array) #4 /home/customer/www/midwestpermaculture.com/public_html/wp-content/plugins/bbpress/includes/core/sub-actions.php(523): apply_filters(‘bbp_map_meta_ca…’, Array, ‘moderate’, 366, in /home/customer/www/midwestpermaculture.com/public_html/wp-content/plugins/bbpress/includes/users/engagements.php on line 125

    Any ideas?

    It would be really nice to have forums in our membership site.

    Thanks!

    #228842
    Robin W
    Moderator

    ok, I cannot say why breadcrumbs are not working for you.

    it could be a plugin issue

    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

    #228830
    Robin W
    Moderator

    ok, you will need to define what you mean by

    But “Breadcrumbs” doesn’t work

    It looks fine on my test site, so are you not seeing it, or precisely what is it not doing?

    #228798
    janecarole
    Participant

    A little more explanation: My site is active so I don’t want to switch to a default theme because it makes the site go nuts. (My site uses twenty-seventeen.) I tried switching to twenty-twenty on my staging site, but that didn’t help because I couldn’t test the problem as a user since I have to stay logged in as myself in order to use my staging site.

    If I decide to test by changing themes on my live site and letting it go nuts, and if that were to solve the user posting problem, how would that help? I have to be able to use the twenty-seventeen theme. I have worked and worked with twenty-seventeen over a long time to get it exactly like I want it. Twenty-twenty or twenty-one will not work for me.

    #228793
    Robin W
    Moderator

    so did you do this bit?

    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.

    #228792
    janecarole
    Participant

    Done and I’m back.

    I put the results of the health check below. I have been waiting to upgrade to WP 5.9.3. (Problem avoidance syndrome). It doesn’t seem that the two deactivated plugins (that I plan to use in the future) should be causing my problem.

    (Also, I noted that a user is able to post blog comment without a problem.)

    Hoping you can help me.

    …….
    Results of Health Check:

    Site Health Status

    2 Recommended improvements
    WordPress update available (5.9.3) Performance
    A new version of WordPress is available.

    Install the latest version of WordPress

    You should remove inactive plugins Security
    Plugins extend your site’s functionality with things like contact forms, ecommerce and much more. That means they have deep access to your site, so it’s vital to keep them up to date.

    Your site has 2 inactive plugins. Inactive plugins are tempting targets for attackers. If you’re not going to use a plugin, we recommend you remove it.

    #228784
    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

Viewing 25 results - 476 through 500 (of 11,525 total)
Skip to toolbar