Jump to content
MakeWebGames

Recommended Posts

Posted

Lines 460 to 466

echo sprintf("<form action='forums.php?act=move&topic=%u' method='post'>[b]Move topic to:[/b] %s<input type='submit' value='Move' /></form>
", $_GET['viewtopic'], forum_dropdown($c, 'forum', -1));
echo sprintf("[url='forums.php?act=pin&topic=%u'][img=sticky.gif][/url][url='forums.php?act=lock&topic=%u'][img=lock.png][/url][url='forums.php?act=deletopic&topic=%u'][img=del.png][/url]
", $_GET['viewtopic'], $_GET['viewtopic'], $_GET['viewtopic']);

Fatal error: Call to undefined function forum_dropdown() in /home/mobster/public_html/forums.php on line 460

Posted

the funtion forum_dropdown() is not there i think in mcc its in global_func.php on v1 and v2 lite may not have it check the file and find the function if its there post it so we can see if there an error

 

p.s - is this magictallguys forums? since his forums are made for v2

Posted

ahh niceone one more problem

$name = mysql_fetch_single($query);

error is

Fatal error: Call to undefined function mysql_fetch_single() in /home/mobster/public_html/forums.php on line 77

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...