Cannot modify header information

Status
Not open for further replies.

stanleyek53

New Member
Messages
5
Reaction score
0
Points
0
I've installed wordpress on your hosting and I'm experiencing a problem which looks like this:

Warning: Cannot modify header information - headers already sent by (output started at /home/stanleye/public_html/wp-content/themes/wtb-news/functions.php:27)

This is only an example. I have the same issue with other php files. Error looks similar. I don't know why - this is a proper wordpress installations. I've did not make any changes before installation.

I've been watching forum for the people with the same problem but any solution didn't worked for me.

Thanks for your help
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Go to
/home/stanleye/public_html/wp-content/themes/wtb-news/functions.php

and look at line #27 or so. Either there is an "echo" command there or a space outside of the <?php ?> tags which is being sent.
 

stanleyek53

New Member
Messages
5
Reaction score
0
Points
0
Thank you very much!
There was a problem with template files (functions.php). I don't know why but there was a additional character at the end of every line (square). When I deleted it everything started to work fine.

I don't want to make more garbage threads so there is another question - how big mysql database can be?

Thanks again
 
Last edited:

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
I don't want to make more garbage threads so there is another question - how big mysql database can be?
Just like your disk space, the maximum size of your databases is theoretically unmetered. There may also be limitations per table based upon the table type (myISAM, InnoDB etc) you are using, however this is usually in the GB or TB range that this would become apparent.
 
Status
Not open for further replies.
Top