the > should be on the key side now (due to security fixes)... so 'ScheduledItem.start >=' => '2008-11-02'
On Nov 5, 1:47 pm, MDB <[EMAIL PROTECTED]> wrote: > This appears to be an issue with the versions. The cake version it > works with is 1.2.0.6311 and then the version it doesn't work with is > 1.2.0.7296. Any idea on how I can get this to work with version > 1.2.0.7296? I would like to have both applicaions running on the > lastest version however I get a ton of errors when I update the cake > files and I do not have enough experience with it to work through them > all (in a time crunch). > > On Nov 5, 11:00 am, MDB <[EMAIL PROTECTED]> wrote: > > > Hello all, I have 2 applications that are pretty much set up the same, > > when I call this on one application every works fine and data is set: > > > $eventsx = $this->ScheduledItem->findAll( > > array( > > 'ScheduledItem.tenant_id' => > > $this->tenantId(), > > 'ScheduledItem.customer_id' => $customerId, > > 'ScheduledItem.is_cancelled' => 0, > > 'ScheduledItem.start' => '> 2008-11-02', > > 'ScheduledItem.start ' => '< 2008-11-09' > > ) > > ); > > > Then when I call it from my other application, it will not set any > > date unless I remove these 2 lines: > > > 'ScheduledItem.start' => '> 2008-11-02', > > 'ScheduledItem.start ' => '< 2008-11-09' > > > Is their something of configuration issue I am missing? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
