Hi, I'm knew to CakePHP and I'm having an annoying problem. I am doing a save() and this is the code being generated by the function
SELECT `User`.`id`, `User`.`activated` FROM `users` AS `User` WHERE `id` = 2 AND `email` = '[EMAIL PROTECTED]' LIMIT 1 The error message I am getting is as follows: Warning (512): SQL Error: 1054: Unknown column 'User.id' in 'field list' [CORE/cake/libs/model/datasources/dbo_source.php, line 440] The table and field exist just fine, I'm assuming it's something to do with the ` I'm running everything on a Mac Can you please help? Thanks John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
