I working on a new install of rdBloggery. Everything is working great
but I am unable to load pages and realize I don't quite understand some
of the relationships in this particular usage of Cake pages.
In my rdBloggery app, any new pages added to /views/pages/ produce the
error:
Missing Model
No class found for the model Page
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 Page
Fatal: Create Class:
<?php
class Page extends AppModel
{
var $name = 'Page';
}
?>
in file : app/models/page.php
I'm confused...
a) why does rdBloggery use a pages controller while the default cake
install does not
b) why is this error message citing a file (app/models/page.php) that
does not exist in the rdBloggery default install?
There is something here I'm missing...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---