require_once(‘/home/dental/public_html/wp-blog-header.php’);
define(‘WP_BB’, true);
Where are you putting that? It should be the very first thing in bbPress config.php
did you define WP_BB in bbPress’ config.php file?
If so, you must also
require_once(‘/path/to/wp-config.php’);
In addition to editing bbPress’ cookie information, you will have to edit WordPress’:
for both bbPress and WordPress
the domain should be .salatti.net (note the first .
)
the path should be /
So in bbPress’ config.php:
$bb->cookiedomain = ‘.salatti.net’;
$bb->cookiepath = ‘/’;
in WordPress’ wp-config.php:
define(‘COOKIE_DOMAIN’, ‘.salatti.net’);
define(‘COOKIEPATH’, ‘/’);
define(‘SITECOOKIEPATH’, ‘/’);
Let us know how it works.
Just login to your db using phpMyAdmin and delete all bbpress related database
I think it should start with “bb_”
You can search here: https://bbpress.org/forums/search.php
(I have no idea why there isn’t a link to that page from the main page, or even in the main bbPress theme, but that’s a different topic altogether. 
As far as I understand, to uninstall and re-install you’d only have to drop the tables from the database. Unless you changed the template files or something, I don’t think you’d need to delete any of the files.
Fatal error: Call to undefined function: __() in /home/bookieb/public_html/bbpress/bb-includes/capabilities.php on line 27
Nevermind. I think I found it.
Tried this again, but still the same error
This time I even used a text editor for coding, so I could see if there was something wrong.
Not only is bbPress not able to get my WP Login, but when I register as an independent user, even that username password does not allow me to get into bbPress. Could this be my url problem?
my blog is at passionforcinema.com
bbpress is located at root level of the folder bbpress
Now I have two blogs on this server. The root – public_html leads to my other blog DT. At this level is a folder call passionforcinema-com within which is WP contents for my second blog (with a direct url passionforcinema.com)… I’m kind of confused so thought maybe I’ve messed something up because of this structure and the config.php may need different values than what I’ve inserted (as above)
PHP Warning: rawurlencode() expects parameter 1 to be string, array given in /home/spider/public_html/wp/wp-includes/classes.php on line 1658
Well i have that problem when i integrate my bbpress with wordpress. It only happen when i view “manage->post” and “manage->pages”. I already edit the classes.php and it only fix my “manage->post”. My “manage->pages” are still broken.
If i disable the integration, everything work perfectly without any error. Anyone know how to fix this thing?
@kannued
Actually u can load bbpress into wordpress
I have tried it and it work perfectly. https://bbpress.org/forums/topic/61?replies=3
Lucky for you, there’s already a thread about this –
https://bbpress.org/forums/topic/3?replies=18
So I just installed the latest version of bbpress (0.72) and followed these steps: http://www.devlounge.net/articles/the-ultimate-bbpress-guide and when I got to http://www.abunchofcars.com/forum/, I get: Fatal error: Call to undefined function: __() in /home/abunchof/public_html/forum/bb-settings.php on line 93
I tripled checked my config.php file and all appears fine…not sure what I’m doing wrong?
Hi,
I have a forum running on phpbb2.
I’ve reciently got bbpress set up and running in a breeze! So I am wondering if I can transfer all my databases of posts and users from my phpbb2 site into bbpress, so my users can just login agian, rather than re-register? Also I like to migrate all my posts as well.
Installed bbPress but upon using my admin login I’m not able to.
Here are some settings that I did in config file:
$bb->domain = ‘http://passionforcinema.com’;
$bb->path = ‘/bbpress/’; – the folder in my root directory
$bb->wp_table_prefix = ‘wp_’;
$bb->wp_home = ‘passionforcinema.com’;
$bb->wp_siteurl = ‘passionforcinema.com’;
Also can I hide a forum from general readers? I would prefer simply the authors of the blog to be able to view and access the forum.
How can I block independent registration to the forum.
http://n22.awardspace.com/forums
after i install my bbpress, its like this (all white, just like no CSS) i dont know why~~
First let me say what a breeze to install and intigrate. I didnot even realize it was integrated untill I noticed while logged into WP admin I brought up the forum in another tab and was logged in there too! Nice job.
Ok now to my question, Im trying to get the forum to look like wp, in my cae its http://dentalceramics.com and http://dentalceramics.com/forums. Like what youve done with this site.
My problem is that every time I try and ad
<?php
require_once(‘/home/dental/public_html/wp-blog-header.php’);
define(‘WP_BB’, true);
I get a crash. Interestingly though define(‘WP_BB’, true); works under the last section of the config.php file but only as define(‘wp_bb’,true); Its how its defined now.
So my thouht is do I need to even do this? Can I just start adding wp tags tp my bb_template files? If so what should for example <?php bb_get_header(); ?> be changed to in the front-page.php file if this is the way to go about it.
Many thanks,
Rob
Oh, sorry no access to my error log files which is a real bummer for stuff like this to help.
i remark that my bbpress doesnt likes normaly, its all white:
i did not change anythings yet
http://n22.awardspace.com/forums
i install the bbpress. i love it because its sample. but! its just tooooo sample, u know..
i want add a background and change somethings
which file is for that?
If you’ve had experienced installing other applications and you follow the bbpress install guide from the site, you shouldn’t experience any problems.
abc, you’re problem lies in the database. Some things to check:
– Do you have “all permissions” on the database you are trying to install BBpress on?
– Is your mysql database username, password, and host (usually localhost) all right in the config.php file?
ed, the best solution for you is to use the original config-sample.php from the file and re-enter all the required fields. Usually “unexpected….” error messages come up if you deleted something you should have not, such as removing a ” ‘ ” from the outside of a url. Try filling in all the options and uploading as config.php again.
Yes, you can copy the data using PHP and mySQL (‘Insert into *your-bbpress-prefix*_users (user_login, user_pass) VALUES(-the username you got from the row-,-the password for the same row)’)
Please! You’ll have to be patient.. we are lucky we got this phpBB to bbpress importer this quickly.. jeesh! I’m sure brunotorre will probably make up more import scripts then..
If not brunotorre, then someone else I’m sure.. We’ll just have to be patient here.. Just my 2 cents …
I was able to use his script to bring over all of my users, just by modifying the table names that it was calling for from phpBB. But his code got more complicated, especially for the posts.. For someone who has a firm grasp on php, it wasn’t as much to ask as it might seem.. But I ended up bringing over the info by hand via PHPMyAdmin… Nearly everything, minus the dates of posts since PunBB put that info on a different table altogether.
But yeah, I’m not faulting brunotorre for not getting to my issue immediately. The demand for PunBB->BBPress is prolly going to always be small. Kudos for brunotorre’s work, def!
When I did the same setup on another computer, I was able to successfully install bbpress! Finally, I got it to work. I just do not know what was different. I guess I will have to go back and see why the first system would not allow it to install properly.
I’m trying to get cookies integration with wordpress working, but after some failed attempts (I read the FAQs and searched on the forum) I can’t figure out how to do this. My WordPress installation is at http://www.salatti.net while bbPress is at forum.salatti.net (so bbPress is not in a subdirectory of WP, but on a third level domain). What should I do?
Thanks,
Daniele
I’ve been searching the forum for an answer and all I can find are login issues that are related to WP integration. My forum is set up as free standing.
I installed, edited the config.php and logged in just fine. I was able to view all of the admin pages and added a new topic. I then decided to change my password in my profile. Ever since then I am unable to login. I’ve reset my password and still can’t login. I created a new user and can not login under that name either. If I type in the wrong password it tells me that it’s wrong but it’s like the correct passwords don’t stick and I keep getting the login boxes. The forum is located at http://www.jojamela.us/bbpress
Any suggestions would be appreciated.