Forums
-
- Forum
- Posts
-
- Installation
- 28,398
- Troubleshooting
- 62,320
- Themes
- 10,391
- Plugins
- 15,318
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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?