Since the error is "invalid column name `name`", are you sure that the
User.name field exists in the database?  Put your DEBUG to 2, and
check that the field titles are being escaped in the query properly
(ie `User`.`name` not just User.name) as "name" is probably a reserved
word unless escaped.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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