Hey all - I'm trying to run a simple test, and CakePHP is failing when it tries to access a table it should be automatically creating. Like so:
--- Missing Database Table Error: Database table test_event_admins for model EventAdmin was not found. Notice: If you want to customize this error message, create app/views/ errors/missing_table.ctp --- The "event_admins" table is there, and I see it getting "DESCRIBE"ed in the output below the error, and I know it's not permissions because I see it creating 2 or 3 other tables before failing. Any ideas? leo Running: Cake 1.2.3.8166 O/S: linux www server: apache 2.2.3 (CentOS) db: mysql 5.0.45 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
