Hi. Check the cakephp manual and start reading at the beginning!!! It seems you have read it not properly. You have to call the controller (http://localhost/posts/) and not the view (http://localhost/app/view/posts/index).
For example: "A view is a page template, usually named after an action. For example, the view for *PostsController::add()* would be found at */app/views/posts/add.thtml*." Cheers, Daniel moonraker schrieb: > Hi guys, > > i'm very interested in cakephp and tried to get it running on my local > webserver (a xampp under winxp). > > I've putted the cake files under localhost/cake so that for example "app" is > under localhost/cake/app. > > > Afterwards i tried to do the "Cake Blog Tutorial" and exactly followed the > tutorial but the application isn't running, i only get the "Missing > controller" information site > (http://img436.imageshack.us/img436/4200/cakenr1.jpg )! > > Is there any other special reason which i have to consider? > > Thanks! > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
