Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,626 through 63,650 (of 64,154 total)
  • Author
    Search Results
  • #51112

    In reply to: cookie timeout

    Trent Adams
    Member

    I had this happen to me. I would imagine that the same thing is happening with you. What my problem was not with the actual integration because it even tells you that you are logged in, but that the ‘URL’ in the config.php file was wrong. I had to really look close at the directions. Using your URL from above I couldn’t make heads or tails because the link wouldn’t resolve, but it most likely is in the following section:

    // If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

    // Adjust the domain and path to suit your actual URL.

    // Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = 'http://yourdirectory.yoursite.com'; // Example: 'http://bbpress.example.com'

    // There should be both a leading and trailing slash here. '/' is fine if the site is in root.

    $bb->path = '/forum/'; // Example: '/forums/'

    Maybe check that out.

    #51111

    In reply to: cookie timeout

    Tammy Hart
    Member
    #51094

    Just contacted via ICQ my web hosting provider support team to ask them to verify backend of my MySQL or phpMyAdmin for any bbPress database. Will have a respond shortly… will post ASAP.

    Thanks for your patience.

    #51092

    Have login my existing WordPress cPanel, the phpMyAdmin and MySQL doesnt have bbPress database installed. Hope that we are talking about the same location.

    Just checked with my provider support via ICQ, latter advise same location as above.

    Thanks for your patience.

    #50612
    Trent Adams
    Member

    It won’t say that if you have deleted the tables in the database. If you can drop the bbPress tables you will be OK to install the program again (only reason this is fresh is I had to do it about 4 times to get mine right)! ! !

    #51091

    http://patrimoineacadien.com/bbpress/bb-admin/install.php is saying to me that bbPress already installed.

    #50611

    Have login my existing WordPress cPanel, the phpMyAdmin and MySQL doesnt have bbPress database installed. Hope that we are talking about the same location.

    Just checked with my provider support via ICQ, latter advise same location as above.

    Thanks for your patience.

    #50610

    http://patrimoineacadien.com/bbpress/bb-admin/install.php is saying to me that bbPress already installed.

    #51090

    Gone into phpmyadmin panel, there is no bbPress database listed.

    #51087

    Should my current/existing WordPress administrator access level provide me same access to bbPress?

    #51086
    Atsutane
    Member

    i mean u need to login from phpmyadmin. And delete the bbpress table from there.

    #51083
    Atsutane
    Member

    All bbpress database will start with prefix “bb_” and wordpress database will start with prefix “wp_”. So it was easy to see the difference between both database.

    #51082

    Both WordPress and bbPress are sharing the same Cookie for 1 single login: tested.

    New bbPress registeration, username and password, can access the WordPress login no problem.

    #51081

    In my 1rst bbPress installation, I had created a bbpress related MySQL table database, via my cPanel, and added existing WordPress users to the new MySQL bbPress database. I did run the bbPress Running Installer and chose an Admin username; this Installer emailed me the Admin password.

    In my 2nd bbPress configuration, I configured the config.php file to integrate bbPress to my existing WordPress MySQL database. Then, sometime, I deleted the bbPress MySQL database and bbPress users. I did not run bbPress Running Installer a 2nd time reason my bbPress was available immediately http://patrimoineacadien.com/bbpress/ .

    Since, I’ve been capable of reaching the Running Installer needed to create a new Admin username and password.

    To your request, I checked again my MySQL database, there are no bbPress MySQL database. Then, I deleted again all bbPress folders/files using my bulletproofFTP. After, I FTP uploaded bbPress folders/files back to /public_html/blogue/bbpress location. Still the same results, http://patrimoineacadien.com/bbpress/ is already up and bbPress never ask me the Running Installer.

    What else can I do? Thanks for your patience and support.

    #51080
    Atsutane
    Member

    Try make a refresh installation. Login to your mysql database and delete all bbpress related table. Then try reinstall again and see if it work or not.

    #51079

    I’m still unable to login bbPress with Admin access.

    I’m no longer capable of Running the Installer in order to get new Admin access, even after new fresh installation.

    I really don’t know how to resolve the above.

    Robert Richard.

    #51078

    Did FTP the following files bbpress-integration.php and display-name.php into my newly created bb-plugins folder (directory path: /public_html/blogue/bbpress/bb-plugins); my bbPress seems stable.

    It’s not easy finding all facts/datas for a perfect installation.

    Robert Richard.

    #51077

    Finally found French .mo and .po translation files for bbPress over here:

    http://www.wordpress-fr.net/support/viewtopic.php?id=2656 (Post)

    Files download:

    http://www.saint-elie.com/bbpress_fr.0.1.zip

    Everything is now working fine.

    Robert Richard.

    #903

    i would love to be able to have bbpress be able to show up inside the content window of drupal, since i really dont like drupal’s forum. anyway to do this?

    #51076

    The fr_FR.mo file has been put in the following path/languages folder /public_html/blogue/bbpress/bb-includes/languages; it doesn’t translate my bbPress.

    Once configured within Config.php file by: define(‘BBLANG’, ‘fr_FR’); I get the following error within my bbPress pages:

    Parse error: syntax error, unexpected $end in /home/patrimoi/public_html/blogue/bbpress/bb-includes/gettext.php(307) : eval()’d code on line 1

    Thanks for your reply.

    Robert Richard.

    #50788

    In reply to: bbPress posts from WP

    Trent Adams
    Member

    I have talked it over with the author of the plugin and we are trying to figure out some code for older mySQL databases. He wrote the plugin for mySQL over version 4 and I have 3.23.58. While the plugin works for me (with many errors) I just need to make a couple of changes to the mySQL statements in the plugin to get rid of the errors.

    The plugin in question is located at:

    http://dev.mbzeus.net/downloads/bbpress_post_en.zip

    The first error I recieved was on the ‘admin page’:

    WordPress database error: [You have an error in your SQL syntax near

    '; ' at line 1]

    SELECT forum_id,forum_name FROM bb_forums ;

    The second errors were when I tried posting a topic in wordpress:

    WordPress database error: [You have an error in your SQL syntax near

    '; ' at line 1]

    SELECT post_id FROM bb_posts WHERE forum_id=21 AND topic_id=242

    AND poster_id=14 AND post_time = '2006-11-05 07:20:10' LIMIT 1;

    WordPress database error: [You have an error in your SQL syntax near

    'topic_posts=1 WHERE topic_id=242 LIMIT 1' at line 1]

    UPDATE bb_topics SET topic_last_post_id=,topic_posts=1 WHERE

    topic_id=242 LIMIT 1;

    Warning: Cannot modify header information - headers already sent by

    (output started at/www/html/wp-includes/wp-db.php:104) in

    /www/html/wp-includes/pluggable-functions.php on line 269

    If anyone could help me with this I would be greatly appreciated. I am sure it is just changing around the mySQL statements in their formatting, but I can’t seem to figure it out!

    #51075

    Thanks for your support Atsutane,

    Here is an update… I did research further and have integrated bbPress to my existing WordPress database. The configured changes are as follow:

    (‘BBDB_NAME’, ‘***’);

    (‘BBDB_USER’, ‘***’);

    (‘BBDB_PASSWORD’, ‘***’);

    (‘BBDB_HOST’, ‘localhost’);

    $bb->domain = ‘http://patrimoineacadien.com’;

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

    (my bbPress FTP path: /public_html/blogue/bbpress)

    $bb->name = ‘Babillard PatrimoineAcadien.com’;

    $bb->admin_email = ‘***’;

    $bb->mod_rewrite = true;

    $bb->page_topics = 30;

    $bb->edit_lock = 60;

    $bb->gmt_offset = -4; (Eastern Standard Time)

    define(‘BBLANG’, ”);

    $bb->akismet_key = false;

    $bb->wp_table_prefix = ‘wp_’;

    $bb->wp_home = ‘http://patrimoineacadien.com’;

    $bb->wp_siteurl = ‘http://patrimoineacadien.com’;

    I can login bbPress perfectly while using my existing WordPress login information.

    I can’t login bbPress with Admin access.

    I’m no longer capable of Running the Installer in order to get new Admin access, even after new fresh installation.

    I’ve FTP bbpress-integration.php https://trac.bbpress.org/ticket/438 file within my WordPress plugins folder (/public_html/blogue/wp-content/plugins), but when I activate within WordPress Control Panel Plugins, the following web page is opening (Shown partially):

    «… bbPress

    * Login

    * Settings

    * Help/Guide

    * About Trac

    * Wiki

    * Timeline

    * Roadmap

    * Browse Source

    * View Tickets

    Ticket #438: bbpress-integration.php

    File bbpress-integration.php, 2.8 kB (added by mdawaffe, 4 weeks ago)

    Line

    1 <?php

    2 /*

    3 Plugin Name: bbPress Integration

    4 Plugin URI: https://bbpress.org/#&#8230; ».

    While surfing my bbPress, I’m getting the following error:

    «Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@patrimoineacadien.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.»

    How can I resolve the above difficulties?

    Thanks for your support and patience.

    Robert Richard.

    #50022

    In reply to: bbPress new Theme

    :) thank you.

    #51124
    Tammy Hart
    Member

    okay, i figured all that out, but i’m getting a cookie error when i try to go to a topic or forum. I know there’s somthing about cookies in integrating, but i just don’t understand what i’m supposed to do about that.

    http://blink.incheckhost.com/~wwwtamm/wordpress/bbPress/

    #902
    Tammy Hart
    Member

    everying is linking to this dummy address, I can’t even login, because it’s trying to go to http://my-cool-forums.example.com/bbPress/bb-login.php

    what am i doing wrong?

Viewing 25 results - 63,626 through 63,650 (of 64,154 total)
Skip to toolbar