Opened 7 years ago
Closed 7 years ago
#43322 closed defect (bug) (invalid)
updated wordpress and warning comes up
Reported by: | 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)
Change History (9)
#1
follow-up:
↓ 3
@
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
@
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
@
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
@
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.
how it looks