Seite 1 von 1
HIIILFEE!!! parse error, unexpected T_CONSTANT_ENCAPSED
Verfasst: 31.10.2005 15:08
von Magicforum
Parse error: parse error, unexpected T_IF in /srv/www/htdocs/web337/html/phpbb/viewtopic.php on line 1210
dieser fehler kommt, wenn ich einen thread anschauen möchte....
Verfasst: 31.10.2005 15:12
von punkface
Hallo
Dann verlink doch mal die viewtopic.php als .txt Datei (siehe: KB:datei)
Verfasst: 31.10.2005 17:43
von Magicforum
Verfasst: 01.11.2005 16:06
von punkface
Hallo
suche
Code: Alles auswählen
//begin map MOD
if (($poster_from != '') && ((float)$postrow[$i]['longitude'] != 0)) {
$template->assign_block_vars('postrow.switch_map', array(
'U_MAP' => append_sid("map.$phpEx?highlight=".$postrow[$i]['user_id'])
));
}
ersetzte mit
Code: Alles auswählen
//begin map MOD
'U_MAP' => append_sid("map.$phpEx?highlight=".$postrow[$i]['user_id'])
));
if (($poster_from != '') && ((float)$postrow[$i]['longitude'] != 0)) {
$template->assign_block_vars('postrow.switch_map', array());
}
Verfasst: 06.11.2005 18:41
von Magicforum
jetzt kommt das :
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /srv/www/htdocs/web337/html/phpBB2/viewtopic.php on line 1210