A possible solution: Delete cached models in CakePHP
Any time you add a new model or adjust your associations, be sure to delete the cached ones from the /app/tmp/ folder, if you’ll get inexplicable errors about missing models.
Error: Database table *** for model *** was not found
8