Missing Database Table

Missing Database Table…
Error: Database table posts for model Post was not found.

Notice: If you want to customize this error message, create app\views\errors\missing_table.ctp

I am using cakephp 1.2.1

I have cleared cache folder tmp/cache/models, tmp/cache/persistent, tmp/cache/view all folders and also clear browser again again but this error remain same

please help me !

At which point do you try to access the Post table?

How does your Post model look like? Is it all there?

Have you changed your data base recently?