I’ve followed the tutorial here: http://book.cakephp.org/view/1286/Sending-a-basic-message, which I have successfully used before with 1.2. However, in 1.3, with a different application, I get the following error:
Warning (512): SQL Error: 1064: 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 ‘send’ at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 673]
Query: send
This is a SQL error, so try to print out what the SQL query tries to execute and run it separately in MySQL Workbench’s query editor to see how you can fix it.
You’re probably missing something small, like escaping single quotes. Doesn’t seem related to sending the message