Cannot modify header information – headers already sent by
-
Hey
I was tryin to make my site bilingual and that plugin needed to ass a functions.php file i created and i wrote this :
<!-- begin functions --> <?php load_theme_textdomain('simple'); ?> <!-- end functions -->
it worked for the site and the plugin but i can’t login to my admin panel, instead i have this message :
Warning: Cannot modify header information – headers already sent by (output started at /homepages/12/d199687361/htdocs/wp/wp-content/themes/simple/functions.php:2) in /homepages/12/d199687361/htdocs/wp/wp-includes/pluggable.php on line 694
NB. first i created the file as ‘function’ without the ‘s’ and saved the file then corrected it, same for ‘begin’ ‘end’ i don’t know if its related to this
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cannot modify header information – headers already sent by’ is closed to new replies.