Yes this is routed with the "manage" prefix. About 50 other "manage" prefixed pages all fine. Admin, manage, editor are set in core.php
Just lost why this 1 single page will not show up. Checked routes.php for any kind of conflict app_controller just anything I can possibly think of and still 404 error just for this manage_add Dave Maharaj Freelance Designer | Developer Description: header_logo www.movepixels.com | <mailto:[email protected]> [email protected] | 709.800.0852 From: [email protected] [mailto:[email protected]] On Behalf Of Vinicius Dusso Sent: Tuesday, September 24, 2013 5:38 PM To: [email protected] Subject: 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 [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. -- 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.
<<image001.jpg>>
