Published on August 6th, 2011 by pmcdonald
I thought my issue was resolved in another posting but it wasn’t after all. When I install the bbPress 1.0.3 standalone, I get an error during the creation of the bb_posts table and it fails (it’s the only table that doesn’t get created in my database). Is there anything I can do to fix this? It’s my second attempt installing with the same error:
Referrer is OK, beginning installation…
Step 1 – Creating database tables
>>> Modifying database: wildfelid (localhost)
>>>>>> Table: bb_forums
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_meta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_posts
>>>>>>>>> Creating table
>>>>>>>>>>>> SQL ERROR! See the error log for more detail
>>>>>> 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
>>>>>> Table: bb_users
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_usermeta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
[Step 2 and 3 deleted here by me]
There were some errors encountered during installation!
Published on August 5th, 2011 by w-a-s
Hello
I need only email and password in the profile
I want to remove :
Website
Location
Occupation
Interests
Also i don’t need :
First name
Last name
Display name as
Admin is the only change the names of members
Members are not allowed to change the name
Can i ?
Please help
Published on August 5th, 2011 by peaceharbor
I have installed the latest 3.2.1 version of WordPress, and it is a private site/blog that requires all users to register before they can access the site. I could desperately use the bbPress forum, but I need the same security features as my site. I’ve installed bbPress 1.0.3 to my WordPress directory, and have enabled this forum to be a Private Forum by using the ‘private forums’ plugin.
All the integration with WP & bbPress works correctly, and the current users that have already registered with my site already have access to the forum. However, any new users need to register through my WP site, NOT the bbPress forum.
In short, how can I redirect the registration link on the forum to that of my WP registration page?
Published on August 5th, 2011 by polimon
What does this mean?
Deprecated: Assigning the return value of new by reference is deprecated in /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php on line 1283
Deprecated: Assigning the return value of new by reference is deprecated in /home/dreamtiger/ecotopian.net/skunk/bb-includes/functions.bb-l10n.php on line 484
Warning: Cannot modify header information – headers already sent by (output started at /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php:1283) in /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php on line 393
Deprecated: Assigning the return value of new by reference is deprecated in /home/dreamtiger/ecotopian.net/skunk/bb-includes/backpress/pomo/mo.php on line 171
Warning: Cannot modify header information – headers already sent by (output started at /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php:1283) in /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php on line 393
Warning: Cannot modify header information – headers already sent by (output started at /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php:1283) in /home/dreamtiger/ecotopian.net/skunk/bb-includes/functions.bb-core.php on line 1136
Published on August 5th, 2011 by Rick Price
I just installed bb press and need to know a few things.
Can I set it to not allow a kiser to view or post prior to an approval?
And where are the settings to add moderation and other controls?
Thanks for any help.
Rick
Published on August 4th, 2011 by w-a-s
Hi
I need the number posts !!
Published on August 4th, 2011 by skoblenick
To replicate:
1. Create Forum
2. Create Topic
3. View Topic in WordPress
4. Click ‘Add this topic to your favorites’
a) Clicking the [x] next to the ‘This topic is one of your favorites’ seems to redirect correctly.
5. Click the ‘favorites’ link
6. You are now in the ‘forums/users/[username]’; scroll down to the ‘Favorite Forum Topics’
7. Click the “x” button to remove. I am redirected back to ‘2011/08/04/hello-world/’ for example. My expected action would to have been redirected to the /forums/users/[username] as that is where I was.
It could be I don’t have something configure correctly but this is an out of the box installation.
I looked at the bbp_favorites_handler() in ./bbpress/bbp-includes/bbp_user_functions.php and the fall back action for the redirect is get_permalink(). This should be something more like $_SERVER to redirect the user back to their original page.
Published on August 4th, 2011 by Mike1233
it is only by me or a bug? The Edit Function for posts dont wokr. Users can’t edit they posts the edit site only show the topic but no editor.
Published on August 4th, 2011 by Mamdouh Kaldas
Hello,
I’ve installed bbPress plugin onto a site that uses the Optimize WP theme from Woothemes.
Now, using the short-code I am able to get the forum to display in a page normally.
http://www.carsrecoverylondon.com/forum/
However, when I try to visit a single forum or topic I get a blank page with just header and title but no content,
http://www.carsrecoverylondon.com/forums/forum/support-forum/
Is that a theme problem or a plugin compatibility issue or what?
And how can I work around it?
Many thanks.
Published on August 4th, 2011 by pmcdonald
I followed the instructions to install and got this error that I need help interpreting and resolving:
SQL ERROR!
>>> Database: wildfelid (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS bb_posts (
post_id bigint(20) NOT NULL auto_increment,
forum_id int(10) NOT NULL default 1,
topic_id bigint(20) NOT NULL default 1,
poster_id int(10) NOT NULL default 0,
post_text text NOT NULL,
post_time datetime NOT NULL default ‘0000-00-00 00:00:00’,
poster_ip varchar(15) NOT NULL default ”,
post_status tinyint(1) NOT NULL default 0,
post_position bigint(20) NOT NULL default 0,
PRIMARY KEY (post_id),
KEY topic_time (topic_id, post_time),
KEY poster_time (poster_id, post_time),
KEY post_time (post_time),
FULLTEXT KEY post_text (post_text)
) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;
>>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16
The setup did not create the necessary tables in my database for some reason even though the access details are correct.