here's the crucial part of the sql generated:

...
FROM `articles` AS `Article`
LEFT JOIN `authors` AS `Author` ON `Article`.`author_id` =
`Author`.`id`
LEFT JOIN `users` AS `somestring` ON `Article`.`user_id` =
`somestring`.`id`
...


the problem is that `Article`.`user_id` doesn't exist..





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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