[GH-ISSUE #91] [Warning] some things wrong #61

Closed
opened 2026-02-26 02:31:59 +03:00 by kerem · 3 comments
Owner

Originally created by @zuoRambo on GitHub (Dec 17, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/91

PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0
i got the warning info above after i run php artisan server

Originally created by @zuoRambo on GitHub (Dec 17, 2015). Original GitHub issue: https://github.com/koel/koel/issues/91 `PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0` i got the warning info above after i run `php artisan server`
kerem closed this issue 2026-02-26 02:31:59 +03:00
Author
Owner

@funcoding commented on GitHub (Dec 17, 2015):

Please upload a screenshot of the issue

<!-- gh-comment-id:165391583 --> @funcoding commented on GitHub (Dec 17, 2015): Please upload a screenshot of the issue
Author
Owner

@carcinocron commented on GitHub (Dec 21, 2015):

[Warning] some things wrong

Please rename the title to something useful

PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0
i got the warning info above after i run php artisan server

Did this come from the browser or the terminal? Can you reproduce this with php artisan serve -vvv when sending a copy of the full output? Does running via apache give the same results?

<!-- gh-comment-id:166184220 --> @carcinocron commented on GitHub (Dec 21, 2015): > [Warning] some things wrong Please rename the title to something useful > `PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0` > i got the warning info above after i run `php artisan server` Did this come from the browser or the terminal? Can you reproduce this with `php artisan serve -vvv` when sending a copy of the full output? Does running via apache give the same results?
Author
Owner

@zuoRambo commented on GitHub (Dec 21, 2015):

In fact,the problem is $HTTP_RAW_POST_DATA,when i set always_populate_raw_post_data to -1, the warning info gone away

; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
; to disable this feature and it will be removed in a future version.
; If post reading is disabled through enable_post_data_reading,
; $HTTP_RAW_POST_DATA is *NOT* populated.
; http://php.net/always-populate-raw-post-data
always_populate_raw_post_data = -1
<!-- gh-comment-id:166203859 --> @zuoRambo commented on GitHub (Dec 21, 2015): In fact,the problem is $HTTP_RAW_POST_DATA,when i set `always_populate_raw_post_data` to `-1`, the warning info gone away ``` config ; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is ; to disable this feature and it will be removed in a future version. ; If post reading is disabled through enable_post_data_reading, ; $HTTP_RAW_POST_DATA is *NOT* populated. ; http://php.net/always-populate-raw-post-data always_populate_raw_post_data = -1 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#61
No description provided.