Actually, it'll give the same error if Cake can't *access* the table.
Pretty much the swam thing, though, for all intents ...

bhushan, make sure the table user_tests exists in the database and the
user that Cake is connecting as has the proper rights to it (GRANT
SELECT,INSERT,UPDATE,DELETE).

On Fri, Apr 18, 2008 at 11:03 AM, Chris Hartjes <[EMAIL PROTECTED]> wrote:
>
>  On Fri, Apr 18, 2008 at 2:21 AM, bhushan A <[EMAIL PROTECTED]> wrote:
>  >
>  >  hey thanks amit... it worked but not its giving following error.
>  >  Error:  Database table user_tests for model SiteTest was not found.
>  >  what to do? please help
>
>  The error message is telling you *exactly* what is wrong:  you have no
>  table called 'user_tests' in the database that your model SiteTest is
>  trying to use.
>
>  I am not of the opinion that PHP and CakePHP spits out
>  hard-to-diagnose error messages.
>
>  --
>  Chris Hartjes
>  Internet Loudmouth
>  Motto for 2008: "Moving from herding elephants to handling snakes..."
>  @TheKeyBoard: http://www.littlehart.net/atthekeyboard
>
>
>
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to