Hello there,
I have never noticed it before but it seems that the tag module has problems with quotes. When I put some tag like : I’m hungry, here’s what I have
MySQL ERROR:
Error Number: 1064
Description: 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 'weblog'' at line 5
Query: SELECT DISTINCT(e.entry_id), t.tag_id FROM exp_tag_entries e LEFT JOIN exp_tag_tags t ON t.tag_id = e.tag_id WHERE t.site_id IN ('1') AND t.tag_name IN ('I'm hungry') AND e.type = 'weblog'
Is there any way to by pass that please ?
Thanks for your support !
