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

indytechcook’s picture

Some 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?

indytechcook’s picture

Status: Active » Postponed (maintainer needs more info)
julou’s picture

I fixed this as described here:
http://drupal.org/node/285245

Thank you for your kind help

indytechcook’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.