I've searched the forum but so far none of the solutions matched mine.

Here is my error log:

[05-May-2009 17:24:31] PHP Warning: Cannot modify header information - headers already sent by (output started at /public_html/awe-web.net/includes/languages/english.php:1403) in /public_html/awe-web.net/includes/init_includes/init_templates.php on line 78
[05-May-2009 17:24:31] PHP Warning: Cannot modify header information - headers already sent by (output started at /public_html/awe-web.net/includes/languages/english.php:1403) in /public_html/awe-web.net/includes/functions/functions_general.php on line 44


Here is line 78 of init_templates.php:

PHP Code:
  header("Content-Type: text/html; charset=" CHARSET); 
and here is line 44 from functions_general.php:
PHP Code:
    header('Location: ' $url); 
I don't know what needs changed in those lines.