I have controller
StovesController.php
I have model
Stove.php

Both generated by Baker (before this day - I have not problem with him,
except JS "\'" in wrong place "delete"....

So, no change in core, no change in routes...

But, when I ask in browser:

http://site.com/stoves

I got:

issing Model

No class found for the model Stofe

Notice: this error is being rendered by the
app/views/errors/missing_model.thtml view file, a user-customizable
error page.

Fatal: Unable to load model Stofe

Fatal: Create Class:

<?php
class Stofe extends AppModel
{
    var $name = 'Stofe';
}
?>

in file : app\models\stofe.php

But no one "stofe"! I don't use this no where!

Where I am wrong?


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

Reply via email to