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

MartinSfromB’s picture

Sorry, didnt know that you can view more than one term with one call.

summit’s picture

Hi,
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

marcoBauli’s picture

Martin, 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

brewreview.info’s picture

Has there been any more on this issue?

I hate to post a "me too", but I'm also seeing this issue....
//TB

ethanre’s picture

Subscribing, i have the same issue.

MartinSfromB’s picture

Assigned: Unassigned » MartinSfromB

Description (Introduction) of wich term should be shown if more then one is selected? Or should nothing be shown in this case?

summit’s picture

Would 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

DaMaster’s picture