Db Error On Posting New Thread

Boss

New Member
hey everyone....

sorry if the topic is post in the wrong section....

I have a very serious problem...
I m getting a db error when posting new thread in the forum..but when i refresh the site the thread is already posted...

can anyone help me remove this error plz
Thanks in advance

Database error in vBulletin 3.6.8:

Invalid SQL:
INSERT INTO thread_serviceupdate
(s_threadid, s_updated)
VALUES
('1522', 0);

MySQL Error : Table 'undertaker_vbforum.thread_serviceupdate' doesn't exist
Error Number : 1146
Date : Saturday, February 9th 2008 @ 09:01:51 PM
Script : http://www.danger-z0ne.net/newthread.php?do=postthread&f=61
Referrer : http://www.danger-z0ne.net/newthread.php?do=newthread&f=61
Classname : vb_database

this is the error...plz help
 

JD45

New Member
I had the same error after upgrading to beat 4.

Go in to phpmyadmin and create a new table called:

thread_serviceupdate with two fields called:
  • s_threadid
  • s_updated

I put the values as VARCHAR with 99999. That should fix your problem.
 
Top