beim aufruf des forums bekomme ich folgende fehlermeldung:
Fatal error: Call to undefined function: append_sid() in /includes/functions.php on line 396
das kuriose, die 20er hat in diesem bereich keine codeänderung.
daher bin ich auch ratlos. hab schon gesucht aber nix gefunden.
hat wer nen rat? würde mich freuen.
anbei nochmal einige zeilen gequotet (+-5 von betreffender zeile)
//
// Mozilla navigation bar
// Default items that should be valid on all pages.
// Defined here to correctly assign the Language Variables
// and be able to change the variables within code.
//
$nav_links['top'] = array (
'url' => append_sid($phpbb_root_path . 'index.' . $phpEx),
'title' => sprintf($lang['Forum_Index'], $board_config['sitename'])
);
$nav_links['search'] = array (
'url' => append_sid($phpbb_root_path . 'search.' . $phpEx),
'title' => $lang['Search']
);
$nav_links['help'] = array (
'url' => append_sid($phpbb_root_path . 'faq.' . $phpEx),
'title' => $lang['FAQ']
);
$nav_links['author'] = array (
'url' => append_sid($phpbb_root_path . 'memberlist.' . $phpEx),
'title' => $lang['Memberlist']
);
return;