Possible duplicate:How to fix the "Headers Already Submitted" error in PHP
[Mon Jan 10 21:01:26 2011] [error] [client xx.xx.xxx.xx] PHP Warning: it is not possible to change the header information - headers already sent to Unknown on line 0, referer: www.example. com /some.php
Why can't PHP find where the headers came from?
See if you have a space after <? . The header function is quite sensitive and does not work if something is displayed in front of the hand.
<?
Source: https://habr.com/ru/post/1334995/More articles:Removing exceptions from a series - vb6It doesn't seem like the regex pattern was right - phpHow can I combine the following RegExs into one expression? - coldfusionHow should I structure my GWT integration tests when using Maven? - mavenHow to install HeapDumpOnOutOfMemoryError and HeapDumpPath in startup.bat file in Windows XP - windowsambiguous invocation of asp.net mvc action methods - c #Divs: Equal Horizontal Distance - htmlAre duplicate directives in php.ini causing the problem? - phpMultiple line overflow - cssRun shell script from cocoa (obj.c) with the answer - bashAll Articles