wp-login.php error after wp_mail fix
-
After changing the funchion wp_mail to not use the $more in parameters (so that new users are emailed their passwords) wp-login.php gives these errors on loading:
Warning: Cannot modify header information – headers already sent by (output started at /home/notart19/public_html/wordpress/wp-includes/functions.php:1794) in /home/notart19/public_html/wordpress/wp-login.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at /home/notart19/public_html/wordpress/wp-includes/functions.php:1794) in /home/notart19/public_html/wordpress/wp-login.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at /home/notart19/public_html/wordpress/wp-includes/functions.php:1794) in /home/notart19/public_html/wordpress/wp-login.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at /home/notart19/public_html/wordpress/wp-includes/functions.php:1794) in /home/notart19/public_html/wordpress/wp-login.php on line 10
I’ve tried various suggestions on the forums and have come up blank.
The topic ‘wp-login.php error after wp_mail fix’ is closed to new replies.