[Plugin: WP User Frontend] Header already sent error in editprofile page
-
When a profile is edited on the frontend everything works fine, except if the password is changed.
The function works (the password is changed) but I get about 10 errors:
Warning: Cannot modify header information – headers already sent by (output started at header.php:4) in /wp-includes/pluggable.php on line 686,687 and so on…These are the first 4 lines of my header.php :
<!DOCTYPE html>
<html dir=”ltr” lang=”en-US” xmlns:fb=”https://ogp.me/ns/fb#”>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />I can’t find anything thats wrong there.
And the line in pluggable.php refers to some setcookies functions.
I have found some other thread about this issue, and you posted a solution (This Thread), however the thread is 5/6 months old and the solution does not work anymore..
Anyone got any answers for this error?
Thanks!https://www.ads-software.com/extend/plugins/wp-user-frontend/
- The topic ‘[Plugin: WP User Frontend] Header already sent error in editprofile page’ is closed to new replies.