Hi. I'm trying to create a simple sample to test CakePHP, and I'm following the steps from: http://grahambird.co.uk/cake/tutorials/ajax.php
I did all the steps, but I get this error message when accessing http://localhost/tasks ------ You are seeing this error because the view for TasksController::index(), could not be found. ------ I placed 'index.thtml' within 'app/views/tasks' directory. I don't understand why this view is not detected by CakePHP engine. Is there any config file to select it specifically? I got the same error ("the view for PostsController::index(), could not be found") when trying to create the simple blog sample of: http://manual.cakephp.org/appendix/blog_tutorial Thank you very much. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---