Custom SQL Query issue
I have an issue and not sure how to fix. I am entering a custom query into the Custom SQL Query box and it returns and error that states:
Invalid JSON: 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 'SELECT * FROM pm1_users' at line 1. Any ideas?


sounds like you have the magic_quotes_gpc option enabled on your PHP server. magic_quotes_gpc is depricated in newer versions of PHP and should be turned off in the php.ini file.
