Published on March 29th, 2007 by
I have my forum installed on my localhost and it works, but when i upload it and try to login appears the following error:
Warning: Cannot modify header information – headers already sent by (output started at
Inetpubwebsllibreviuorgtestforoconfig.php:1) in
Inetpubwebsllibreviuorgtestforobb-includespluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at
Inetpubwebsllibreviuorgtestforoconfig.php:1) in
Inetpubwebsllibreviuorgtestforobb-includespluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at
Inetpubwebsllibreviuorgtestforoconfig.php:1) in
Inetpubwebsllibreviuorgtestforobb-includespluggable.php on line 162
What i have to do?
Published on March 28th, 2007 by bedbugger
I really like bbpress and I hope people will develop it further. Most of all, I’d love to be able to use the same sidebar I have in my blog, or (even better) a new sidebar with widgets (which is what makes the WP blog so do-able for me). I am probably not the typical bbpress user, in that I don’t have much experience with editing themes and such.
Published on March 28th, 2007 by cweb
I saw the post at https://bbpress.org/forums/topic/323?replies=11#post-1569
It seemed to get derailed into some other topic though. Here’s the scenario:
– WordPress has been up and running with a few users (not many)
– admin gets bright idea to convert phpbb to bbpress and integrate everything
– bbpress conversion from phpbb goes okay, all 300+ users can login fine.
– admin wants to merge these users with the WordPress wp_users table, so they can add comments to WP, subscribe, etc.
The bbpress sync plugin at https://bbpress.org/documentation/integration-with-wordpress/ works the exact opposite, it merges WP users into bbpress!
This leaves those of us who took the plunge into converting from a phpbb type platform… stranded! It’s probably just a few SQL queries away from working, right?
Published on March 28th, 2007 by Vili
I’m not sure if I should ask this here or over at WordPress.org, but perhaps this is more of a bbPress question in the end.
I have the latest bbPress and WordPress installations, and both are running fine. The user databases are integrated, and I have also managed to get bbPress to use my WordPress theme after some poking around.
What I actually did with the theme integration was that I made bbPress to call the WordPress header and footer files instead of the bbPress ones, having in turn modified the WordPress files in a way that everything except for the page-specific content is in those two files. This way, the forum shows up where the WordPress content (posts, pages, etc.) would otherwise go. Life is good.
My problem now is that I would like WordPress to recognize bbPress when it is serving a bbPress page. In other words, I would like to have something like an “if” condition for example in my WordPress header that checks whether the page currently being shown is a bbPress page. If I could do that, then I could do something like “if bbPress then echo bbPress headers, else echo WordPress headers”.
The most basic solution that I could come up with was the following: before having a bbPress page call the WordPress header, introduce a variable like “$forumpage” and set it to “true”. Then simply include a check in the WordPress header that checks whether $forumpage is “true”. For some reason, however, this doesn’t work as the variable seems to get erased.
I also tried something like using the condition if($forums) in the WordPress header, which I saw was in bbPress, but that gave no results, either.
There probably is a(n easy) solution to all this, so I would really appreciate it if someone could point me to the right direction. I’ve spent most of the evening working on this, and have tried just about everything that I can think of and have read about on these forums and over at WordPress.org, but alas without the desired results.
Thanks for reading!
Published on March 28th, 2007 by Arlo
This is sort of a minor thing, but I notice that replies at my forum arent popping up ajaxy, the page reloads. Post deletes and tags ajax fine. Ideas why this might be?
Published on March 28th, 2007 by
In bbPress vers. 0.8, the Chinese tag name’s problem fixed. When I add a Chinese tag name, the tags was added success!
But when I click the Chinese tag link, there will be a error message in Firefox “Redirect method is not correct” (this is transfer from Chinese… so I’m not sure it’s correct text, but it’s the same meaning.)
Looks like it has some error so that make a unlimited loop…
Published on March 28th, 2007 by
when new version will be released?
Published on March 28th, 2007 by wmarcy
I have previous successful installs of bbPress under my belt, and honestly, there isn;t much to it. Problem is, after uploading all the files into their “forums” subdir, running through the install script (And entering all the info), I go follow the link to the forums to login and the forums refuses to log me in, (Copy and paste on the password from the intro email).
The first post is in the forums, the keymaster is set in the metadata table, but having done this 6 times now I can’t figure out what the problem is.
Tried registering another user, and the same thing happens to that login.
Any Ideas?
bbPress 0.8.1 on a linux server.
Published on March 28th, 2007 by
I admire the idea of bbpress … I really do. After several hours of work, I’ve finally got a forum up and running on my site. There is so much more work to be done to make it usable for my visitors, though, that I just don’t think I can do it. Every installation has been a struggle for me. I don’t know php. The config file took me an entire day to get right. Each and every plugin I installed required further tinkering.
Here’s a small example that represents my large frustration:
Allowed markup: a blockquote br code em strong ul ol li.
Put code in between backticks.
That’s not enough information for me. I can’t make that work. I’d have to read the forums, once again, to figure out what you mean. And I’m just too exhausted to do that, so I’m going to install another forum for now.
I’ll keep checking back to see the improvements that you make and, when you get everything worked out and as easy to use as WordPress, I’ll try again.
But, for now, installing bbpress requires too large a learning curve for me.
Good luck and carry on,
C.R. the Exhausted
Published on March 28th, 2007 by citizenkeith
I’d like to have the post number shown for each post. I’m hoping that bbPress already has this functionality, and I would need to do is insert some code into my template. Or do I need a plugin?