Hi there... I tried the irc room but didn't get a response. I believe there's a new bug that was introduced with the latest version of cake1.2rc2 (build 7296)
Previously findAllThreaded would work for tables that didn't have a primary key of 'id' but as of this build looks like it was refactored and hard coded to look for id only. Changing line 1997 to be: $id = $result[$this->alias][$this->primaryKey]; Fixes the problem. As I mentioned in irc this is the first time I'm coming across a bug that hasn't been encountered below so I'm trying to follow protocol. I'm not sure if somebody can just fix this or if I should log a bug in trac? Thanks all. And keep up the great work on Cake. - Ray --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
