Re: Multiple Checkbox Bug in CakePHP 2.0.3?

2011-11-18 Thread Will
I must have been making a mistaking in my configuration. I was using an array to manually specific the class name, table name, etc. I changes it back to just specifying the class name so that everything else would work "automagically" and then it started working again. On Nov 18, 10:55 am, Will

Re: Multiple Checkbox Bug in CakePHP 2.0.3?

2011-11-18 Thread Will
Hey Paul, Thank you for the suggestion! I am a bit rusty with Cake and forgot that I could do a SQL dump. It appears that it's not attempting to insert rows for the data. Very strange. Since no one else has chimed in, I'm guessing this is probably an issue with my code and not the core CakePHP

Re: Multiple Checkbox Bug in CakePHP 2.0.3?

2011-11-17 Thread phpMagpie
Have you looked at the sql dump to see what's happening? HABTM does delete all existing rows in the join table for the object your are editing and should then replace them with the new options your chose. Maybe it is doing the first part and not the second?!? HTH, Paul. -- Our newest site fo

Multiple Checkbox Bug in CakePHP 2.0.3?

2011-11-16 Thread Will
Hi all, I am using a form with multiple checkboxes to save a HABTM association between two models. Upon updating my core CakePHP code, the save stopped working properly. It appeared to wipe out the linking table when I saved. Is anyone else having this problem? -- Our newest site for the comm