Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#43322 closed defect (bug) (invalid)

updated wordpress and warning comes up

Reported by: thirst4beats's profile thirst4beats Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.9.4
Component: General Keywords: close
Focuses: Cc:

Description

I havent done anything but update word press and this strange warning appears only on the back of house of wordpress

ng: Cannot modify header information - headers already sent by (output started at /home/thirst4beats/public_html/wp-content/plugins/wpheadsp/wpheadsp.php:1) in /home/thirst4beats/public_html/wp-admin/includes/misc.php on line 1114

Attachments (2)

2018-02-15 08_34_43-Posts ‹ Thirst4Beats — WordPress.png (20.9 KB) - added by thirst4beats 7 years ago.
how it looks
2018-02-15 09_06_16-Add New Post ‹ Thirst4Beats — WordPress.png (12.9 KB) - added by thirst4beats 7 years ago.
and when go to post

Download all attachments as: .zip

Change History (9)

#1 follow-up: @knutsp
7 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Hello @thirst4beats and welcome to Trac.

This Track is for tracking and fixing bugs in the WordPress software. It's not for support or fixing individual sites in trouble. Please use our support forums https://wordpress.org/support/ for that.

You may find some useful tips in this article https://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F.

#2 @thirst4beats
7 years ago

  • Resolution invalid deleted
  • Status changed from closed to reopened

has to be the update can't be anything else, but when try to make a post like I did with the testing other php warnings come up same when delete then when deleted goes back to the one warning

#3 in reply to: ↑ 1 @thirst4beats
7 years ago

Just seems strange that havent done anything but update the wordpress and when try to make a post or delete addition php warnings come up, disabled all plugins and nothing changed but when deleted the testing post it goes back to the one warning

Replying to knutsp:

Hello @thirst4beats and welcome to Trac.

This Track is for tracking and fixing bugs in the WordPress software. It's not for support or fixing individual sites in trouble. Please use our support forums https://wordpress.org/support/ for that.

You may find some useful tips in this article https://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F.

#4 @dd32
7 years ago

Hi @thirst4beats,

This is indeed a plugin issue, and not core's, and is unrelated to the update you performed, It's likely that the plugin was updated at the same time as you did the core update, which would explain why it only appeared at that time.

The plugin in question as shown in the error is this one:

/home/thirst4beats/public_html/wp-content/plugins/wpheadsp/wpheadsp.php

As it's starting output at line 1, it's most likely an empty line before <?php or another invisible character before it. I'd suggest removing the first line of the file and re-writing it.
I can't find any plugins by that name, so I'm not sure what it is - but if it doesn't disable through the plugins page, you can rename the folder to check it's cause.

#5 @thirst4beats
7 years ago

ok bit over my head will try and sort it thanks heaps for the explanation

greetz

Jo

#6 @SergeyBiryukov
7 years ago

  • Keywords close added

#7 @melchoyce
7 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.