No Database table for model NewRider (expected "nnew_riders"), create it first. this doesnt seem right to me. its asking me to create a new table called nnew_riders? this doesnt compute. heres my model and my controller for table new_riders.
controller: <? class NewRidersController extends AppController { var $name = 'NewRiders'; var $scaffold; } ?> model: <? class NewRider extends AppModel { var $name = 'NewRider'; } ?> this should create a scaffold layout correct? well its returning the above error and another line above that as well. Warning:file_put_contents(/var/www/vhosts/site/httpdocs/attendance/app/ tmp/cache/models/default_riders_list) [function.file-put-contents]: failed to open stream: Permission denied in /var/www/vhosts/site/ httpdocs/attendance/cake/basics.php on line 871 its been doing this to me every time, i have created tons of different tables and its beginning to mistify me, this should work perfectly but it doesn't. however when i do the posts example in the cake manual it works fine. i have tried several diffrent table names, newriders nriders new_riders rv_list rvlist riders and none of them seem to work. its probably something easy but i've been going at it for to long that my brain is glossing over the obvious. thanks for any help -=Levi=- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---