0
votes

I got to this page in the CakePHP setup instructions: http://book.cakephp.org/view/1536/Creating-Post-Views

So basically I just created a model, controller and view. Then the instructions say to go to http://www.problemio.com/problems/index because instead of their examples with posts, I use "problems"

My setup is like this: rootDirectory/cakephp/app/views/problems/index.ctp

According to the instructions, it should find that index page, but somehow it doesn't.

Is there something I am doing totally wrong here?

Thanks!

1
have you tried: http://www.problemio.com/index.php/problems/index?tttony
I've tested and it works!! Hello, I am making some first content here. ...tttony
@rrrony yeah that works, but it is the same as just going to problemio.com/index.php and it doesn't show any sign of the view I created. Totally confused what is supposed to happen.Genadinik
can you paste the exact error it shows? May be you didn't change the class name in controller from Postscontroller to ProblemsController!!Ehtesham
There is no error - just a page not found.Genadinik

1 Answers