Cannot modify header information on my website

Hello guys.
I got a very big problem.
I want to make a online game website. The site is done, i try on a free domain its working perfectly.
Now i buy a domain and storage and i move everything, to the new place.
I install MySql server aswell, but now i got a big problem.
This is the error log:
[22Feb-2019 06:47:51 Europe/Budapest] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/fitymaff/public_html/index.php:1 in / home/fitymaff/public_html/config.php on line 2
This is the error message. This is the second line in the config php :
header(‘Content-type: text/html charset=utf-8’)

Im try to make it good 3 weeks ago, If somebody knows this problem, please contact me here or e-mail: [email protected]

Thank you!

Why are you sending this out to begin with?

because thats the ‘‘wrong’’ line, of the config.php file.

Then it sounds like you are doing require, when you should be using require_once

Sponsor our Newsletter | Privacy Policy | Terms of Service