php - MySQL error when using send() method of Email component in CakePHP -


i've followed tutorial here: http://book.cakephp.org/view/1286/sending-a-basic-message, have used before 1.2. however, in 1.3, different application, following error:

warning (512): sql error: 1064: have error in sql syntax; check manual corresponds mysql server version right syntax use near 'send' @ line 1 [core/cake/libs/model/datasources/dbo_source.php, line 673]
query: send

this sql error, try print out sql query tries execute , run separately in mysql workbench's query editor see how can fix it.

you're missing small, escaping single quotes. doesn't seem related sending message


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -