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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to