Sometime if you encounter “Missing Database Table” from CakePHP errors, it might not really be due to missing of some database tables.
What you need to do is simple. Clear the cache folders found in CakePHP. The directory should be /app/tmp/cache.
Clear (delete) all files found in these 3 folders:
- models
- persistent
- views
By right, we should only clear the files in models folder. Just to be on the safe side, I strongly recommend clearing all these 3 folders.
Nevertheless, if you are uploading CakePHP files after development baking from your localhost to your actual web host, you could also faced “Missing Views” error and etc. Just clear the cache in those 3 folders will do.
Hope this solves your problem













