Forums
-
- Forum
- Posts
-
- Installation
- 28,497
- Troubleshooting
- 62,577
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,256
-
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?