Well. If I do one array at a time it works.

For example, doing a saveAll() with the following works.

Array
(
    [Ticket] => Array
        (
            [channel_id] => 2
            [event_id] => 1
            [row_id] => 1
        )
    [Price] => Array
        (
            [0] => Array
                (
                    [price] => 86.94
                    [quantity] => 9
                    [capture_timestamp] => 2007-10-10 13:00:00
                )
        )
)

On May 11, 2:33 pm, rartavia <[email protected]> wrote:
> Are your relations correctly setted in your models?
> Are you doing $this->Ticket->saveAll($data) in TicketsController or
> $this->Price->saveAll($data) in PricesController?
> Are there no SQL errors in error.log? (if debug is not setted to zero
> of course)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to