On Thu, Jul 2, 2009 at 6:01 AM, Aneesh S<[email protected]> wrote: > My project was running on MySQL and now i had to change to > postgresql-8.3.7-1, But now i am getting error. Its saying that tables dont > exist.... But all was working perfectly well with mysql....
What is the error message? Are you certain the new DB has those tables? Is it possible tht some of your logic has changed? Cake will complain about missing tables if it encounters a class name that it can't reconcile with the DB tables. Cake does work very well with Postgres, btw. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
