vBulletin problem...any techies available?

bmacd

Lifer
Jan 15, 2001
10,869
1
0
just installed vBulletin 3.0gamma on a server and when i try to delete a post, i get this error:

Fatal error: Call to undefined function: delete_thread() in /****.com/members/forums/editpost.php on line 727

Here is line 727:
delete_thread($threadinfo['threadid'], $foruminfo['countposts'], $removaltype, array('userid' => $bbuserinfo['userid'], 'username' => $bbuserinfo['username'], 'reason' => $reason, 'keepattachments' => $keepattachments));

Wasn't sure where to put this topic, feel free to move it as needed. I can PM the site if needed. Thanks :)

-=bmacd=-
 

Viper GTS

Lifer
Oct 13, 1999
38,107
433
136
Are there any function libraries or anything like that that need to be installed?

The error has nothing to do with line 727 (except that's the line that called the function), the real problem is that delete_thread() isn't defined anywhere.

Viper GTS
 

cpals

Diamond Member
Mar 5, 2001
4,494
0
76
Not trying to be rude, but I think the best place for this topic would be the vBulletin support forums. They would know their software the best.
 

bmacd

Lifer
Jan 15, 2001
10,869
1
0
Originally posted by: Viper GTS
Are there any function libraries or anything like that that need to be installed?

Viper GTS

Not that i know of.

-=bmacd=-