Can't create campaign with click tracking
I get this 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 'http://www.google.com">test
", "", 1, 0, 0, 1, 1)' at line 1
Or check https://sendy.co/troubleshooting#403-forbidden-error-when-clicking-save-and-next as you may have "mod_security" enabled on your server.
I have disabled mod_security, but it is still the same. Disabling the link tracking helps. If I also manually change the "
character to '
in the HTML editor, it helps, but the WYSIWYG editor will change it back the next time I edit, so it's a pain. I use Apache with cPanel. I have this problem on both Sendy 2.x
and 4.x
.
Please help me.
This discussion has been closed.
Comments
Looks like removing
NO_BACKSLASH_ESCAPES
from sql_mode solved the problem.I'm glad you figured out the issue.