Published on November 16th, 2008 by Meraj Chhaya
Hi there
I have just installed bbPress in a new database, not integrated with WordPress. I manage to access the forum, which is located at thenokian95.com/forum, but I cannot login, it says:
Warning: Cannot modify header information – headers already sent by (output started at /home/nokisat7/public_html/thenokian95.com/forum/bb-config.php:1) in /home/nokisat7/public_html/thenokian95.com/forum/bb-includes/pluggable.php on line 188
Warning: Cannot modify header information – headers already sent by (output started at /home/nokisat7/public_html/thenokian95.com/forum/bb-config.php:1) in /home/nokisat7/public_html/thenokian95.com/forum/bb-includes/pluggable.php on line 228
My installation went successfully, and I can register users. Here is the installation log, with a changed password:
Referrer is OK, beginning installation…
Step 1 – Creating database tables
>>> Create table bb_forums
>>> Create table bb_posts
>>> Create table bb_topics
>>> Create table bb_topicmeta
>>> Create table bb_users
>>> Create table bb_usermeta
>>> Create table bb_tags
>>> Create table bb_tagged
Step 2 – WordPress integration (optional)
>>> Integration not enabled
Step 3 – Site settings
>>> Site name: The Nokia N95 forum
>>> Site address (URL): http://thenokian95.com/forum/
>>> From email address: only.meraj@merajnet.com
>>> Key master created
>>>>>> Username: admin
>>>>>> Email address: only.meraj@merajnet.com
>>>>>> Password: something
>>> Description: Just another bbPress community
>>> Forum name: First forum
>>>>>> Topic: Your first topic
>>>>>>>>> Post: First Post! w00t.
>>> Key master email sent
Installation complete!
I have left bb-config.php and pluggable.php in CHMOD 755. I read other topics in this forum, and I had looked to see if there were extra whitespaces, but everything seems ok.
What am I doing wrong?
Thank you in advance
Published on November 16th, 2008 by
I’ve imported user tables from my old installation to the new one (because the import/export plugin failed), however I am no longer the administrator.
I checked the tables over, and they’re identical… so I’m somewhat at loss here. What decides if a user is an admin?
Published on November 15th, 2008 by
Hi,
I’m receiving the following error when importing an eximported bbfx file:
Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/forums/bb-plugins/bbxf/importer/bbxf-parse.php on line 99
The line in question is preg_match ('|<' . preg_quote ($element) . '.*?>.*?</' . preg_quote ($element) . '>|s', $data, $items);, which looks okay…
Is there anything I can do to fix it? I was kind of relying on this plugin for importing, didn’t want to mess with databases directly.
Published on November 15th, 2008 by Meraj Chhaya
Hi all!
I run wordpress 2.6 at phonereport.info. I tried installing bbPress 1.0 Alpha so that it could integrate with WordPress, but just as I concluded the installation successfully, I get the following error:
‘Parse error: syntax error, unexpected T_STRING in /home/nokisat7/public_html/phonereport.info/test/bbpress/bb-config.php on line 20’
Line 20 is the following:
‘// the value of their equivalent keys in the WordPress file wp-config.php’
Here is the installation log, I changed the password:
‘Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 – Creating database tables
>>> Modifying database: nokisat7_bbpress (localhost)
>>>>>> Table: bb_forums
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_meta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_posts
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_terms
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_term_relationships
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_term_taxonomy
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_topics
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
Step 2 – WordPress integration (optional)
>>> WordPress address (URL): http://phonereport.info/
>>> Blog address (URL): http://phonereport.info/
>>> WordPress cookie keys set.
>>> WordPress “auth” cookie salt set from input.
>>> WordPress “logged in” cookie salt set from input.
>>> Fetching missing WordPress cookie salts.
>>>>>> WordPress “secure auth” cookie salt not set.
>>> User database table prefix: wp_
>>> User database name: nokisat7_wrdp9
>>> User database user: nokisat7_forum
>>> User database password: something
>>> User database host: localhost
>>> User database character set: utf8
Step 3 – Site settings
>>> Site name: PhoneReport test forum
>>> Site address (URL): http://phonereport.info/test/bbpress/
>>> From email address: only.meraj@merajnet.com
>>> Key master role assigned to existing user
>>>>>> Username: admin
>>>>>> Email address: only.meraj@merajnet.com
>>>>>> Password: Your existing password
>>> Description: Just another bbPress community
>>> Forum name: PhoneReport test forum
>>>>>> Topic: Your first topic
>>>>>>>>> Post: First Post! w00t.
>>> Key master email sent
Installation complete!’
Please let me know what else you wish to have.
There are two different databases: one for the wordpress installation, the other for bbpress.
Thank you in advance, and keep up the good work!
Published on November 14th, 2008 by Justin Tadlock
I just started a new forum at my site:
http://themehybrid.com/community
It has a job board, place to post child themes (for WP), a showcase forum, and an ideas forum.
Published on November 14th, 2008 by glenncvance
Hello everybody – I’m having a formatting issue with bbpress and IE7. You can see an example of what my problem is here –
http://wrvna.org/forum/topic.php?id=9
In FF, naturally, everything works fine, but IE7 puts the username and status underneath/inside/within the topic post. I’m using a stripped down (even further) version of the 1col_fixed
theme.
I’ve searched the forum here and can’t find anyone else with this problem. My fear is that it’s a IE7 CSS problem….
Thanks.
Published on November 14th, 2008 by dchest
I wrote a plugin to add reCAPTCHA to user registration page. (It’s inspired by _ck_’s Human Test.)
I’ve submitted request to add it to the plugin repository, however 1) the submission form didn’t have any feedback, so I ended up with two identical requests, 2) I didn’t realize you have to put the whole readme.txt to description field of this form. Could someone fix this, and write at least a few sentences describing the submission process?
Anyway, you can download it from http://www.codingrobots.com/files/bb-recaptcha.zip
IMPORTANT: You must get an API key from the reCAPTCHA project to use it. See readme.txt.
Tested under 1.0-alpha1, may not work with previous versions on some PHP deployments.
See how it works here: http://forum.codingrobots.com/register.php
Comments and code review are welcome!
Published on November 14th, 2008 by Klark0
Almost finished!
http://forums.cariblogger.com
I think everything works right with the integration. Was too scared to load the whole wpmu into bbpress so I modified a theme to look like my MU home theme.
One thing I have to figure out is how to get that blog and post counter I use on MU to show in bbpress. Is there any other way other than loading mu into the config file?
Published on November 12th, 2008 by
I have installed BBpress on my website and everything is working good.
But I want to have several divisions in the forum. On this forum (BBpress.org/forum) there is one division called “Main Theme”. I want to have more than one “Main Theme”, and I also want to change the name on these divions.
Is this possible? And how do I fix this?
/Martin, Sweden
Published on November 12th, 2008 by
I’ve written a plugin, but I just can’t figure how to upload it properly. Where’s the documentation for that?
I also would like to know if there’s a list of all functions?