Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 2,276 through 2,300 (of 11,571 total)
  • Author
    Search Results
  • #183475

    In reply to:

    blasterspike
    Participant

    I have to update this thread.
    After the Nth time that I was uninstalling/installing bbPress 2.6 beta 2 to do a test with a new import, this time it’s just giving me a wrong password error while I’m 100% sure of the password as I have done a copy/paste from the old phpBB forum.

    #183383
    nesiditsa
    Participant

    @dayan89, also try to run all forum’s repair tools and test posting after that.

    #183380
    dayan89
    Participant

    @nesiditsa It doesn’t help.

    Any idea why?


    @casiepa
    Do not have test environment. Is this beta stable enough?

    #183374
    Pascal Casier
    Moderator

    Hi @nesiditsa

    Nice one ! I didn’t find it 🙂


    @dayan89

    The above mentioned fix has been added to bbPress 2.6. We are at the beta 2 (that you could download from https://bbpress.org/download/ ) so we are close to releasing the real 2.6 . If you have a test environment please switch to 2.6 beta already and see that it works !

    #183343
    dayan89
    Participant

    Hello fellow bbpressers,

    I have a problem. Latest reply link in sidebar widget is not functioning properly in a thread with big amount of replies. On other threads it is functioning correctly.

    Link is like this: http://dailyfantasysports.ru/forum/topic/ponesli-sandali-mityu/#post-21564

    You see? There is no page slug in URL!

    It has to be like this: http://dailyfantasysports.ru/forum/topic/ponesli-sandali-mityu/page/53/#post-21564

    But it’s not!

    How to fix it?

    I’ve tried to repair forums (WordPress Dashboard -> ‘Tools’ -> ‘Forums’ -> ‘Repair Forums’ ) It helps. But only until next reply in this thread. After new reply link is broken again.

    Please tell me how to fix it. Cannot solve this problem for whole month!

    #183297

    In reply to: bbp_reply_admin_links

    Robin W
    Moderator

    untested, but this should work

    function hw_get_reply_admin_links($args) {  
    args['before'] = '<div class="list">' ;
    args['after'] = '</div>' ;
    return $args ; 
    }  
    
    add_filter('bbp_before_get_reply_admin_links_parse_args','hw_get_reply_admin_links'); 
    angrywarrior
    Blocked

    1.) I have tested and deactived all plugins, but there is no difference. BBpress just throws 404 on all child forums.

    2.) i have tested with permalinks. Nothing works except for “default”, then it finds the sub forums and displays them all other permalink modes/options fails.

    3.) I have checked .htaccess and cannot find anything special that could make a difference. I haven’t changed anything for sometime. It (bbpress) has worked fine until now.

    4.) I’m using the latest version of wordpress, bbpress & buddypress.

    Any idea what could be worng here? I would appreciate anything that would point me in the right direction!

    Thanks!

    #183271

    In reply to: Migration from xenForo

    Pascal Casier
    Moderator

    Did you try importing in the latest bbPress 2.6-beta 2 ?

    Download

    #183236
    gpdesign93
    Participant

    WP Version: 4.7.3
    bb Version: 2.5.12
    Theme: Uncode 1.4.2 – compatibility confirmed
    bb Forum Root: “forums”

    I’ve had some difficulty setting up and styling my bbPress forums root page, similar to this user: how-to-actually-partner-root-with-a-wp-page/

    I have since figured out how to establish a custom WP page as a root for my forum. I had to match the slug declared in the forum settings, AND use the [bbp-forum-index] shortcode. I thought it was either/or. If I only matched the slug, I would just get an empty page. If I just used the shortcode, I would have inconsistencies in the bbPress breadcrumb.

    Now that I have declared a custom root, I’m getting my styles ignored or rejected or something. I have my page options set to hide the page title, WP breadcrumb, and some “inline” CSS to hide the menu. (My client needs a custom menu.) These options and styles work on all pages except for the forums root. They just get ignored.

    I tested with fresh pages built from scratch multiple times to see where the problem was. I can use the shortcode just fine, but then my custom page is no longer my root page. As soon as I set my custom page’s slug to match the slug in the forum settings, I lose my styles.

    How can I get a custom forum root that also has custom styles?

    What I want: (Visually at least)
    http://kadpf.org/kadpf2017update/forums-ideal/

    What I get:
    http://kadpf.org/kadpf2017update/forums/

    Thanks!

    HW
    Participant

    Hi There,

    My client had reported a strange issue that started recently. If I navigate to the forum page, then login to WP, the WP admin bar displays at the top as normal. When I navigate back to the forum page after logging in, the admin bar does not show up on this page only until I refresh the page. At first I thought it was a caching issue with a Autoptimize cache plugin but it still occurs after I deactivate.

    There is an error logging for bbPress repeatedly:
    [04-Apr-2017 17:56:26 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘))) AND hn09m16p3_posts.post_type IN (‘topic’, ‘reply’) AND (hn09m16p3_posts.po’ at line 1 for query SELECT hn09m16p3_posts.* FROM hn09m16p3_posts FORCE INDEX (PRIMARY, post_parent) WHERE 1=1 AND (hn09m16p3_posts.ID = 8481 OR hn09m16p3_posts.post_parent = 8481) AND ((())) AND hn09m16p3_posts.post_type IN (‘topic’, ‘reply’) AND (hn09m16p3_posts.post_status = ‘publish’ OR hn09m16p3_posts.post_status = ‘closed’ OR hn09m16p3_posts.post_status = ‘reported’ OR hn09m16p3_posts.post_status = ‘acf-disabled’ OR hn09m16p3_posts.post_author = 217 AND hn09m16p3_posts.post_status = ‘private’ OR hn09m16p3_posts.post_author = 217 AND hn09m16p3_posts.post_status = ‘hidden’) ORDER BY hn09m16p3_posts.post_date ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), apply_filters(‘template_include’), WP_Hook->apply_filters, call_user_func_array, bbp_template_include, apply_filters(‘bbp_template_include’), WP_Hook->apply_filters, call_user_func_array, bbp_template_include_theme_compat, BBP_Shortcodes->display_topic, bbp_get_template_part, bbp_locate_template, load_template, require(‘/plugins/bbpress/templates/default/bbpress/content-single-topic.php’), bbp_has_replies, WP_Query->__construct, WP_Query->query, WP_Query->get_posts

    I used the repair forums tools one by one and now all the forums/topic/replies content is not displaying but the count is correct for each forum/topic, when I go into any of the forums/topics it says “Oh bother! No topics found here”.

    I’m currently setting up a test site to strip it down and see if I can find the cause but I wanted to post this to make sure it isn’t a general bbPress issue with the SQL statement. Any help would be appreciated.

    Wordpress version: 4.7.3
    bbPress version: 2.5.12

    Thanks!

    #183196
    u_Oi
    Participant

    Hi,

    I tried to add a custom css style to roles label, and it looks cool, but It doesn’t look right in mobile devices. I tested several codes without success.

    May anybody help about it?

    1.- Right now looks like this:

    imagebam.com

    2.- I would like to have something like this:

    imagebam.com

    Code:

    {text-align: center;
     margin: 0 0 5px 0;
     padding: 1px;
     font-style: normal;
     border: 3px double #050505;
     background-color: #fff;
     color: #070707;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;}

    Thanks,

    #183179
    Michał
    Participant

    Good morning, my name is Michael and I am writing from a distant country of Poland :). I have a website dedicated to bodybuilding based on xoops, but I will soon change to wordpress. I have converted all 1200 articles, comments and users, but I have a problem moving forums …

    The newbb script is similar to phpbb, so I used the available converter in the admin panel, I modified it a little, basically the beginning of the category and description of the forum sections. It looks like:
    http://www.kulturystyka.org.pl/test/forums/

    Further modification of the phpBB.php file unfortunately did not produce the expected results, because the newbb script has changed a bit, and the converter in the BBpress package is probably not updated for a long time ….?

    Please help me to modify this file so that it finishes work ie it has moved topics, utterances and users. Below I show how the structure of individual tables in the newbb module (xoops) looks like. I am green in terms of these matters, I am surprised myself that I have moved the forum sections. My WP version is 4.7.3

    I found something like this: https://bbpress.trac.wordpress.org/browser/trunk/src/includes/admin/converters/Example.php?order=name

    Yesterday and today I’m struggling with it …

    I will be very, but very grateful for the help shown. Regards, Michal

    Link to the structure of table; posts, posts_text, topics and users:
    http://www.kulturystyka.org.pl/newbb_table_structure.txt

    #183150
    5lions
    Participant

    Here is the original graph.

    View post on imgur.com

    That massive CPU use that was bringing the site to a crawl and destroying this brand new server that ONLY has this single forum running on is, is due to wordpresses terrible idea of using /wp-admin/admin-ajax.php to poll the shit out of the server for bad reasons 24/7 any time someone has a page open.

    Also partially due to bbpress slowness.

    That first large drop in cpu you see, and the subsequent large drop to the end of the graph is me completely blocking admin-ajax.php in nginx until I can figure out how to make it work smarter.

    All the latest heartbeat plugins do no seem to work with the latest wordpress. Cannot slow down the heartbeat or turn it off, so I filtered it.

    This is really bad, because I have a community website that allows people to post photos and videos (outside the forum with custom post types) and all of that is broken with admin-ajax.php being blocked.

    Seems no one has successfully solved this issue well on the internet 🙁

    As to performance
    ——————-
    This same site used to run on vanilla forums on a 2 cpu box with 4 gigs of ram very FAST.

    The wordpress/bbpress version runs on a 6 cpu, 12gig box which also includes php 7 upgrade.
    PHP7 is a huge speed improvement over 5.6.

    This new machine literally only had this one site on it.

    The old box was somewhat shared with the vanilla forum.

    So even with effectively double the power, if not more, this runs substantially slower on wordpress/bbpress *sigh*

    I just have to accept I need to pay triple the price for half the performance if I want to stick to wordpress.

    Unless bbpress some day decides to have its own tables, and re-architect specifically for forum performance, were stuck with this. That of course would break a ton of plugins with the whole “share everything via the posts table architecture”.

    May be worth it though. There is a big opportunity here to take over the forum world because its frankly is disarray. All the forum software out there is in a state of suck or dying and there is no clear winner. The integration with wordpress, and its zillion plugins, are what makes this performance sacrifice barely worth it.

    #183140
    akira010203
    Participant

    I’ve tried a new thing.

    I created a new WP table by changin the table prefix on wp-config.php, activated all my plugins + child theme, added a new users and created a test forum…

    I got my edit button.

    So it’s in my DB, no ?

    #183133

    In reply to: Text output error

    Pascal Casier
    Moderator

    Hi,
    I tried several CSS hacks but did not manage. I suspect something in your theme is causing this. As a test could you switch to a default theme (like twenty sixteen) ? If it then works fine, you will have to get support from the theme author.

    #183116
    DolZikoo
    Participant

    If you write text, you will not jump to the next line.
    I can not see all the text I have entered.

    # Trouble issue link https://www.dolzikoo.com/forums/topic/test-post2/
    # bbpress test link https://www.dolzikoo.com/forums/forum/tttssss/

    #183068
    Alex
    Participant

    Hi,

    I recently saw that all of my forums and reply pages won’t open. The only thing that opens now is the first page of the forum. The others open only in blank page.

    Moreover, when I discovered the issue, I deactivated and re-activated all of my plugins, I have reinstalled the bbPress plugin, I have deactivated all of the plugins except bbPress and I have reindexed the permalink but nothing fixed the issue.

    I mention that I have created forums and that there are hundreds of replies in there. Also, I’m using the latest version of bbPress on the latest version of WordPress.

    My forum is here: https://itutorial.ro/forum/ .

    Any suggestions?

    Thanks!

    #183034

    In reply to: WordPress Import

    Pascal Casier
    Moderator

    Sorry, you have already done the import I see now. I thought you were blocked during the import.

    2.6 is bringing better import mechanisms (but you don’t have an issue there), better performance and lots of other stuff (see https://bbpress.org/forums/topic/bbpress-2-6-beta/).

    I would propose to run the 2.6 in a test environment and see if it solves your issues.

    Pascal.

    #183019

    In reply to: Fatal Error

    Pascal Casier
    Moderator

    Hi @7mps,

    Are you trying to switch to bbPress or to the latest version of eMyBB ?

    Pascal.

    #183016

    Topic: Fatal Error

    in forum Installation
    Saravanan
    Participant

    I am trying to updat eMyBB 1.6 to Latest Version Updation Error :

    Fatal error: Call to undefined method datacache::update_reportreasons() in /home/indianengineers/public_html/install/upgrade.php on line 598

    #183000

    In reply to: PHP 7.1 Fatal Error

    5lions
    Participant

    I ran into all kinds of issues with php 7.1.
    A bunch of stuff doesnt work with it yet.

    I would try version 7.0.16.

    That was the latest version that would work with everything for me.

    #182985
    Saravanan
    Participant

    HI,

    Now i updated into Latest My BB.

    Still I Can’t Import MYBB forum data using import forum tools within BuddyPress.

    any other way.

    #182932
    ddevries
    Participant

    My search results don’t show the topic name…

    When the keyword is found in a topic, the search result shows the forum name and the topic description (no topic name).

    When the keyword is found in a reply, the search result shows just the reply and who wrote it. No forum, no topic. So, there’s no context. You can link via topic # in the upper right corner, but that’s not very user-friendly.

    Is this wacky display because of my theme? I’m using Razor. I have the latest bbPress. Can I change the code to display the search results similar to how you do it here on this support site, where it says “in reply to <topic name>”? If so, where can I do that?

    Thank you in advance for your help. 🙂

    Darlene

    #182929
    ulrich.stettler
    Participant

    Hi Robin

    Sorry for my late answer. I’ve test it with php version 7.0 and now I’ve also a blank screen with the following message (when I activate the wordpress debug):

    Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/html/NCCR-PlanetS/wp-content/plugins/bbpress/includes/forums/functions.php:1848 Stack trace: #0 /var/www/html/NCCR-PlanetS/wp-includes/class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query)) #1 /var/www/html/NCCR-PlanetS/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #2 /var/www/html/NCCR-PlanetS/wp-includes/plugin.php(515): WP_Hook->do_action(Array) #3 /var/www/html/NCCR-PlanetS/wp-includes/class-wp-query.php(1681): do_action_ref_array(‘pre_get_posts’, Array) #4 /var/www/html/NCCR-PlanetS/wp-includes/class-wp-query.php(3238): WP_Query->get_posts() #5 /var/www/html/NCCR-PlanetS/wp-includes/class-wp.php(617): WP_Query->query(Array) #6 /var/www/html/NCCR-PlanetS/wp-includes/class-wp.php(735): WP->query_posts() #7 /var/www/html/NCCR-PlanetS/wp-includes/functions.php(955): WP->main(”) #8 /var/www/html/NCCR-PlanetS/wp-blog-header.php(16): wp() #9 /var/www/html/NCCR-PlanetS/index.php(17): requi in /var/www/html/NCCR-PlanetS/wp-content/plugins/bbpress/includes/forums/functions.php on line 1848

    Thanks, Ulrich

    #182914

    In reply to: Responsive Issue

    PrancingHorse
    Participant

    Does anyone know if this code still works? Also where do I post this to test it?

    Thank you! 🙂

Viewing 25 results - 2,276 through 2,300 (of 11,571 total)
Skip to toolbar