Skip to:
Content
Pages
Categories
Search
Top
Bottom

Sorry; Double Post

Published on September 29th, 2007 by

Sorry for the double post.

DB access problem in the first installation step.

Published on September 29th, 2007 by

Hi!

I am trying to install bbpress with WP 2.3.

In the config-file for bbpress I have written EXACTLY the same databasename, username and password as in the config-file for WP.

Still, when I run the install.php for bbpress I get several lines of “warnings”/error messages before the installation text “Welcome to…”

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

Anyone understanding what’s going on.

The WP runs without any problems.

Could it be related to that the username is not correctly read from the config.php-file. The username is nicuuorg_stefanj, but access is denied for 'nicuuorg'@'localhost' according to the warning above.

What is localhost?

Published on September 29th, 2007 by

I’m trying to install BBpress on my website, yet I don’t know what to do for the localhost bit in the config file. Can you help me?

Can’t see user profiles

Published on September 29th, 2007 by stuzog

I’ve just installed bbPress 0.8.3 in /forums/ in WordPress 2.3, but when I click on a user name or profile to inspect or edit, I’m taken back to the front page of the blog.

Hovering over the link shows [blog URL]/forums/profile/[user name]. Hovering over the Edit link gives [blog URL]/forums/profile/[user name]/edit.

Other than that, it seems to be working, although I haven’t tested it fully.

I have a problem before the installation

Published on September 29th, 2007 by

Warning: mysql_get_server_info() [function.mysql-get-server-info]: Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) in /home/****/******/votalibre.org/foro/bb-includes/db-mysqli.php on line 80

this is the error…

but i try to install, and the tables work and everithing, but always show me that lines!

WordPress access to bbPress Functions

Published on September 28th, 2007 by

I have added:

require_once(‘path/to/wp-blog-header.php’);

to my bbPress config file to allow bbPress to have access to wordpress functions. Now I want to do the reverse and add access to bbPress functions in WordPress. Is there a similar easy way to do this?

Intergration. Will not let me logon using my wordpress login

Published on September 28th, 2007 by

I am getting this error at my site.

Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user ‘thechamp’@’localhost’ (using password: NO) in /home/thechamp/public_html/bbpress/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/thechamp/public_html/bbpress/bb-includes/db-mysqli.php on line 80

Warning: Cannot modify header information – headers already sent by (output started at /home/thechamp/public_html/bbpress/bb-includes/db-mysqli.php:80) in /home/thechamp/public_html/bbpress/bb-includes/pluggable.php on line 37

Warning: Cannot modify header information – headers already sent by (output started at /home/thechamp/public_html/bbpress/bb-includes/db-mysqli.php:80) in /home/thechamp/public_html/bbpress/bb-includes/pluggable.php on line 37

Warning: Cannot modify header information – headers already sent by (output started at /home/thechamp/public_html/bbpress/bb-includes/db-mysqli.php:80) in /home/thechamp/public_html/bbpress/bb-includes/pluggable.php on line 164

heres my config file

<?php

// ** MySQL settings ** //

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

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

define(‘BBDB_PASSWORD’, ‘xxxxx’); // …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://idjam.com/bbpress/’;

// What are you going to call me?

$bb->name = ‘Support Forums’;

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

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

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

$bb->mod_rewrite = false;

// 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 = 0;

// 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 = ”; // 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://idjam.com’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’

$bb->wp_siteurl = ‘http://idjam.com’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’

/* Stop editing */

if ( !defined(‘BBPATH’) )

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

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

?>

Has anyone made blog and forum use same comments?

Published on September 28th, 2007 by Grant Barrett

I want even tighter integration: I’d like the blog and the forums to share the same comments, or at least duplicate them, so that a comment in one place appears in the other place. Has anyone done anything like this? The bbPress Post plugin isn’t really doing it: all it does is make a new topic appear in the forum, but the comments are not shared and vice-versa isn’t possible, where a new topic in the forum creates a new blog post.

Any way to dial back Akismet Spam?

Published on September 28th, 2007 by intellivision

It’s catching quite a few good posts, and no spam (not that I have any).

Any way to dial it back a notch without turning it off?

New Topic Template

Published on September 28th, 2007 by ryu

I’m trying to edit the new topic template, but am running into some difficulty. Its fine if the user selects a forum, then selects new topic. However if the user clicks to add a new topic from the forum root the template thats called is a shared include file, not a template itself, so i can’t edit it to fit my design properly without it effecting other areas of the site.

Is there a function to see if this file is called directly or within another template so i can target the styling if the page is called on its own?

I had a bit more detailed diagnositics but have only just come back to this project after a while out, so dont’ have it to hand but this is the URL its calling:

bbpress/?new=1

Any ideas?

Skip to toolbar