note_controller.php should be notes_controller.php. Also, if you are using cake's pretty urls (you uncommented line 41 in app/config/ core.php), you access your controller with a url like "http:// localhost:7070/index.php/notes"
On Jun 1, 3:28 am, sonic <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm a greenhorn at CakePHP. I use XAMPP for Apache,MySQL. I > download and configure CakePHP as Manual ask me to do. CakePHP is > properly work when I call "http://localhost:7070/cake/". It show two > messages " 1. Your database configuration file is present. and 2. Cake > is able to connect to the database." > I face the problem when I test a tutorial "notes". I create > index.thtml, add.thtml and view.thtml under "app\views\notes". Then I > create note_controller.php under "app\controllers" and note.php under > "app\model". As Tutorial says I call "http://localhost:7070/notes", > but I found that error " Object not found!". > > Where do I need to change to run this "notes"? What > configuration need to change? > > Please help me! > > Thanks in advance! > > sonic --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
