Search Results for '\"wordpress\'
-
Search Results
-
Topic: Step 4 blank screen
I completed Step 2 (WordPress integration) successfully. On step 3, I hit Complete Installation and I receive a blank screen. So I change permission on bbpress directory to 777. Now I am back on Step 1. Step 2 with the same values as I gave earlier now fails. So I skip step 2. Fill up step 3 and hit Complete Installation and I receive a blank screen again.
I’m running WP 2.7.1 and bbPress Version 1.0-rc-1 on
localhost. WP has been installed to/3dd/and I installed bbPress to/3dd/bbpress/today and have done all the proper steps for syncing in the bbPress admin.I have added the following code to
bb-config.php:require(BB_PATH . '../wp-blog-header.php');<br />
define('WP_AUTH_COOKIE_VERSION', 1);<br />
$bb->bb_xmlrpc_allow_user_switching = true;I can login to both WP and bbPress with my WP user account (yay!), but <b>the problem is that WP doesn’t know when I logged in to bbPress and vice versa</b> (i.e. when I am logged into WP, bbPress still shows the login form). In addition, <b>when I login to bbPress, WP logs me out; and when I login to WP, I am no longer logged in on bbPress</b>. I have cleared my cookies many times and tried it in both IE and Firefox, same result.
Together, WP and bbPress create the following cookies (aside from the wp-settings and test cookies):
Domain Cookie name<br />
/3dd/ wordpress_logged_in_*<br />
/3dd/wp-admin wordpress_*<br />
/3dd/wp-content/plugins wordpress_*<br />
/3dd/bbpress/bb-admin wordpress_*<br />
/3dd/bbpress/bb-plugins wordpress_*<br />
/3dd/bbpress/my-plugins wordpress_*<br />
/3dd wordpress_logged_in_*<br />I believe the last 4 are created by bbPress and it should be noted that there is no trailing slash on the wordpress_logged_in_* cookie path.
Does anyone know what the problem might be?
Using bbPress 0.9 and WordPress 2.7 — when a user tries to perform a password recovery, it’ll accept anything. It doesn’t give an error message if the username doesn’t exist.
Case study (this actually happened):
A user “forgot” his password, but it turned out he had actually never registered. So he goes to the password recovery page, enters a username that doesn’t exist, and is then greeted with the default reset password text, saying “An email has been sent to the address we have on file for you.” That text made him expect an email which never came.
A. Is this something that can be fixed? B. Is this something that should be filed as a bug?
Running WordPress 2.7.1, bbPress 1.0-RC.
I got user integration working, so I can log in WP and be logged in in BP and vice versa. And I can log in as admin for the top-level site, but when I try to go to the dashboard for the any of the sub-blogs, it gives me the WP login screen and doesn’t recognize the password.
I’m using sub-directories instead of sub-domains, which may or may not be significant.

