![]() |
|
|||||||
| CjOverkill General Discussion and Support CjOverkill general discussion and support. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello!
I install cjoverkill but i canīt insert good the include in.php. When I insert the include in.php into the index of wordpress (index.php of wordpress not of the theme) says me an error -> Warning: Cannot modify header information - headers already sent by.... |
|
#2
|
|||
|
|||
|
Make sure you have put the in.php include before anything else, otherwise it will fail.
Also disable the anticheat functions while you are making the tests because most probably you will get filtered yourself. |
|
#3
|
|||
|
|||
|
I put the code in the first line of the index, but also says the error message
Last edited by tory; 9th February 2009 at 02:46 PM. |
|
#4
|
|||
|
|||
|
Have you tried adding output buffering?
Try to use this include: PHP Code:
This will compress the page before sending it to the surfer and rearrange all the headers in the output buffer, so it basically fixes the headers already sent problems under some php configurations. |
![]() |
| Tags |
| cjoverkill, error, header, problem, wordpress |
| Thread Tools | |
| Display Modes | |
|
|