Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#36213 closed feature request (invalid)

Google App A - ERROR: Cookies are blocked due to unexpected output.

Reported by: kevinebra's profile 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)

testtt.jpg (340.3 KB) - added by kevinebra 9 years ago.

Download all attachments as: .zip

Change History (4)

@kevinebra
9 years ago

#1 @johnbillion
9 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

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.

#2 @kevinebra
9 years ago

Thanks :)

#3 @SergeyBiryukov
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.

Note: See TracTickets for help on using tickets.