Re: New to Cake, Missing View Errors (?)

2007-01-01 Thread skyblueink
If you're following along with the blog tutorial withoit any modifications of the example code, your intex.thtml and view.thtml should be in app/views/posts/ instead of app/views/pages/. The error message is already saying that ithey shoud be in /.../httpdocs/app/views/posts/. As you know, Cake

Re: New to Cake, Missing View Errors (?)

2007-01-01 Thread Derrick Shields
I figured it out. A reference for anyone who runs into this error in the future: I had to change the permissions on the view.php file located in the /cake core to 755. For some reason, the version of Cake I had downloaded had the incorrect permissions set.

Re: New to Cake, Missing View Errors (?)

2006-12-31 Thread Derrick Shields
In case it helps anyone pondering this, I have copied the index.thtml and view.thtml to the app/views/pages/ folder, and CakePHP CAN access the pages now at mysite.com/pages/index (or /view) however obviously this won't load the controller, etc... Any ideas on why the two pages won't load in

New to Cake, Missing View Errors (?)

2006-12-30 Thread Derrick Shields
Greetings, I'm trying to follow along with the blog tutorial, but I keep getting Missing View errors when trying to look at the index.thtml and view.thml: You are seeing this error because the view for PostsController::index() could not be found. Fatal: Confirm you have created the file :