It's probably not the relationship settings that you have wrong. If you're connecting to two different MySQL databases on the same server, you're probably experiencing a "feature" where PHP will use the same connection resource for both.
The last few posts on this thread have instructions on how to change your db config to get around it: http://groups.google.com/group/cake-php/browse_thread/thread/f12ecdb3a6019d83/fbf5d4a456ddeaaa?q=multiple+database&rnum=7#fbf5d4a456ddeaaa --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
