illegalife Posted December 14, 2008 Posted December 14, 2008 Fatal error: Call to a member function query() on a non-object in /home/illegal/public_html/forums.php on line 703 LINE 703 $q=$db->query("SELECT * FROM forum_topics WHERE ft_id={$_GET['topic']}"); $topic=$db->fetch_row($q); $db->query("DELETE FROM forum_topics WHERE ft_id={$_GET['topic']}"); $db->query("DELETE FROM forum_posts WHERE fp_topic_id={$_GET['topic']}"); print "Deleting topic... Done "; recache_forum($topic['ft_forum_id']); stafflog_add("Deleted topic {$topic['ft_name']}"); } $h->endpage(); ?> Quote
radio_active Posted December 14, 2008 Posted December 14, 2008 Re: [V2] Forum - Cant delete topics Go to the start of the function and where it has global $c,$blah etc put a $db in the list 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.