Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 58,951 through 58,975 (of 64,431 total)
  • Author
    Search Results
  • #62127

    In reply to: stick/closed topics

    fel64
    Member

    Wouldn’t it be best to mark the entire topic link up? Sounds good, though.

    Anyway, for enhancements add a ticket on https://trac.bbpress.org/ and mark it as such. :)

    #62122
    Ben L.
    Member

    fel64 wrote:

    Should be fixed I thought. https://trac.bbpress.org/changeset/903

    That only prevents keymasters from demoting themselves. What I want them to prevent is administrators demoting keymasters.

    #62121
    fel64
    Member

    Should be fixed I thought. https://trac.bbpress.org/changeset/903

    #62153
    chrishajer
    Participant

    In WordPress, when a page title is the same as a previous one, the slug gets a number appended to it, like this-was-written-about-before-1, so I imagine bbPress has the same protection built in. The slug needs to be unique.

    #61171
    goldfiinger
    Member

    I copied and pasted WP_config details and forgot to change it to BBDB

    define(‘BBDB_NAME’, ‘bbpress’); // The name of the database

    define(‘BBDB_USER’, ‘username’); // Your MySQL username

    define(‘BBDB_PASSWORD’, ‘password’); // …and password

    define(‘BBDB_HOST’, ‘localhost’);

    As soon as i corrected these I no longer had any errors.

    #58669
    italways
    Member

    Hi, livibetter

    Thanks! I have sorted it out, besides “$bb->cookiepath = ‘/’; “, I added the following in bbpress config.php

    $bb->path = ‘/bbpressfolder/’;

    $bb->usercookie = ‘wordpressuser’;

    $bb->passcookie = ‘wordpresspass’;

    It is strange that I still can not find any cookie file generated when I logged in WP but my WP works correctly, so weird… anyway, my problem is resolved, I am happy now:)

    #58668
    livibetter
    Member

    I think bbPress works normal, but WordPress may not. After you logging in WordPress, is that logging effective? Can you get into WordPress admin pages?

    #58667
    italways
    Member

    Hi, livebetter

    Thanks for your reply!

    I added “$bb->cookiepath = ‘/’;” in the configure.php, but it does not make any difference, then I check my cookie, and find something interesting, when I logged in WP, it did not create any cookie at all, but when I logged bbpress, it creates cookie for mysite.com, probably that is the reason caused the problem, how do you think? thanks!

    #58666
    livibetter
    Member

    yes.

    I think you only need

    $bb->cookiepath = '/';

    If this is not working, please check your browser’s cookies. See what WordPress and bbPress send to you with what host and path. If you not sure what to check, try to clean cookies, then log in WordPress and bbPress.

    #58665
    italways
    Member

    Hi, livibetter

    yes, $bb->wp_home and $bb->wp_siteurl set as http://mysite.com

    do you mean this link:

    https://bbpress.org/forums/topic/cookie-domain-settings?replies=4

    #61168
    livibetter
    Member

    Seems that l10n.php of bbPress wasn’t loaded.

    Did you also do a WordPress FUNCTIONS integration?

    What is your config.php of bbPress? (you can post it to http://bbpress.pastebin.com , remember to remove dbname, dbuser, dbpassword)

    #58664
    livibetter
    Member

    Are $bb->wp_home and $bb->wp_siteurl set as http://mysite.com?

    There is a setting can force bbPress to access specific cookie path (like /, that is what you need), but I don’t remember what it is. You can try to search for that.

    If you find that post, please also link to it in this topic.

    #62139
    livibetter
    Member

    Have you followed the steps of How do I get Pretty Permalinks working??

    #58663
    italways
    Member

    Hi, livibetter

    Thanks for your reply! yes, I installed them as you said, and my WP is in the root directory.

    WP: http://mysite.com

    bbPress: http://mystie.com/forum

    When I logged in WP, then go to bbPress, it need sign again, actually, I can sign in with another different account in bbPress, and it won’t impact the account in WP, like they are absolutely in different cookie domain.

    Do you have any idea about this? thanks!

    #62136
    goldfiinger
    Member

    Yes i’ve changed it back now and its all working fine just completed the install. :)

    Only thing now is that i can’t seem to post or read the test posts that are already there.

    It’s saying :

    The requested URL /home/bbpress/topic/1 was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    When i click on: your first topic

    Or when i try to post a new topic

    Any ideas ?

    Correction I can post topics I just can’t view any. But it does show the new topics I’ve made. But doesn’t let me view them ?

    http://the3rdplace.co.uk/home/bbpress/

    #62134
    goldfiinger
    Member

    As discussed in this post https://bbpress.org/forums/topic/fatal-error-prior-to-installation?replies=10

    Comma’ing out lines 81 & 82 seems to do the trick. (i hope)

    But now i get 5 new Errors

    As follows:

    Warning: constant() [function.constant]: Couldn’t find constant BBDB_NAME in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 58

    Warning: constant() [function.constant]: Couldn’t find constant BBDB_USER in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 59

    Warning: constant() [function.constant]: Couldn’t find constant BBDB_PASSWORD in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 60

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user ‘nobody’@’localhost’ (using password: NO) in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 73

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 73

    Cannot select DB.

    Not sure if everyone has this much trouble installing bbpress but its becoming a pain, I’m sure the information i entered in my config is correct as i just copied and pasted from the wp-config file. Don’t understand how i could have done it wrong.

    Anyway if anyone can help it would be much appreciated.

    Thanks.

    #2729
    goldfiinger
    Member

    Changed my config information & followed the steps at DevLounge

    Now when i try to go to the install page @

    http://the3rdplace.co.uk/home/bbpress/

    I get this error :

    Fatal error: Call to undefined function: __() in /home/the3eco/public_html/home/bbpress/bb-includes/

    default-filters.php on line 81

    This is line 81 :

    bb_register_view( ‘no-replies’, __(‘Topics with no replies’), array( ‘post_count’ => 1 ) );

    Anyone have any advice on what i should do ?

    Many thanks in advance :)

    #62001
    livibetter
    Member

    Recent discussion indicates r971 could be a temporary good solution.

    Go to the bottom https://trac.bbpress.org/browser/trunk?rev=971

    Download the ZIP, and use it to upgrade

    I am not sure if it will touch you database or not, anyway backup is a good habit.

    Please tell us if this works or not.

    #62006
    livibetter
    Member

    I assume you did an overlap install of bbPress onto WordPress!

    /home/readme.html, /home/license.txt and /home/wp-login.php are working.

    But /home/index.php isn’t.

    except index.php, the first three files are not in bbPress; and you say you have clean up bbPress files. So, DID YOU DO AN OVERLAP INSTALL???

    If so, just download WordPress package, and extract index.php from it, then put it into /home.

    #58662
    livibetter
    Member

    @italways, was you installing WordPress and bbPress in this directory hierarchy:

    WordPress: /wordpress

    bbPress: /wordpress/bbpress

    #62000
    terrypearson
    Member

    Can someone actually explain what the solution was? I am getting the same error.

    #62004
    chrishajer
    Participant

    If you deleted everything in your root WordPress folder, you’re going to have to reinstall WordPress first, then your theme and plugins. That would be the first step, well before installing bbPress.

    For the record, bbPress should be in a subdirectory of your WordPress installation if you’re going to try and integrate it.

    So maybe you have your WordPress at /var/www/goldfiinger/home/, and if so, you would put bbPress at /var/www/goldfiinger/home/bbpress/.

    neziniux
    Member

    I spent a whole day trying to resolve the same problem, until I came accross a sollution. Try the following improvements, worked for me.

    In the bb-settings.php version 0.8.3 line 172 find the code:

    if ( is_callable( ‘glob’ ) )

    foreach ( glob(BBPLUGINDIR . ‘_*.php’) as $_plugin )

    require($_plugin);

    Replace it with:

    if ( is_callable( ‘glob’ ) ) {

    $pluginarray = glob(BBPLUGINDIR . ‘_*.php’);

    if ($pluginarray)

    foreach ( $pluginarray as $_plugin )

    require($_plugin);

    }

    The source (in German): http://www.brusdeylins.info/bbpress/problem-in-bb-settings/#comment-67

    #58897
    bedbugger
    Participant

    kboan23,

    Even if you manually fix the role of users registered in bbpress to “subscriber” the display name field is still blank. So unless I am missing something, you do need to fix this problem. Otherwise, bbpress registrants become subscribers login at wordpress and their username shows as Anonymous.

    #55391
    djuggler
    Member

    mvh: None yet. I’m going to start digging into code and rewrite rules in my spare time. http://make2for1.com/ is about as basic an install of bbpress as can be done. Implementing bbpress shouldn’t be this difficult.

    Obviously mod_rewrite at 1and1 works fine since WordPress pretty permalinks work. I use them at http://realityme.net/ with no problems.

    If I get a solution, I will definitely post it here.

Viewing 25 results - 58,951 through 58,975 (of 64,431 total)
Skip to toolbar