Re: why am I getting this "undefined index" error?

2007-11-29 Thread Kyo
Those errors won't get you into any trouble in reality. If you want to remove them, just try something like this in your view: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this gr

Re: why am I getting this "undefined index" error?

2007-11-29 Thread powtac
I had the same "Undefined index..." error. After I changed some things manualy at the database. But when I bake the model again it was resolved. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To pos

Re: why am I getting this "undefined index" error?

2007-11-29 Thread Luke
nobody? On Nov 28, 10:41 am, Luke <[EMAIL PROTECTED]> wrote: > I am trying to set up associations between my orders model and my > orderitems model. It seems to be working except for this error I'm > getting. What am I doing wrong? (see screenshot below) > > Here are my models: > > class OrderIt

why am I getting this "undefined index" error?

2007-11-28 Thread Luke
I am trying to set up associations between my orders model and my orderitems model. It seems to be working except for this error I'm getting. What am I doing wrong? (see screenshot below) Here are my models: array('className' => 'Order',