Search Results for '\"wordpress\'
-
Search Results
-
Topic: Problem with installation
Hello!
I’m having trouble with the bbPress installation, and haven’t been able to get the forum up and running.
I’ve got WordPress 2.8.6 installed on a test site (it’s up and running fine), and I wanted to also have a forum on the same site. I want to try bbPress because of the possibility of integration between WP and bbPress. It would be nice if users could log in once, and be able to post comments on the blog portion of the site or post messages in the forum side of the site, and not have to manage two separate logins.
I downloaded bbPress 1.0.2, uploaded it to my web server, ran the bbPress installer, and entered the info requested, including the MySQL settings for database name, database username, database password,
MySQL hostname, and clicked “Continue” (or something to that effect). The message I got back was that it had a problem opening the database. At this point, I noticed there was a checkbox or something like that on the installer page where I could enter additional details, so I clicked on that, and it asked for ‘AUTH_KEY’, ‘SECURE_AUTH_KEY’, ‘LOGGED_IN_KEY’, and ‘NONCE_KEY’.
I remember generating these keys the last time I upgraded WordPress, so I had to download the wp-config.php file from my server and poke through it for these strings, but I found them, so I entered them into the bbPress installer page.
In addition to those key strings, the bbPress installer page was also asking for “salts” for each of those keys. I had no idea what the “salts” might be, but when I clicked on the help button next to the entry field, it said that if you didn’t have this it would check with the server during installation.
So I left the “salt” fields blank, and clicked “Continue.”
An installation log was generated, and I saved it as a text file. I won’t put the whole thing in this message, but the installation process modified the database tables without problems. In Step 2 of the process (WordPress integration), it reported “WordPress cookie keys set” and went on to “Fetching missing WordPress cookie salts.” It said that the WordPress “auth” cookie salt was successfully set, but the next one was where the trouble may have begun, as it reported WordPress “secure auth” cookie salt NOT set. The WordPress “logged in” cookie salt was set OK.
Finally, in Step 3, it listed the site settings for me. But one of the lines read “Forum could not be created!”
Following that line were two lines reporting that directories were established for my plugins and themes. I used my FTP program to check my server, and those two directories were indeed created.
And, of course, it summed things up by saying “some errors encountered during installation!”
But at the same time, there was a message that I should go to http://www.mydomain.com/bbpress, and that the forum should launch.
I went to that page, but every time I do, I get redirected to:
http://www.mydomain.com/bbpress/bb-admin/install.php
Where the message says:
Oh dear!
bbPress is already installed.
Perhaps you meant to run the upgrade script instead?
Well, no, I don’t want to run the upgrade script, since I’m trying to do a first-time install.
So, I don’t know where to proceed from here.
One question in my mind is if the installer script was able to find and set the salts for three of the keys OK, why couldn’t it set the “secure auth” cookie salt?
Second question is why do I get a page telling me bbPress is already installed, when the installation script says the forum could not be created?
Any guidance anyone can give me would be greatly appreciated.
Hello,
I think I have these two integrated and working but seems to be a problem with the bbpress keymaster having access to the wp-admin area. The only solution I have so far is to have 2 admins…
one for WP ( a:1:{s:13:”administrator”;b:1;} )
&
one for BB ( a:1:{s:9:”keymaster”;b:1;} )
I have set the role in the bbpress-admin for wp-admins to be keymasters but it doesn’t seem to work…
Am I doing something wrong?
Thanks
Topic: Integration
I have integrated my test forum with wordpress. Both have seperate databases and are on the same host server but bbpress is in a sub-directory, Wp is in the root. WordPress has 4 members bbpress has 300, afterwords bbpress has only 4 members, why is that, it seems like instead of integration wordpress details have overwritten bbpress…any one able to help
And it refuses to allow me to reset my password why is that?
I’m very new to this, I installed WordPress a few days ago and now I’d like to install bbPress. The installation of WordPress went great, but when I try to install bbPress, I get the “There was a problem connecting to the database you specified.”-error. So there must be something wrong with the data I filled in, what did I do wrong?
Database name: b4_4599254_forum
Database user: b4_4599254
Database host: http://ftp.byethost4.com
Thanks.
Just redid a fresh install of bbPress with integration and everything worked until the error on the last step.
Now I have two problems:
Users can’t post in the forums. Is this because the restore of old posts from an SQL file failed?
Visitors can’t see the pages on the wordpress page without logging in.
Since the database is now shared, how can I clean up the bad bbPress restore?
Topic: Minor theme-naming issue
This is a VERY minor issue, but I think it’s worth pointing out.
I’m working on integrating a BBPress installation into a WordPress site. As I work with the client, I like to name the folders containing the current theme/template with the version number, to make it easy to backtrack to older designs.
So for example, theme version 0.1 is in a folder named client_theme_v0.1, version 0.2 is in a folder named client_theme_v0.2, and so on.
This works fine in WordPress, but NOT in BBPress. If I include a period in the BBPress template folder name, it breaks the template—BBPress doesn’t find the style.css file. So instead of using periods in the version number, I have to use (shock! horror!) underscores. As in, client_theme_v0_1. *Shudder.*
It would be nice, in a very minor way, if I could use periods in BBPress template folder names.