HITMAN 17 Posted July 22, 2010 Posted July 22, 2010 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 Quote
Dominion Posted July 22, 2010 Posted July 22, 2010 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 Quote
HITMAN 17 Posted July 22, 2010 Author Posted July 22, 2010 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 Quote
Dominion Posted July 22, 2010 Posted July 22, 2010 i have no idea what the function mysql_fetch_single() is it one of your functions did you mean mysql_fetch_row() ? edit - php.net says http://uk3.php.net/manual-lookup.php?pattern=mysql_fetch_single&lang=en Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.