Tuesday, September 24, 2013

Re: Page not found headache


Are you using routing prefix? Did you enable 'manger' prefix in core.php ?


On Tuesday, September 24, 2013 5:04:36 PM UTC-3, advantage+ wrote:

I have no clue why I am getting a page not found.
Seems so straight forward to even think where to look.

 

Controller:

public function manage_add(){

                echo 'hello';

                die();

}

 

manage_add view:

<h1>Where the hell are you?</h1>

 

I can see the index page no problem. I should see the "hello" before killing the request but it does not even get there.

Simply just goes to 404 page not found. Manually type the address in the browser same results.

 

Any ideas?

 

Thanks,

Dave

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: