#36213 closed feature request (invalid)
Google App A - ERROR: Cookies are blocked due to unexpected output.
Reported by: | kevinebra | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4.2 |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
Hello,
I try to install WordPress on my localhost for google app engine and not working this all error coming on this page http://localhost:8080/wp-login.php
Could you please help me
thanks
Warning: Cannot modify header information - headers already sent by (output started at C:\wordpressLD\wordpress\wp-config.php:1) in C:\wordpressLD\wordpress\wp-login.php on line 387
Warning: Cannot modify header information - headers already sent by (output started at C:\wordpressLD\wordpress\wp-config.php:1) in C:\wordpressLD\wordpress\wp-login.php on line 400
Warning: Cannot modify header information - headers already sent by (output started at C:\wordpressLD\wordpress\wp-config.php:1) in C:\wordpressLD\wordpress\wp-includes\pluggable.php on line 955
Warning: Cannot modify header information - headers already sent by (output started at C:\wordpressLD\wordpress\wp-config.php:1) in C:\wordpressLD\wordpress\wp-includes\pluggable.php on line 956
Warning: Cannot modify header information - headers already sent by (output started at C:\wordpressLD\wordpress\wp-config.php:1) in C:\wordpressLD\wordpress\wp-includes\pluggable.php on line 957
Attachments (1)
Change History (4)
#1
@
9 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#3
@
9 years ago
See also How do I solve the Headers already sent warning problem?.
output started at wp-config.php:1
is most likely a byte order mark inserted by Windows Notepad. The file should be re-saved in UTF-8 without BOM using Notepad++ or other editor.
Hi @kevinebra,
This bug tracker is for core bugs with WordPress, not for support such as this. However, the problem you're experiencing is most likely due to a blank line, tab, or other character having been accidentally inserted onto the very first line in your
wp-config.php
file.For any further assistance, feel free to open a thread on the WordPress.org support forums.