Closed (fixed)
Project:
Quotes
Version:
6.x-1.40
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 20:17 UTC
Updated:
31 Oct 2009 at 15:20 UTC
After upgrading from 6.x-1.30 to 1.40 Sql error is showing and quotes block disappeared.
x-user warning: 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 ''. r USING(uid) WHERE n.status=1 AND n.type='quotes' AND q.promote = 1 AND (r.' at line 1 query: SELECT n.nid FROM quotes q INNER JOIN node n ON q.vid=n.vid LEFT JOIN users_roles '. r USING(uid) WHERE n.status=1 AND n.type='quotes' AND q.promote = 1 AND (r.rid IN (3) OR (1 IN (3) AND n.uid = 0)) AND n.uid IN (3) ORDER BY n.created DESC LIMIT 0, 1 in /home/......./sites/all/modules/quotes/quotes.module on line 1308.
Comments
Comment #1
nancydruCommitted to 6.x-1.x-dev