Re: Cannot modify header information - headers already sent Hmmmm did not work for me...May problem ist that I accidentally dropped the danish.php after a change with an editor in the "root", believing I was in "languages" directory. After calling the site it gave me the following:
09:54 05.04.2005
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/wyk/language/danish.php:1) in /www/htdocs/wyk/includes/mambo.php on line 711
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/wyk/language/danish.php:1) in /www/htdocs/wyk/index.php on line 211
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/wyk/language/danish.php:1) in /www/htdocs/wyk/index.php on line 212
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/wyk/language/danish.php:1) in /www/htdocs/wyk/index.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/wyk/language/danish.php:1) in /www/htdocs/wyk/index.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/wyk/language/danish.php:1) in /www/htdocs/wyk/index.php on line 215
However, line 711 in mambo.php is about cookies and the lines in index.php do not give me a clue since i did not change them and they read lie this:
header( 'Expires: Mon, 26 Jul 1997 05:00:00 GMT' );
header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
header( 'Cache-Control: no-store, no-cache, must-revalidate' );
header( 'Cache-Control: post-check=0, pre-check=0', false );
header( 'Pragma: no-cache' );
Any ideas anybody?
Grateful...
klinkhart |