Seems that l10n.php
of bbPress wasn’t loaded.
Did you also do a WordPress FUNCTIONS integration?
What is your config.php
of bbPress? (you can post it to http://bbpress.pastebin.com , remember to remove dbname, dbuser, dbpassword)
Are $bb->wp_home
and $bb->wp_siteurl
set as http://mysite.com
?
There is a setting can force bbPress to access specific cookie path (like /
, that is what you need), but I don’t remember what it is. You can try to search for that.
If you find that post, please also link to it in this topic.
Hi, livibetter
Thanks for your reply! yes, I installed them as you said, and my WP is in the root directory.
WP: http://mysite.com
bbPress: http://mystie.com/forum
When I logged in WP, then go to bbPress, it need sign again, actually, I can sign in with another different account in bbPress, and it won’t impact the account in WP, like they are absolutely in different cookie domain.
Do you have any idea about this? thanks!
Yes i’ve changed it back now and its all working fine just completed the install.
Only thing now is that i can’t seem to post or read the test posts that are already there.
It’s saying :
The requested URL /home/bbpress/topic/1 was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
When i click on: your first topic
Or when i try to post a new topic
Any ideas ?
Correction I can post topics I just can’t view any. But it does show the new topics I’ve made. But doesn’t let me view them ?
http://the3rdplace.co.uk/home/bbpress/
As discussed in this post https://bbpress.org/forums/topic/fatal-error-prior-to-installation?replies=10
Comma’ing out lines 81 & 82 seems to do the trick. (i hope)
But now i get 5 new Errors
As follows:
Warning: constant() [function.constant]: Couldn’t find constant BBDB_NAME in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 58
Warning: constant() [function.constant]: Couldn’t find constant BBDB_USER in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 59
Warning: constant() [function.constant]: Couldn’t find constant BBDB_PASSWORD in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 60
Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user ‘nobody’@’localhost’ (using password: NO) in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 73
Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 73
Cannot select DB.
Not sure if everyone has this much trouble installing bbpress but its becoming a pain, I’m sure the information i entered in my config is correct as i just copied and pasted from the wp-config file. Don’t understand how i could have done it wrong.
Anyway if anyone can help it would be much appreciated.
Thanks.
Changed my config information & followed the steps at DevLounge
Now when i try to go to the install page @
http://the3rdplace.co.uk/home/bbpress/
I get this error :
Fatal error: Call to undefined function: __() in /home/the3eco/public_html/home/bbpress/bb-includes/
default-filters.php on line 81
This is line 81 :
bb_register_view( ‘no-replies’, __(‘Topics with no replies’), array( ‘post_count’ => 1 ) );
Anyone have any advice on what i should do ?
Many thanks in advance
Recent discussion indicates r971 could be a temporary good solution.
Go to the bottom https://trac.bbpress.org/browser/trunk?rev=971
Download the ZIP, and use it to upgrade
I am not sure if it will touch you database or not, anyway backup is a good habit.
Please tell us if this works or not.
I assume you did an overlap install of bbPress onto WordPress!
/home/readme.html
, /home/license.txt
and /home/wp-login.php
are working.
But /home/index.php
isn’t.
except index.php
, the first three files are not in bbPress; and you say you have clean up bbPress files. So, DID YOU DO AN OVERLAP INSTALL???
If so, just download WordPress package, and extract index.php
from it, then put it into /home
.
@italways, was you installing WordPress and bbPress in this directory hierarchy:
WordPress: /wordpress
bbPress: /wordpress/bbpress
Can someone actually explain what the solution was? I am getting the same error.
If you deleted everything in your root WordPress folder, you’re going to have to reinstall WordPress first, then your theme and plugins. That would be the first step, well before installing bbPress.
For the record, bbPress should be in a subdirectory of your WordPress installation if you’re going to try and integrate it.
So maybe you have your WordPress at /var/www/goldfiinger/home/, and if so, you would put bbPress at /var/www/goldfiinger/home/bbpress/.
I spent a whole day trying to resolve the same problem, until I came accross a sollution. Try the following improvements, worked for me.
In the bb-settings.php version 0.8.3 line 172 find the code:
if ( is_callable( ‘glob’ ) )
foreach ( glob(BBPLUGINDIR . ‘_*.php’) as $_plugin )
require($_plugin);
Replace it with:
if ( is_callable( ‘glob’ ) ) {
$pluginarray = glob(BBPLUGINDIR . ‘_*.php’);
if ($pluginarray)
foreach ( $pluginarray as $_plugin )
require($_plugin);
}
The source (in German): http://www.brusdeylins.info/bbpress/problem-in-bb-settings/#comment-67
kboan23,
Even if you manually fix the role of users registered in bbpress to “subscriber” the display name field is still blank. So unless I am missing something, you do need to fix this problem. Otherwise, bbpress registrants become subscribers login at wordpress and their username shows as Anonymous.
mvh: None yet. I’m going to start digging into code and rewrite rules in my spare time. http://make2for1.com/ is about as basic an install of bbpress as can be done. Implementing bbpress shouldn’t be this difficult.
Obviously mod_rewrite at 1and1 works fine since WordPress pretty permalinks work. I use them at http://realityme.net/ with no problems.
If I get a solution, I will definitely post it here.
@6
Your example URL is down… is there anywhere else?
For some reason, I can’t submit a post that has an odd number of apostrophes in it. Here is the error I get:
bbPress database error: [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 't i use an apostrophe?
','2007-12-21 20:48:42', '76.24.176.14', '0', ' at line 4]
INSERT INTO thinkstorm_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES ('13', '7', '1', '
can't i use an odd number of apostrophes?
','2007-12-21 20:48:42', '76.24.176.14', '0', 11)
Warning: Cannot modify header information - headers already sent by (output started at /home/outchy2/public_html/thinkstorm/bb-includes/db.php:185) in /home/outchy2/public_html/thinkstorm/bb-includes/pluggable.php on line 164
What should I be looking for to fix this?
i’d love to use bbpress! Any idea when a phpbb3 converter is being made?
To start a new topic or reply to a thread? I think it would be easy enough to have a form on a page that submits to bb-post.php, but how would it keep all the topic and reply stuff straight? (I guess that’s not your question, but I just can’t get past it.)
I don’t think you would call a template page directly though. Those template files are called by bbPress files in the root folder. So calling one directly is probably not intended.
Just thinking out loud. Not sure how to accomplish it but it’s interesting to think about.
This is a common problem with the latest release, especially on GoDaddy (and Dreamhost too, I think.) Anyway, the problem you’re describing has been fixed in the trunk releases but not in the public release. The best thing to do would be to download a later revision like r971 or r980. See these posts from sambauers:
https://bbpress.org/forums/topic/intergration-will-not-let-me-logon-using-my-wordpress-login?replies=30#post-12803
https://bbpress.org/forums/topic/broken-profiles-for-users-with-spaces-in-the-names?replies=5#post-12769
Here is the page where you can download r971 (probably your best bet):
https://trac.bbpress.org/browser/trunk?rev=971
You must login, then click on New Ticket.
WordPress Support/Extend/Trac and bbPress Forums/Extend/Trac all can be logged in with the same username and password.
Sadly enough I thinK I’m going to have to give up on this one. I’ve tried everything and I can’t get something as simple as the Install.php to perform. Beyond that, while reading around it seems that the majority of problems come AFTER the install..so this journey could be a troublesome one if I continued.
I try not to be a quitter but “ease of use” isn’t something that goes hand-in-hand with bbpress and I have a deadline. I don’t have a few days to wait to get it all settled, but thanks if you read this far……I’ll probably settle with smf or vanilla…
I think my problem lies within my database area……I was adding database name and usernames that were in my wordpress wp_config.php
Do I have to create my own database for bbpress through MySQL on my godaddy Linux hosting……..?
I’ve really been trying for about 5 hours straight to figure this out….
Install directions just seem so vague to me
Hi during the install of bbpress something must have gone wrong since I’m getting a “page not found” display when I attempt to bring up my “install.php”
I’ll go over every step in hopes to find the problem.
When opening config.php I changed:
BBDB_NAME
BBDB_USER
BBDB_PASSWORD
BBDB_DOMAIN
and
BBDB_EMAIL
All to what those fields said in my wordpress wp_config.php file.
I installed my bbpress folder inside my wordpress folder.
My wordpress folder is directly under my site folder.
I do have multiple domains under the same server but that shouldn’t create any type of problem.
The location of my bbpress should be: http://www.mysite.com/wordpress/bbpress/
So I changed the value in my config.php file to the address above.
I also changed the values of >wp_home and >wp_siteurl
to reflect what it says under my wordpress/options/
Do you see anything that I’ve done wrong? Or am forgetting to do?