Info
- 8 posts
- 2 voices
- Started 3 years ago by Vizworld
- Latest reply from _ck_
- This topic is not resolved
Unable to access "Admin" area
-
- Posted 3 years ago #
I've just setup BBPress and integrated it with my WordPRess blog (www.vizworld.com and vizworld.com/forum ). The integration worked perfectly.
However, I find myself today unable to access the Admin area. I could get in yesterday by doing the recommended logout/purge cookies/login , but Today every time I click "Admin" it just bounced back to the main forum page.
Any help would be appreciated.
-
- Posted 3 years ago #
First see if it's just your browser remembering the old redirect by adding something like
?123on your /bb-admin/ urlie. http://example.com/forums/bb-admin/?123
also try deleting the cookies again for your site
-
- Posted 3 years ago #
No luck, still redirects with the ?123412341234 added... Deleting cookies hasn't helped either.. Tried it about 6 times now :-(
-
- Posted 3 years ago #
If it helps, I'm using the 1.0.6 Alpha, downloaded yesterday.
-
- Posted 3 years ago #
It looks like something calls wp_auth_object's set_current_user, before it verifies the cookie.. So when it gets into the WP_Auth's "validate_auth_cookie", the necessary cookies have been erased.
-
- Posted 3 years ago #
The problem is coming from line 86 of the wp_auth class, where "set_current_user" calls the "do_action('set_Current_user')", which destroys the cookie necessary for the Admin AUthentication.
It's called from bb_settings.php line1036.... So, how do we fix it?
-
- Posted 3 years ago #
Well I gave up.. I reverted to 0.9 & the "Freshly BAked Cookies" plugin, and managed to restore everything (with about 45 minutes work).
-
- Posted 3 years ago #
Sorry about that but that's yet another example why I keep telling people not to use the alpha on live sites.
-
You must log in to post.