Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 59,226 through 59,250 (of 64,535 total)
  • Author
    Search Results
  • #61856
    chrishajer
    Participant
    #2667
    #2666
    jeromyboyd
    Member

    I have tried installing this on my server several tims the last 2 days with no end in sight. I have attempted two different methods, and both times, I am given the same errors. I am trying to install bbpress on jeromyboyd.com/forums (my wp installation is on the root), and attempting to use my wp DB, using the options in the config file to integrate it with the DB. I am for the most part certain I am entering the prefix info correctly, and don’t see why a bb installation would not work in the same DB as my p installation is, as from what I gather, that is one of the aims of bb. Regardless, if this is not so, let me know, but I have even tried installing bb in it’s own DB with the same errors as below. When I direct my browser to jeromyboyd.com/forums/bb-admin/install.php, I immediately get the following errors:

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user ‘thecross’@’localhost’ (using password: NO) in /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php on line 80

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php on line 80

    Warning: Cannot modify header information – headers already sent by (output started at /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php:80) in /home/thecross/public_html/jeromyboyd.com/forums/bb-admin/install.php on line 10

    Warning: Cannot modify header information – headers already sent by (output started at /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php:80) in /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/functions.php on line 1898

    Below those errors I see the installation pages as normal, letting me fill out all the information and following the steps all the way through completion. I have checked and rechecked my SQL password, which I am certain has been entered correctly in the config.php file, but nothing. The bb installs, and I can even route to the front page of the forum, but when I log in, I get the same errors without the forum template below it, just those warnings.

    Some guidance on how I can resolve this, as I am sure I am making a mistake on my side, but my knowledge of MySQL is limited. Thanks ahead of time.

    #57160
    chrishajer
    Participant

    I can’t see a way that bbPress would be responsible. The email is sent right before the registration success message is sent. From register.php lines 39-41:

    do_action('register_user', $user_id);

    bb_load_template( 'register-success.php', $_globals );

     

    So, after the register_user action (which emails the password) the success message is displayed. There is no delay built into bbPress. So, it is somewhere after bbPress has handed off the email.

    Is is possible there is a different header in the bbPress password message that causes it to be delayed by the recipient’s ISP? I know there is a Precedence: bulk header in the bbPress email, and that WordPress has the same, but there is also a X header in the WordPress email that I don’t see in the bbPress email: X-Priority: 3 (which means “normal” delivery.) It could also be due to the email address the email is coming from (some sort of validation by the SMTP server to see if the sender is valid.)

    I would say the problem is with the server sending the emails, or the recipient’s ISP, not with bbPress. I can’t come up with any ideas at all how bbPress could be responsible.

    #57159
    theshovel
    Member

    Hi All,

    I have BBpress integrated with WordPress. We just launched the forums yesterday and noticed that users were registering, but not posting. After some testing it looks like the password emails are being sent, but they can take up to five minutes. Users seem to be getting impatient and leaving. We are on a hosted service and the email service works just fine so it’s not the server. Any ideas what is happening?

    #61841
    chrishajer
    Participant

    The beauty of open source is that anyone can write a plugin to accomplish what they need. If the need is great, someone will write a plugin. If there is no great need, no plugin. I don’t think what you’re asking for is really basic functionality, but maybe others will see this thread, decide that’s a good idea, then write a plugin.

    #56055
    c00l2sv
    Member

    Glad we could help somehow…

    Good luck!

    #61629
    Trent Adams
    Member

    You posted an hour ago! We are around to help, but not always right away! I am thinking it is the lack of an .htaccess file in your /bbpress/ folder on your server. Create that file and have the following in it and upload it and it might get you going:

    Options +MultiViews

    Check out:

    https://bbpress.org/documentation/faq/

    Trent

    #61628
    neffster
    Member

    I guess I will go with one of these: https://codex.wordpress.org/Plugins/Forums

    #2619
    neffster
    Member

    Here is my situation, I finally was able to install BBpress onto my server and got it to work, however, if you press any links in the bbpress it goes here

    http://www.thegi.net/word/bbpress/forum/geekincognito

    BBpress is installed here:

    http://www.thegi.net/word/bbpress/

    Naturally; word is installed here:

    http://www.thegi.net/word/ but you can access it here: http://www.thegi.net/

    What am I doing wrong ? Here is the config minus security PW’s

    <?php

    // ** MySQL settings ** //

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

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

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

    define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change these last few

    define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old config.php does

    define(‘BBDB_COLLATE’, ”); // not have these two contstants in them, DO NOT define them

    // If you are installing for the first time, leave them here

    // Change the prefix if you want to have multiple forums in a single database.

    $bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!

    // The full URL of your bbPress install

    $bb->uri = ‘http://thegi.net/word/bbpress/&#8217;;

    // What are you going to call me?

    $bb->name = ‘TheG:I.Network’;

    // This must be set before you run the install script.

    $bb->admin_email = ‘ryan.a.neff at gmail.com’;

    // Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.

    $bb->mod_rewrite = ‘slugs’;

    // The number of topics that show on each page.

    $bb->page_topics = 30;

    // A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = 60;

    // Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = -6;

    // Change this to localize bbPress. A corresponding MO file for the

    // chosen language must be installed to bb-includes/languages.

    // For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’

    // to enable German language support.

    define(‘BBLANG’, ”);

    // Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

    // of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

    // http://wordpress.com/api-keys/

    $bb->akismet_key = ‘0123456789ab’; // Example: ‘0123456789ab’

    // The rest is only useful if you are integrating bbPress with WordPress.

    // If you’re not, just leave it as it is.

    $bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ‘http://thegi.net&#8217;; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ‘http://thegi.net/word&#8217;; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com&#8217;

    /* Stop editing */

    if ( !defined(‘BBPATH’) )

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    require_once( BBPATH . ‘bb-settings.php’ );

    ?>

    Any pointers? As well, how would I adapt BBpress to the theme I have?

    #56054
    madcap
    Member

    Well, that was definitely the problem.

    I have the bbpress directory in the wordpress directory, and had the language parameter set in both. I read your post above, set the lang in bbpress to ”, and viola! It worked immediately.

    It took me forever to find this post, but I’m glad it was posted. I would have died of old age before I figured that out on my own.

    #61840
    alexhertz
    Member

    Thanks, I saw that plugin, but why would I replace one problem with another?

    I’m surprised that so basic functionality is absent from bbpress plugins.

    #61824

    In reply to: Lost in Login Loop

    scoooooop
    Member

    Bad news: when I went back to my site later, the formatting was all gone (white page with black and blue lettering to the left), and to get the page back to the normal bbpress format I added the http:// again, which put me back in a loop. I’m using IE (newest one) and I don’t understand how this can be an intermittent issue, but all I changed was the http:// in the config file.

    #61842
    ruilouis
    Member

    I reply to myself (This forum is auto-curative ;P)

    So for the people who are endeavouring the same errors here is the deal:

    * a format specification for argument 1 doesn’t exist in ‘msgstr’ : This error is due to a missing variable in the translated string -> In my case a %s was missing.

    * field `Language-Team’ still has initial default value : This error means that you have to update information in ” Catalog / Settings / Project info ” -> In my case the Project name and version was something like “bbpress trunk”, the Language wasnt defined, nor wad the Country, Charset and Source code Charset. I still do not have info in the Plural Forms but it’s running.

    Don’t hesitate to contact me if you encounter problems with ja.po or ja.mo (Or if you want those files and cannot found them).

    バイバイ

    Rui

    #61839
    Trent Adams
    Member

    Part of the way would be using the plugin bbpress-post which creates the topic in the forum for comments. Just search for ‘bbpress-post’ and you will find the plugin. That would be a nice start anyways to your problems!

    Trent

    #60990
    peterwsterling
    Participant

    Matt, the file does exist – it is in the template you are using. If you don’t have one (a template, or a template without this file), bbPress will be using the default one in “bb-templates/kakumei”

    #61836

    In reply to: language file ?

    chrishajer
    Participant

    1. No problem

    2. I am unfamiliar with the tag problem, but I *thought* it was fixed in r846

    3. I don’t know about creating a subdomain of bbPress.org. You could always create your own site to support an arab user.

    4. Nope, not an arab. American. People do call me hajii sometimes, but I’m pretty much American :)

    #61835

    In reply to: language file ?

    العاب
    Member

    1.thank you My frind …

    Now i am translating ,

    2.There is a problem in a Tags whith arabic words

    https://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong?replies=11

    3.can i crat “ar.bbpress.org” and suport an arab user ?

    4.chrishajer : are you an arab ?

    #58225

    In reply to: bbSync

    alexhertz
    Member

    Is it possible to add the following functionality to bbsync:

    (I’m copying from https://bbpress.org/forums/topic/move-a-comment-from-wp-to-bbpress?replies=1)

    In order to end some unruly discussions at the blog, I’d love to have a one-click solution for moving the offending comments to the forum.

    Ideally, I’d create a “Blog discussion” forum in bbpress. Then, each post in the blog automatically creates a topic in that forum (no need to copy the post to the forum, just name the topic after the post). Then, in wp admin panel (Comments section) each comment has an option “Move to the forum”. So blog admin can easily move the irrelevant comments to appropriate topic in the forum.

    #58224

    In reply to: bbSync

    sheatsb
    Member

    I’m having a couple of issues:

    -Is it just me, or are a few files missing from the package. There are claims in the documents of a

    stylesheet and another file outside of bbsync.php.

    -When I put the <?php bbrepliestext(); ?> tag in my theme, it shows nothing, then I try <?php felbbreplies(); ?> and I get Fatal error: Call to undefined function felbbreplies() in /Applications/MAMP/taos.htdocs/woodfin/wp-content/themes/default/single.php on line 56

    I’ve integrated WordPress and bbPress with the database and plugins. Is there something I’m missing to make this work, because this is a great plugin.

    #61834

    In reply to: language file ?

    chrishajer
    Participant

    Hi.

    1. No, you can’t use the WordPress translation because there might be phrases that occur in bbPress that aren’t translated already for WordPress. I think you already discovered and resolved that.

    2. You already figured out where to put the mo file (bb-includes/languages)

    3. I have seen a couple different posts for places to host the translations, maybe this one would be OK?

    http://www.bbpulp.org/wiki/Translation_files

    I have no idea how to get it hosted “officially” at Automattic.

    Thanks for translating.

    #61822

    In reply to: Lost in Login Loop

    chrishajer
    Participant

    There’s nothing special to bbPress to get this working.

    What browser are you trying with? And is this always the admin user or have you created another user and tested with that?

    #61821

    In reply to: Lost in Login Loop

    scoooooop
    Member

    Hi, no I had left the $bb->mod_rewrite = false; although I did try changing it to true once but with no success. I don’t know how to create .htaccess but like I said I’ve never had a problem setting up a WordPress site. Is that something specific to bbpress that I should know? I would have thought that my db/site host GoDaddy was big enough that if this was a problem someone would have come across it before! Thanks for the reply anyway.

    #2661
    alexhertz
    Member

    In order to end some unruly discussions at the blog, I’d love to have a one-click solution for moving the offending comments to the forum.

    Ideally, I’d create a “Blog discussion” forum in bbpress. Then, each post in the blog automatically creates a topic in that forum (no need to copy the post to the forum, just name the topic after the post). Then, in wp admin panel (Comments section) each comment has an option “Move to the forum”. So blog admin can easily move the irrelevant comments to appropriate topic in the forum.

    #61831

    In reply to: language file ?

    العاب
    Member

    thank you my frind!

    i will shunt to do this jop , but i need to ask:

    there is a Arabic Language for WP , can I use it for BBpress ?

Viewing 25 results - 59,226 through 59,250 (of 64,535 total)
Skip to toolbar