Cake won't save my data

2010-04-14 Thread Johnny Ferguson
I'm using InnoDB to allow data associations. Do I have to note this fact in my database.php? Other than that, I'm at a loss as to why this problem is occurring. My practice_items table: int - id varchar(255) - name text - description /app/controllers/practice_items_controller.php:

Re: Cake won't save my data

2010-04-14 Thread Johnny Ferguson
I've checked with the folks in the IRC, and it looks like Cake shouldn't care if I'm using InnoDB, but my data still won't show up in the tables regardless of Cake giving me every indication that the save was successful. On 14 Apr, 16:43, Johnny Ferguson hyperfle...@gmail.com wrote: I'm using

RE: Cake won't save my data

2010-04-14 Thread Alan Asher
: Cake won't save my data I've checked with the folks in the IRC, and it looks like Cake shouldn't care if I'm using InnoDB, but my data still won't show up in the tables regardless of Cake giving me every indication that the save was successful. On 14 Apr, 16:43, Johnny Ferguson hyperfle

Re: Cake won't save my data

2010-04-14 Thread Johnny Ferguson
This is part of the whole convention over configuration. Alan -Original Message- From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf Of Johnny Ferguson Sent: Wednesday, April 14, 2010 2:10 PM To: CakePHP Subject: Re: Cake won't save my data I've checked

Re: Cake won't save my data

2010-04-14 Thread Jeremy Burns
To: CakePHP Subject: Re: Cake won't save my data I've checked with the folks in the IRC, and it looks like Cake shouldn't care if I'm using InnoDB, but my data still won't show up in the tables regardless of Cake giving me every indication that the save was successful. On 14 Apr, 16:43