Ok, New install of wordpress 3.2.2, using Twenty Ten theme.
Installed the plugin “Theme My Login”
First thing I did before testing anything is configured redirects to send all users to the home page. I logged out, and am not able to log back in at all. Getting this error message every time I try.
Notice: get_userdatabylogin is deprecated since version 3.3! Use get_user_by(‘login’) instead. in /home/public_html/demo/wordpress/wp-includes/functions.php on line 3467
Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/demo/wordpress/wp-includes/functions.php:3467) in /home/public_html/demo/wordpress/wp-content/plugins/theme-my-login/includes/class-theme-my-login.php on line 336
Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/demo/wordpress/wp-includes/functions.php:3467) in /home/public_html/demo/wordpress/wp-includes/pluggable.php on line 669
Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/demo/wordpress/wp-includes/functions.php:3467) in /home/public_html/demo/wordpress/wp-includes/pluggable.php on line 670
Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/demo/wordpress/wp-includes/functions.php:3467) in /home/public_html/demo/wordpress/wp-includes/pluggable.php on line 671
Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/demo/wordpress/wp-includes/functions.php:3467) in /home/public_html/demo/wordpress/wp-includes/pluggable.php on line 866
So, no, the plugin is not what caused the @thefrostey messages plastered all over the page, but it still is not working for me.
Any ideas?