Published on January 13th, 2009 by
I would like to install bbpress 0.9.0.4. but at the second step (http://vinblog.com/forums/bb-admin/install.php?step=1).
I have error “Warning: can not yet handle MBCS in html_entity_decode ()! in / home / vinblog / www / forums / bb-includes / wp-functions.php on line 113. “
someone would have the solution?
THANKS
christian
Published on January 13th, 2009 by deadlyhifi
Has anyone taken on this task? I’m integrating WP and BBp but all my users are in the BBp table. The integration takes the WP userbase.
Any tips or advice?
Published on January 13th, 2009 by John James Jacoby
In places where something is entered into the users_meta table, it might be a good idea to prefix ‘bb_’ in front of your added values.
Honestly I’m surprised there isn’t a strict standard about something like this. WordPress modifications are the same way, often times emitting the ‘wp_’ which in my mind feels like it could cause some complications in the future.
Also, I noticed that there’s even places where both WordPress and bbPress don’t follow this in the core as well. I realize that it was never the intent to allow plugin access to those areas, but now that the proper hooks are in place and things are sharing that same space, it seems like the logical thing to do.
Published on January 12th, 2009 by
Hello.
Installed wp2.7 in root dir, and bbpress alpha 6 in sub-dir. Enabled permalinks, added code to htaccess in sub-dir.
Test 1. Logging in to wordpress admin.
Navigate to comments: shows logged in as admin user
Navigate to forum: not logged in
Navigate to forum admin: not logged in
Test 2. Logging in to bbpress admin.
Navigate to comments: does not show as logged in as admin user
Navigate to wp admin: logged in as admin
Is this how it’s supposed to work?
More info:
After adding the following lines of code to the wp-config file:
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ‘/’);
This does not change anything except, if I am logged in to the WP Admin, I can not log out. Clicking Log Out presents:
“You are attempting to log out of The Site
Please try again.”
Am I missing something with the code above? Should I be adding the domain name somewhere?
I appreciate your help.
Published on January 12th, 2009 by Ben L.
$warnings = $bbdb->get_results("SELECT user_id, meta_value FROM $bbdb->usermeta WHERE meta_key='bbmodsuite_warnings'");
Okay, so now I have all of the warnings from every user with them. That was easy, just one query. However, I don’t know any good way to go back to the database, once I loop through them all, since I will need to delete some of the usermeta entries, update the others, and update a second set of usermeta keys designed to lower database traffic. Thank goodness this is only on cron.
How do I update hundreds (or even thousands) of database entries all at once?
Published on January 12th, 2009 by
I am unable to install bbPress. I upload the files to my Web server (into a directory named /bbpress/) then browse to that directory. The page comes up as expected, telling me that I have no bb-config.php. When I click the “let’s get started” link, the following address appears in my address bar:
http://<host name>/bbpress/bb-admin/install.php?step=1
But instead of the database configuration form, the page appears not to change. That is, I just see the “missing bb-config.php, click here to get started” page again.
Nothing of obvious interest appears in my Apache error log. Here’s all I get:
[Mon Jan 12 15:22:19 2009] [error] [client <IP redacted>] PHP Notice: Undefined index: language in <web root redacted>/bbpress/bb-admin/class-install.php on line 337, referer: http://<host name>/bbpress/bb-admin/install.php?step=1
[Mon Jan 12 15:22:19 2009] [error] [client <IP redacted>] PHP Notice: Undefined variable: l10n in <web root redacted>/bbpress/bb-admin/install.php on line 29, referer: http://<host name>/bbpress/bb-admin/install.php?step=1
[Mon Jan 12 15:22:19 2009] [error] [client <IP redacted>] Symbolic link not allowed or link target not accessible: <web root redacted>/www/favicon.ico, referer: <host name>/bbpress/bb-admin/install.php?step=1
I thought it was a problem with 0.9.0.4, so I tried using 0.9.0.3 instead. No luck.
I tried on a second Web server and the installation worked there. Both servers are running Apache 2.x, PHP 5.x, and MySQL 5.x on FreeBSD. Here are the differences in the version numbers:
Server where it doesn’t work:
FreeBSD 6.3-STABLE
Apache 2.2.8
PHP 5.2.8
MySQL server 5.0.51a
Server where it does work:
FreeBSD 6.0-RELEASE
Apache 2.1.9
PHP 5.2.8
MySQL 5.0.27
The two servers’ Apache configurations are very similar, if not identical. Before I start comparing my httpd.conf files line by line, perhaps someone can point me in the right direction. Any suggestions or clues?
Published on January 12th, 2009 by deadlyhifi
When unbanning people (setting them back to ‘member’) it states their new role within the admin, but when they try and log in they are still banned.
Manually re-setting their password solves the issue.
I presume this is a simple issue of the role not being updated properly. The problem does not exist when changing from ‘inactive’.
In 0.9.04 this is. Not tested it in 1.0 yet.
Published on January 12th, 2009 by
Woah! Total newbie. Have wordpress installed on my host at http://englishforuniversity.com I have installed various plugins. But it looks like bbPress is NOT a plugin. I cannot understand any of the install instructions. I need to upload it to my host, but where do I put it? All the other things I have put into my wp/plugins. I have been looking but the instructions are way over my head. Any tips?
Pat
Published on January 12th, 2009 by deadlyhifi
I notice that in V1 the user profile features ‘First name’ and ‘Last name’ fields.
However, this doesn’t appear on the registration form. Is this just an oversight?
Published on January 12th, 2009 by deadlyhifi
Specifically regarding the Approve User Rrgistration plugin.
Fatal error: Class ‘BB_User’ not found in …/bb-plugins/approve-user-registration/approve-user-registration.php on line 58
I’ve seen in some other plugins compatible with 1.0 the use of ‘WP_User’ and ‘BP_User’. I’ve tried using these and there is no error, but the plugin doesn’t work…
Anyone know how to fix this? I really need the features of this plugin – it would be really good if it was a standard option in bbPress.