I'm playing around with an Umbraco 7.1.6 installation, using MySQL 5.6 for my db, and I'm having an issue using the Tags datatype; whenever I fill in the data and save, I receive the following YSOD error message:
An error occurred
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]) as TagSet left outer join cmsTags on
(TagSet.Tag = cmsTags.Tag and TagS' at line 1
YSOD when saving Tags data
Hi Everyone,
I'm playing around with an Umbraco 7.1.6 installation, using MySQL 5.6 for my db, and I'm having an issue using the Tags datatype; whenever I fill in the data and save, I receive the following YSOD error message:
An error occurred
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]) as TagSet left outer join cmsTags on (TagSet.Tag = cmsTags.Tag and TagS' at line 1
Has anyone else encountered this? Is there a fix?
Kind Regards,
pronto
I have the same problem (on Umbraco 7.1.6). I am also using MySQL 5.6.
is working on a reply...