• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

vBulletin problem...any techies available?

bmacd

Lifer
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=-
 
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
 
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.
 
Back
Top