Active
Project:
Taxonomy Introduction
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Oct 2007 at 09:29 UTC
Updated:
24 Oct 2008 at 08:05 UTC
On links of the kind
/taxonomy/term/2,1
the following Warning is thrown:
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 '1' at line 1 query: SELECT * FROM taxonomy_intro WHERE tid=2,1 in /includes/database.mysql.inc on line 172.
Comments
Comment #1
MartinSfromB commentedSorry, didnt know that you can view more than one term with one call.
Comment #2
summit commentedHi,
I have this situation also.
By the way.. you can view lots of terms with one call:
/taxonomy/term/1,2,3,4 etc..
or
/taxonomy/term/1+2+3 etc..
Do you need more info to get into this?
Greetings,
Martijn
Comment #3
marcoBauli commentedMartin, yes, concatenation is possible both with AND (+) and OR (,)
Sorry i'm no php expert, so was just pointing this out for anyone savvy enough to solve it.
Cheers
Comment #4
brewreview.info commentedHas there been any more on this issue?
I hate to post a "me too", but I'm also seeing this issue....
//TB
Comment #5
ethanre commentedSubscribing, i have the same issue.
Comment #6
MartinSfromB commentedDescription (Introduction) of wich term should be shown if more then one is selected? Or should nothing be shown in this case?
Comment #7
summit commentedWould it be possible to show both introductions, and have a theming possibility where to put the introductions through page.tpl.php?
May be one as starting, and the other as ending? Or just as many as there are arguments with all theming possibility to show or not to show?
Thanks in advance for trying to solve this!
greetings,
Martijn
Comment #8
DaMaster commentedlook here :
http://drupal.org/node/325085