Closed (fixed)
Project:
Views Tagadelic
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2009 at 08:37 UTC
Updated:
25 Mar 2009 at 22:10 UTC
Hello,
I try to set up tagadelic views 6 dev. I always end up with the same 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 ',,,,) GROUP BY d.tid, d.name, d.vid ORDER BY count DESC LIMIT 0, 500' at line 1 query: SELECT COUNT(*) AS count, d.tid, d.name, d.vid FROM term_data d INNER JOIN term_node n ON d.tid = n.tid WHERE n.nid IN (,,,,,) GROUP BY d.tid, d.name, d.vid ORDER BY count DESC LIMIT 0, 500 in /Users/thomasjulou/Sites/pips/sites/all/modules/tagadelic_views/theme/theme.inc on line 48.
Could you please help me to fix this… Thanks!
Comments
Comment #1
indytechcook commentedSome people have had a little success here. http://drupal.org/node/285245#comment-1266966.
Please give me more details about the mysql error. I am not able to reproduce this. When does it occur in the process? What version of MYSQL are you using?
Comment #2
indytechcook commentedComment #3
julou commentedI fixed this as described here:
http://drupal.org/node/285245
Thank you for your kind help
Comment #4
indytechcook commented