I have a slight issue i am running 4.2.3 forum and i am attempting to delete a lot of threads on my forum and i get database error
Code:
Database error in vBulletin 4.2.3:
Invalid SQL:
UPDATE speedway_user
SET post_thanks_thanked_times = post_thanks_thanked_times - 2, post_thanks_thanked_posts = post_thanks_thanked_posts - 1
WHERE userid = '140';
what can i do to stop this error from occuring