Can anyone see whats wrong with this bit of code because it says i have an error in this file on my forum and i cannot see the problem here
Mods Installed on forum:
Shout Box
Statistics Box
Who Was Online Today
This problem is only on one of my forum templates not my other ones any help would be great Thanks.
Code:
Taken from my showthread.php file
// *********************************************************************************
// make the forum jump in order to fill the forum caches
$curforumid = $thread['forumid'];
construct_forum_jump();
// *********************************************************************************
// get forum info
$forum = fetch_foruminfo($thread['forumid']); //****this is suppose to be line 379 if i got it right****
$foruminfo = &$forum;