Trying to activate Vili’s Avatar Thingy, my wordpress says:
“The plugin could not be activated for it’s causing a fatal error.”
What now?
Thanks for your help, but it does not work
»No input file specified«. So what now?
I installed your plugin _ck_ but i when i activated it din’t auto inserted the math field in my registration page. Strange so i did it my self by inserting in my register.php / bbpress theme file the function:
<?php human_registration_test(); ?>
and then it worked ok.
Well, let’s see. Your forum is in a directory called bbpress:
http://redsunday.net/bbpress/
So line 17 in config.php should look like:
$bb->uri = 'http://redsunday.net/bbpress/';
Create a folder, call it whatever you want. Just be sure you access the URL with that folder name, and be sure line 17 has the same folder name. That’s really all there is to it.
Hi Gang
Thanks for the reply chrishajer, but the suggestion did not work
I’m wondering if I’m putting things in the wrong directory? The config-sample.php file references the forum address as “http://my-cool-site.com/forums/”. I’ve tried putting the bbpress installation at the root level as well as in a folder called forums, but I still have the same problem. When I set-up the forum how should I handle line 17? Should I leave everything at the root level or should I create a new folder and put the instal there and have line 17 point there? Does an example file structure exist in a FAQ anywhere?
BTW, the style sheet and such exists, it is however not being used.
Thanks!
sorry, just found the thread with the solution 
Deactivating the Display Name Plugin. Is there a new Version for this Plugin wich solves the Problem?
it does not work so, too.do you mean just copying the “rewrite-rules.php” into the forum-root directory and then try to run it again? I have set
$bb->mod_rewrite = true;
and within my htaccess it’s still said
Options +MultiViews
and then i have to go to http://www.stereopoly.de/forum/rewrite-rules.php , ay?
does not work
Hey guys,
I’ve almost finished installing my bbpress on http://www.stereopoly.de/forum but there’s one thing doing wrong: The permalinks. I want to use pretty permalinks, but obviously my server does not support the easy .htaccess thingy (Multi Views).. Thus I have to run http://www.stereopoly.de/forum/bb-admin/rewrite-rules.php right? But if i do so, I will get to the homepage (stereopoly.de/forum)
Any idea, how to solve this problem?
sorry for my bad english, i’m just german 
cheers
It looks like all the files were not uploaded properly. For example, the stylesheet is missing:
http://www.redsunday.net/forums/bb-templates/kakumei/style.css
Or possibly, you have pretty permalinks or slugs turned on, and they’re not supported by your host (very common with GoDaddy and Dreamhost, I think.) Modify this line in your config.php from 'slugs' or true to false like this:
$bb->mod_rewrite = false;
If all the files were uploaded properly, I would guess this is your problem.
I’m trying to use the same database and tables for wordpress and bbpress but they don’t merge painlessly.
I set the table prefix in bbpress’s config to wp_ and set the database to be the same as wordpress’s. I also set the wp_prefix in bbpress’s config.
Then I tried to start bbpress but it threw a bunch of exceptions and now it will not save new posts. Can anyone help me?
I enclose it’s exceptions
Now we’re going to create the database tables and fill them with some default data.
bbPress database error: [Incorrect table definition; there can be only one auto column and it must be defined as a key]
ALTER TABLE wp_posts ADD COLUMN post_id bigint(20) NOT NULL auto_increment
bbPress database error: [Key column 'post_id' doesn't exist in table]
ALTER TABLE wp_posts ADD PRIMARY KEY (post_id)
bbPress database error: [The used table type doesn't support FULLTEXT indexes]
ALTER TABLE wp_posts ADD FULLTEXT KEY post_text (post_text)
1. Created table wp_forums
2. Created table wp_topics
3. Created table wp_topicmeta
4. Created table wp_tags
5. Created table wp_tagged
6. Changed default value of wp_posts.post_status from publish to 0
7. Added column wp_posts.post_id
8. Added column wp_posts.forum_id
9. Added column wp_posts.topic_id
10. Added column wp_posts.poster_id
11. Added column wp_posts.post_text
12. Added column wp_posts.post_time
13. Added column wp_posts.poster_ip
14. Added index wp_posts FULLTEXT KEY post_text (post_text)
15. Added index wp_users UNIQUE KEY user_login (user_login)
bbPress database error: [Field 'post_content' doesn't have a default value]
INSERT INTO wp_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES ('1', '1', '1', '
First Post! w00t.
','2008-02-22 15:10:39', '127.0.0.1', '0', 1)
bbPress database error: [Unknown column 'post_id' in 'field list']
SELECT post_id, poster_id FROM wp_posts WHERE topic_id = 1 AND post_status = 0 ORDER BY post_time
bbPress database error: [Unknown column 'post_id' in 'where clause']
SELECT * FROM wp_posts WHERE post_id = 0
Finished!
Eek. Well, I’ll keep it on Yahoo for a little bit longer while I finish my attempts at utilizing WordPress to drive the new site design. Then I’ll see about launching it on another server. It’s bizarre to me that yahoo can’t do that, especially seeing that wordpress is an option on the backend server. I appreciate all the help!
*Wait, I didn’t catch the setting the dang line of code to false. It looks like we’re rolling. Just in time for me to be exhausted. Thanks for everything, guys.
Don’t use permalinks. Find the mod_rewrite line (line 27 in mine) in your config.php and change it to look like this:
$bb->mod_rewrite = false;
That will turn off the permalinks and all the links will work again.
No, it is JUST .htaccess – the . indicates it’s a hidden file, and there is no file extension. The Apache webserver looks for that file for direction on some hosts.
i like the way u think 
ill try your plugin and post feedback.
Sure thing… Right now I use a different database, but I’m going to change it to work with users_meta. Nothing hard. I’ll send you a message when I do
>> are u sure _ck_ ?
>> how about the hired Chinese ? 
That gives me a great idea to spell the numbers out as words in captcha-like graphics, which would be an interesting variation for non-english speakers.
are u sure _ck_ ?
how about the hired Chinese ?
Correction its not the plugin’s fault its when i call the bbpress/functions api from wp-config coz i want to use them in the wp site :
if ( !defined('BBDB_NAME') )
require_once(ABSPATH.'community/bb-load.php');
also i get a bozo.php related error :
Error:
Warning: Missing argument 2 for bb_bozo_pre_post_status() in /home/xxxx/xxxx/xxxx/community/bb-includes/bozo.php on line 173
I think they are all come from upgrading to WP 2.3.3 …
if anyone can help it will be cool
tnx
I have exactly the same problem the wp plugin “bbPress Integration” causing it somehow when i disable it wp editing works as normal when i enable it i get slashes “” everywhere when i edit post / comment / theme from wp administration all plugins / bbpress / wp are the latests versions…
also my server php.ini config are:
magic_quotes_gpc Off Off
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
can anyone help?
Also, when I install any plugin I get this and a blank page:
Warning: Invalid argument supplied for foreach() in /path/to/forum/bb-settings.php on line 294
Warning: Invalid argument supplied for foreach() in /path/to/forum/bb-admin/plugins.php on line 7
Well I used the current trunk version of WP, and 1075 of BB, installation went fine (nice new installer helped integration along nicely). Thanks for the help!
But, I am getting an error at the top of each page in bbPress:
Warning: Invalid argument supplied for foreach() in /home/path/to/forum/bb-settings.php on line 294
(Path to bb-settings.php removed)
Is this a known issue? What could I do to resolve it?
That may have come across wrong…. The posts don’t matter because I am using your plugin, and that feature is already working for me.
However I feel two profile pages is a bit confusing for users. Do you think a link in the wp profile page would suffice since its rather difficult to have only one profile page?
The throttle is right in each user’s profile page.
It’s based on username.
If you want to tinker with increasing it, try this plugin I whipped up to avoid core hacks:
function post_regulation($text) {
global $bb_current_user;
$wait=45; // seconds between posts
if (isset($bb_current_user->data->last_posted) && time() < ($bb_current_user->data->last_posted + $wait) && !bb_current_user_can('throttle'))
bb_die(__('Slow down; you are posting too often.'));
if (strlen(trim($text))<10)
bb_die(__('Your post is too short, please say something meaningful!'));
if (strlen($text)>2500)
bb_die(__('Your post is too long!'));
return $text;
}
add_filter('pre_post', 'post_regulation');
In theory it would be possible to hack that further to regulate based on IP by doing a mysql query for the last post time that has the current user’s IP.
Yes, thanks. vbulletin is actually who I found. Their base forums and blog with a month of phone support was what I quoted above ~~~ the blog is an add-on. However, I found that one of their members created a hack that SEEMS TO BE a ‘click to install’ type thing andwill integrate with wordpress ~~~ so I may only have to rework my forums template. Also, their base template has everything I want for now, except a blog. I never was trying to build any massive forum structure ~ just good working forums that people could upload their pics to and PM each other and that gave each user a title based on number of posts 
I was just surprised, given that several people here don’tmind taking very small donations that no one wanted to make a couple of hundred to help. No issues though. I’ll do as you suggested and go buy the vBulletin.