I assume that bbPress is in a sub-directory of your WordPress install?
Sounds like the rewrite rules are incorrectly set or the existing WordPress rules are somehow getting in the way of bbPress.
What type of permalinks are you using? Set that value to FALSE in your config.php if they are turned on and see if this still happens. I think that will narrow it down a bit.
bbPress will create tables using the character set and collation specified in the config.php file. However it won’t change the tables character set or collation if they are already created, as in the case with upgrades like yours.
In fact, once installed, the collation value is not used at all, but the character set value is forced on every connection to the database with “SET NAMES ‘foo'”, where ‘foo’ is the character set (if it is specified).
So if your database is ‘latin1’, and for some reason we don’t address it that way you will get improper character mapping of your data to characters.
That still happens at bbpress.org/forums as well. This was reported long ago, but it still happens here. Maybe the same thing is happening to you.
https://trac.bbpress.org/ticket/588
https://bbpress.org/forums/topic/redirect-error-on-login-at-bbpressorg
https://bbpress.org/forums/topic/login-error
I have noticed that even though the redirect seems to continue until the browser times out, if I cancel the page load, then just try to access the forum, I am logged in. Maybe you would find the same thing?
Maybe it’s not noticed frequently by people who use bbPress heavily since their cookie never times out and they’re never asked to log in again?
For some reason UTF8 worked before, but the db was latin1. Does bbPress create the tables in latin1?
Anyway, changing to the right latin1 table in config.php did the trick. Weird that I didn’t have the issue before the upgrade though.
Thanks!
I’d like to start off by saying what a fantastic piece of software bbpress is – I love the similarities with WordPress: clean HTML & CSS code. In my opinion it’s like a breath of fresh air compared to other forum software because you can easily customise it to fit your site. I just hope the clever designers and developers continue their excellent work with future releases.
…anyway enough of my rambling, here is my forum (still needs a few finishing touches):
http://forum.reclaimyourskin.co.uk
Hi,
do you checked the setting in the config.php file?
it must be something like:
// The full URL of your bbPress install
$bb->uri = 'http://www.domain.com/forums/';
maybe you can post some URL?
I’ve just installed bbpress for the first time and that part seems to have worked. Now I’m trying to log in for the first time and after entering my correct username and password (I’ve triple checked everything) and am sent to my blogs 404.php page. It’s like it’s redirecting or something. I’m stuck. Any ideas on what I’m doing wrong?
Thank you both for the insights. Yeah, that PunBB 1.3 has been in the works for some time. Interesting take on the pitfalls of email notification. Never thought of it that way. That Joel Spolsky article had some great points in it.
Definitely leaning towards bbPress at this point…
Having user names being the same on two domains (very possible) is different than having two domains share a cookie (impossible due to the security implications I mentioned above).
I installed version 0.8.3.1 succsessfully. Then I changed the config-file as written, before installing a .mo-file in /bb-includes/languages. The .mo file is based on the 0.8.3 bbpress.pot file. I´m pretty sure this is done correctly. But nothing happens. Same old english language everywhere. Any suggestions how to make the localization work – anybody ?
It depends where your bb-load.php file is (in relation to your wordpress wp-config.php). You may find it easier to give an absolute path rather than a relative path. http://www.computerhope.com/jargon/a/absopath.htm
I added
“require_once(‘../wp-blog-header.php’);”
in bbPress’ config.php
And I’m getting Fatal Error
Help me
Thanks, Should “path/to/bb-load.php” this be like this?
“forums/bb-load.php”
I’m getting errors…
Would you explain little bit easier?
You need to include bbPress. To do this, make sure that your bbPress supports being integrated thoroughly with WordPress (not just users, also functions), then open your wordpress config file and at the bottom put require_once('path/to/bb-load.php'); That’ll let you use the bb functions too.
Just published my second bbpress plugin:
http://www.finalwebsites.com/bbpress/auto-add-member-favorites.php
Use this plugin for your bbpress forum to let members add their favorites while writing a post for an existing thread or while creating a new topic.
any suggestion / comment is welcome…
I’m making website using wordpress and bbPress intergrated together. I want to put a login form in wordpress header using <?php login_form(); ?>. What should I do?
version 0.8.3.1 – bbpress and WordPress (Version 2.3.2).. Nt Box
Clarification Below.
do you now of any bugs in the synchronizing of wp an bbp. I am testing these sytems and having issues with email registrations. I get an email notification in wp letting me know there is a new registrant but no registration password and link come through. When you register in bpress nothing happens other then saying password was sent.
Even more odd is the fact that email notification for favorites in bbpress works just fine. I have no idea what the issue is. can anyone help me.. At this point I would donate to your cause if you can get this to work/synchronize.
sit is located at homesandagents dot com
Sam, there are no trac tickets that I know of, just forum reports. I’ve already provided links to those. I hesitate to create a trac ticket myself since I have not experienced it first hand. I suspect the developers haven’t either, which is why it appears to still be happening.
Maybe instead of trying to recreate the problem, someone can look at lines 168 – 172 in bb-settings.php and see if the warning thrown on line 169 has a good reason. It certainly seems to be related to a missing my_plugins or bb-plugins folder, and no underscore plugins. I thought there was a difference between PHP4 and PHP5 at some point, but maybe that’s a red herring.
Also, since it’s just a warning, maybe it’s not really a hard error, just a warning, but the server is configured to show warnings, thus the warning comes first and then you get the “cannot modify header information” because the warning came first. Maybe the server needs to be configured to show warnings for this to happen? Is there an .htaccess directive to force PHP to show warnings, or maybe another way to test this?
(BTW, I just checked out 0.8.3.1 and configured my server to use PHP4 and I do not have this error. In the stock install, there is no my-plugins or bb-plugins folder. So, maybe it is throwing a warning but my server is not configured to show them?)
I had some luck using wordpress Theme Functions.
For example my BBPress pulls the top header image, navigation and footer from wordpress. It does not pull between the <head> </head> tags. But this allows me to control the nav and header in one place as well as footer, so that everything gets updated.
If you have your bbpress install setup to use wordpress functions it’s pretty easy to do.
As for CSS, I hate the way other people code css so I always end up ripping it all out and starting from scratch.
Check out this page:
https://codex.wordpress.org/Theme_Development
What version of WordPress are you using and what version of bbPress?
do you now of any bugs in the synchronizing of wp an bbp. I am testing these sytems and having issues with email registrations. I get an email notification in wp letting me know there is a new registrant but no registration password and link come through. When you register in bpress nothing happens other then saying password was sent.
Even more odd is the fact that email notification for favorites in bbpress works just fine. I have no idea what the issue is. can anyone help me.. At this point I would donate to your cause if you can get this to work/synchronize.
sit is located at homesandagents dot com
I have a bbpress forum. I want to post a sticky as an admin.
Would you help me?
What version are you using? In the trunk, line 169 of bb-settings.php does not have a foreach statement, so maybe you’re using something other than the trunk release?
That error is related to not having a my-plugins folder and I think possibly not having any plugins in that folder that start with an underscore.
This was talked about a couple times:
https://bbpress.org/forums/topic/warning-invalid-argument-supplied-for-foreach-in-bb-settingsphp-on-line-173
https://bbpress.org/forums/topic/installation-problem-cannot-modify-header-information
https://bbpress.org/forums/topic/php-error-site-mangement-plugins-page
I thought the latest 0.8.3.1 release took care of that, but maybe it doesn’t.
If it were me, I would try creating a my-plugins directory, and then making sure there were some plugins in that folder.
Regarding email notification, I would read this for an alternate opinion:
“Q. Could you make a feature where I check a box that says “email me if somebody replies to my post?”
A. This one feature, so easy to implement and thus so tempting to programmers, is the best way to kill dead any young forum. Implement this feature and you may never get to critical mass. Philip Greenspun’s LUSENET has this feature and you can watch it sapping the life out of young discussion groups.
Why?
What happens is that people go to the group to ask a question. If you offer the “notify me” checkbox, these people will post their question, check the box, and never come back. They’ll just read the replies in their mailbox. The end.
If you eliminate the checkbox, people are left with no choice but to check back every once in a while. And while they’re checking back, they might read another post which looks interesting. And they might have something to contribute to that post. And in the critical early days when you’re trying to get the discussion group to take off, you’ve increased the “stickiness” and you’ve got more people hanging around, which helps achieve critical mass a lot quicker.”
That’s from Joel Spolsky: http://www.joelonsoftware.com/articles/BuildingCommunitieswithSo.html
Regarding RSS to email, there are lots of services that will do that if you want. Feedblitz and Feedburner come to mind, but a Google search turns up lots of results as well:
http://www.google.com/search?q=RSS+to+email
Or, you could explain to your members how to use RSS.