Re: Cakephp blog tutorial, SQL error when INSERTING into posts.

2013-08-05 Thread Marcelo F Andrade
On Mon, Aug 5, 2013 at 11:51 AM, Greg Sarpy wrote: > > (..) I am trying to *INSERT INTO POSTS* exactly as it is in the manual: > >> INSERT INTO posts (title,body,created) >> VALUES ('The title', 'This is the post body.', NOW()); > (..) > > It immediately outputs the following error: > (..) >>

Cakephp blog tutorial, SQL error when INSERTING into posts.

2013-08-05 Thread Greg Sarpy
Hi guys, this is my first attempt at CakePHP and so far it seems amazing. I'm not a PHP/DB pro but I am learning. Anyway, I'm familiarizing myself with the framework by creating the blog in the tutorial. So far I've successfully created the table, now I am trying to *INSERT INTO POSTS* exactly