It appears the error he is getting is the error you get when calling a model's method that has not been defined or mistyping it's name when you do this it attempts to run a query with that method name and kicks the following error
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'unknownMethodName ' at line 1 [CORE\cake\libs \model\datasources\dbo_source.php, line 527] Query: unknownMethodName In order to kick this message out it is finding the model, but the method being called does not exist. HTH Paul. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en