On Feb 3, 9:30 am, hellfish <[email protected]> wrote: > The tables are there, the app does connect without error but all I get > is the "Missing Database Table".
How are you importing/adding the tables to the database on the ISP's end? Did you do an export (using PHPMyAdmin for example) from your local database and then import/execute that sql script on the remote database? If it wasn't an exact duplicate of your local database in this way, then I'm wondering if it is a "small" error on the ISP database end. For example model table(s) that may not be plural or join table names not in alphabetical order or something along those lines? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
