Quote:
Originally Posted by The Realist
Yes just installed 3.3 version.
When I try and remove a thanks, I get this DB error:
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
DELETE FROM reputation WHERE postid = 2192 AND AND whoadded = 1 reason='Thanked Post';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND whoadded = 1 reason='Thanked Post'' at line 1
Error Number : 1064
Date : Tuesday, February 14th 2006 @ 03:09:48 PM
Script : http://www.tech-tronix.com/showthread.php?do=post_thanks_remove_user&p=2192
Referrer : http://www.tech-tronix.com/signature-post-test-forum/test-1799.html
IP Address : xx.xx.xx.xxx
Username : Realist
Classname : xxxxxx
At the top of the error page I get this as well:
Code:
Warning: implode(): Bad arguments. in /showthread.php on line 235
Line 235 reads:
Code:
$set_user_got = "post_thanks_thanked_times = post_thanks_thanked_times - $nb, post_thanks_thanked_posts = post_thanks_thanked_posts - 1";
Any ideas?
|
It looks like you dont have the latest version. The query was fixed. I just checked again.