introportal_mod
Verfasst: 17.05.2004 22:03
hi
nachdem ich eben den intro portal mod installiert habe, bekomme ich folgende fehlermeldung...
// Intro + Portal MOD START $lang['Viewing_Intro'] = "Betrachtet das Intro"; $lang['Viewing_Portal'] = "Betrachtet das Portal"; $lang['IntroPortalMOD1'] = "Intro"; $lang['IntroPortalMOD2'] = "Portal"; $lang['IntroPortalMOD3'] = "Index"; $lang['IntroPortalMOD4'] = "www.phpbb.de"; $lang['IntroPortalMOD5'] = "www.phpbb.com"; $lang['IntroPortalMOD6'] = "phpBB Support"; // Intro + Portal MOD END
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/pipe/phpbb/language/lang_german/lang_main.php:11) in /www/htdocs/pipe/phpbb/includes/page_header.php on line 638
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/pipe/phpbb/language/lang_german/lang_main.php:11) in /www/htdocs/pipe/phpbb/includes/page_header.php on line 640
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/pipe/phpbb/language/lang_german/lang_main.php:11) in /www/htdocs/pipe/phpbb/includes/page_header.php on line 641
hier mal der entsprechende auszug aus der lang_main.php
$lang['Viewing_Portal'] = "Betrachtet das Portal";
$lang['IntroPortalMOD1'] = "Intro";
$lang['IntroPortalMOD2'] = "Portal";
$lang['IntroPortalMOD3'] = "Index";
$lang['IntroPortalMOD4'] = "www.phpbb.de";
$lang['IntroPortalMOD5'] = "www.phpbb.com";
$lang['IntroPortalMOD6'] = "phpBB Support";
// Intro + Portal MOD END
<?php
und hier der aus der page_header.php
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');
//-- mod : profile cp ------------------------------------------------------------------------------
//-- add
if ( $userdata['session_logged_in'] )
{
if (empty($gen_simple_header))
{
$today_year = date('Y', time());
$today_month = date('m', time());
nachdem ich eben den intro portal mod installiert habe, bekomme ich folgende fehlermeldung...
// Intro + Portal MOD START $lang['Viewing_Intro'] = "Betrachtet das Intro"; $lang['Viewing_Portal'] = "Betrachtet das Portal"; $lang['IntroPortalMOD1'] = "Intro"; $lang['IntroPortalMOD2'] = "Portal"; $lang['IntroPortalMOD3'] = "Index"; $lang['IntroPortalMOD4'] = "www.phpbb.de"; $lang['IntroPortalMOD5'] = "www.phpbb.com"; $lang['IntroPortalMOD6'] = "phpBB Support"; // Intro + Portal MOD END
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/pipe/phpbb/language/lang_german/lang_main.php:11) in /www/htdocs/pipe/phpbb/includes/page_header.php on line 638
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/pipe/phpbb/language/lang_german/lang_main.php:11) in /www/htdocs/pipe/phpbb/includes/page_header.php on line 640
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/pipe/phpbb/language/lang_german/lang_main.php:11) in /www/htdocs/pipe/phpbb/includes/page_header.php on line 641
hier mal der entsprechende auszug aus der lang_main.php
$lang['Viewing_Portal'] = "Betrachtet das Portal";
$lang['IntroPortalMOD1'] = "Intro";
$lang['IntroPortalMOD2'] = "Portal";
$lang['IntroPortalMOD3'] = "Index";
$lang['IntroPortalMOD4'] = "www.phpbb.de";
$lang['IntroPortalMOD5'] = "www.phpbb.com";
$lang['IntroPortalMOD6'] = "phpBB Support";
// Intro + Portal MOD END
<?php
und hier der aus der page_header.php
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');
//-- mod : profile cp ------------------------------------------------------------------------------
//-- add
if ( $userdata['session_logged_in'] )
{
if (empty($gen_simple_header))
{
$today_year = date('Y', time());
$today_month = date('m', time());