Thread Starter
ansar
(@ansar)
or like these by login
Warning: Cannot modify header information – headers already sent by (output started at /home6/auylbiz/public_html/wp-includes/locale.php:1) in /home6/auylbiz/public_html/wp-login.php on line 287
Warning: Cannot modify header information – headers already sent by (output started at /home6/auylbiz/public_html/wp-includes/locale.php:1) in /home6/auylbiz/public_html/wp-login.php on line 299
Warning: Cannot modify header information – headers already sent by (output started at /home6/auylbiz/public_html/wp-includes/locale.php:1) in /home6/auylbiz/public_html/wp-includes/pluggable.php on line 662
Warning: Cannot modify header information – headers already sent by (output started at /home6/auylbiz/public_html/wp-includes/locale.php:1) in /home6/auylbiz/public_html/wp-includes/pluggable.php on line 663
Warning: Cannot modify header information – headers already sent by (output started at /home6/auylbiz/public_html/wp-includes/locale.php:1) in /home6/auylbiz/public_html/wp-includes/pluggable.php on line 664
Warning: Cannot modify header information – headers already sent by (output started at /home6/auylbiz/public_html/wp-includes/locale.php:1) in /home6/auylbiz/public_html/wp-includes/pluggable.php on line 865
The most common mistake should be in the encoding (or the BOM signature) of PHP files you’ve edited, and I mean the problem is in the files, not in the PHP code.
Use a code editor like CodeGenie or another with line count (you won’t see it in Dreamweaver) and remove the 3 or 4 weird characters in the beginning of your first &%#<?PHP statement, also remove the last empty lines after your last ?> statement at the bottom of the page.
Try if this helps and let me know.
Thread Starter
ansar
(@ansar)
FMacastro
thank you
problem was -. which stands before <?php