Thread Description Mod - Database Error - Table doesn't exist

Cyberbob

New Member
Hello there!
I've installed "Thread Description Mod" and when I'm trying to edit an existing thread without description and insert a description I get this error:

Code:
Database error in vBulletin 3.7.4:

Invalid SQL:
UPDATE thread SET description = 'Test' WHERE threadid = '76';

MySQL Error   : Table '*prefix*_vb.thread' doesn't exist
Error Number  : 1146
Request Date  : Sunday, January 18th 2009 @ 08:23:08 PM
Error Date    : Sunday, January 18th 2009 @ 08:23:08 PM
Script        : http://www.***.com/editpost.php?do=updatepost&p=94
Referrer      : http://www.***.com/editpost.php?do=updatepost&postid=94
IP Address    : **.***.***.***
Username      : ********
Classname     : vb_database
MySQL Version : 4.1.22-standard

Anyone knows how to fix it?

Thanks in advance :)
 
I think I gave a solution to this on the thread mobile posted...

Anyways, the thing is that the plug in assumes that you're not using any prefix for your forums. The solution is to go to the original XML install file, go down to the thread edit part, and manually add your db prefix to it.
 
Back
Top