Are you sure you haven't made any other changes to your cake install? I've used multiple databases before with no problem - just define the two connections in your /app/config/database.php , then set the appropriate $useDbConfig in the models. The only issue is that with MySQL the two connections need to have different usernames/passwords, as otherwise it can attempt to query on the wrong one occasionally. But I've still never seen the error you posted above.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
