MODs: Ja
Dein Wissensstand: Einsteiger
Link zu Deinem Forum: [url]http://[/url]
PHP Version:
MySQL Version:
Was hast Du gemacht, bevor das Problem aufgetreten ist?
Cash und Activity Mod Plus hinzugefügt
Was hast Du bereits versucht um das Problem zu lösen?
Fehlerbeschreibung und Nachricht
Ich wollte mein Testforum auf dem neusten stand bringen!
Und nun urplötlich bekomme ich eine Fehlermeldung wenn ich einen Beitrag lesen möchte:
Code: Alles auswählen
Parse error: parse error, unexpected T_VARIABLE in /usr/export/www/vhosts/funnetwork/hosting/janecollins24/viewtopic.php on line 47
Code: Alles auswählen
//-- fin mod : calendar ----------------------------------------------------------------------------
include($phpbb_root_path . 'includes/functions_bookmark.'.$phpEx);
include_once($phpbb_root_path .'includes/functions_amod_plus.'. $phpEx);
$q = "SELECT *
FROM ". INA_HOF ."";
$r = $db->sql_query($q);
$hof_data = $db->sql_fetchrowset($r)
//
// Start initial var setup
//
[color=blue]$topic_id = $post_id = 0;[/color]
if ( isset($HTTP_GET_VARS[POST_TOPIC_URL]) )
{
$topic_id = intval($HTTP_GET_VARS[POST_TOPIC_URL]);
}
else if ( isset($HTTP_GET_VARS['topic']) )
{
$topic_id = intval($HTTP_GET_VARS['topic']);
}
if ( isset($HTTP_GET_VARS[POST_POST_URL]))