Thanks John

Still don't understand when it creates the new notes directory etc.
Tried localhost/index.php/notes and got following;-


CakePHP Rapid Development
List Notes
Id      Title   Body    Created         Modified        Actions

    * New Note

When I click on New Note I get further error message


Missing Model

No class found for the model App

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 App

Fatal: Create Class:

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

in file : app\models\app.php

Any ideas?


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