Quote:
Originally Posted by Dave
Wait so you executed the following query right?
HTML Code:
DELETE FROM posts WHERE userid = YOUR_USER
Since in vBulletin threads have a one to many relation to posts, it means that if the user started a thread, it will cause this problem because there's no post bound to it anymore.
You also have to execute a query such as:
HTML Code:
DELETE FROM thread WHERE postuserid = USERID_OF_USER
|
the 2nd query did it. Then rebuilt threads and forums. It worked!
Thanks for your great help Dave! As well as Dragonsys for always helping the vb community :up: