
08-01-2013, 04:25 PM
|
|
|
Join Date: Mar 2008
Location: france
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
database error when I click on hide likes with version 1.1.1.a
Quote:
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT thread.title AS title, reputationid, reputation.postid, reputation.userid, reputation.reputation AS reputation, reputation.whoadded, reputation.reason, reputation.dateline, bopuser.username AS repgetter, bopuser.reputation AS getterrep, bop2user.username AS repgiver, bop2user.reputation AS giverrep FROM reputation AS reputation
LEFT JOIN user AS bopuser ON (reputation.userid = bopuser.userid)
LEFT JOIN user AS bop2user ON (reputation.whoadded = bop2user.userid)
LEFT JOIN post AS post ON (reputation.postid = post.postid)
LEFT JOIN thread AS thread ON (post.threadid = thread.threadid)
WHERE reputation.reason NOT IN ( 'Liked Post' , 'Thanked Post') WHERE thread.visible = 1 AND post.visible = 1 ORDER BY dateline DESC LIMIT 0, 25;
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 'WHERE thread.visible = 1 AND post.visible = 1 ORDER BY dateline DESC LIMIT 0' at line 6
Error Number : 1064
Request Date : Friday, August 2nd 2013 @ 12:23:57 AM
Error Date : Friday, August 2nd 2013 @ 12:23:57 AM
Script : http://www/reputation_board.php?pn=1&hidelikes=1
Referrer : http://www/reputation_board.php
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.1.70-cll
|
|