Re: Bug in cake beta 1.2 model

2008-01-30 Thread jakecake (newbie)
> I found (and fixed) a bug in the model.php file, and I can't report it > in the trac system, so I thought I'd report it here in case someone > sees it and can fix it. Whaaao!! Thanks a lot! I am a newbie to cake and since 2 days I was running around this strange behaviour when saving a HAB

Re: Bug in cake beta 1.2 model

2008-01-30 Thread jakecake (newbie)
> The problem is in /cake/libs/model/model.php line 364 and on. In the > code it says: Line 1193 in Revision: 6398, Date: 2008-01-20 20:21:28 -0600 (Sun, 20 Jan 2008) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Re: Bug in cake beta 1.2 model

2008-01-20 Thread Nina
@Chris I tried reporting to trac, but I got a 403 forbidden error when I tried to create a new ticket (at https://trac.cakephp.org/newticket). I realize now that I need to be registered (I just scanned the page and looked for the report a bug button and clicked), and I will report bugs through th

Re: Bug in cake beta 1.2 model

2008-01-17 Thread Chris Hartjes
On Jan 16, 2008 10:56 AM, Nina <[EMAIL PROTECTED]> wrote: > > Hi All > > I found (and fixed) a bug in the model.php file, and I can't report it > in the trac system, so I thought I'd report it here in case someone > sees it and can fix it. Nina, Is that "can't" or "won't" report the bug? It tak

Re: Bug in cake beta 1.2 model

2008-01-17 Thread [EMAIL PROTECTED]
Wow, I'm really glad you found this. I read this yesterday and thought "well, I guess I'll leave it the way it is until I see problems" Then today I was testing my code and found major problems with saving HABTM data. I thought it was because I was storing extra data in the join tables but then I

Bug in cake beta 1.2 model

2008-01-16 Thread Nina
Hi All I found (and fixed) a bug in the model.php file, and I can't report it in the trac system, so I thought I'd report it here in case someone sees it and can fix it. The problem is in /cake/libs/model/model.php line 364 and on. In the code it says: if (isset($v[$n])) { $v =