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 -~----------~----~----~----~------~----~------~--~---
