Login issue goes to blank screen
- 
		I am using WP version 3.8.1 and bbPress 2.5.3. This issue is when you login using the bbPress widget in the sidebar. The page gets stuck on http://mysite.com/wp-login.php and it is just a blank screen. I hit refresh and then it loads the normal WP admin login page. I looked and have seen some folks increased their memory on the PHP.ini file but mine is all ready set to 256M. I know that this was working fine and then out of no where it just stopped. I don’t recall any plugin updates or theme updates. Infact I turned them all off along with the and tried TwentyTwelve Theme with no luck. Any help would be much appreciated. 
- 
		
			
ok, something’s caused it, so we need to try and resolve down. Can you run the following : If you just type on http://mysite.com/wp-login.php into your url, do you get the same problem ? [test if the issue is in executing the result, or issue before that] Create a new page and put [bbp-login] in it, and then run that page (either by url eg http://mysite.com/my-new-page-name, or from a menu, I’d try both) [see if it’s in the widget] What other plugins are you running? @robin-w Thank you for helping me out with this. I can go right to the http://mysite.com/wp-login.php page without any hangup. I also tried creating a new page and used the [bbpress-login] shortcode with the login widget disabled. Still no luck. I removed any custom jquery from the theme, same result. I removed the widgetized area from the functions.php to be sure the sidebar wasn’t registering anything. Still going to a blank page. The last thing I tried is disabling all of the plugins except bbPress switching to Twenty Fourteen Theme. going to the http://mysite.com/my-new-page-name and still getting the same result. These are the plugins that are installed… 
 Akismet: Version 2.5.9
 Contact Form 7: Version 3.7.1
 The Events Calendar: Version 3.4.1
 WP User Avatar: Version 1.7.2I set the debugging in the config.php file to true and this message appeared immediately while logged in. Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/njhopz/public_html/wp-includes/functions.php on line 3049. When trying to log out it gave me 
 Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/njhopz/public_html/wp-includes/functions.php on line 3049Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-login.php on line 415 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-login.php on line 427 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 695 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 696 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 697 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 698 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 699 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 700 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 703 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 704 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 705 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 706 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 709 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 710 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 711 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 712 Warning: Cannot modify header information – headers already sent by (output started at /home/njhopz/public_html/wp-includes/functions.php:3049) in /home/njhopz/public_html/wp-includes/pluggable.php on line 896 Has this always happened, or has it just started, and how long have you been using bbPress? I started using it about a 2 months ago and the issue just started yesterday. Or at least that is when I noticed it. You say you are using the widget So you see the username, password and submit boxes in the sidebar – yes? when I click mine, I see no change in the url, and just go back to te screen when it has logged me on. Are you seeing a wp-login url ? That is what it use to do. But now if redirects to the /wp-login.php page and hangs up. I believe it uses the function of that page to login… but it is not working properly. Not really sure what to suggest next! 
- You must be logged in to reply to this topic.