Hey all, I recently completed my first Cakephp application, based around a single controller. I thought I would try expanding it with more functionality, so I started up a second blank controller. Just to make sure it would work correctly, I setup the controller blank, with scaffolding turned on (I wrote up the associated model as well). When I navigated to the page (localhost/approot/testimonials), Cake spit out a file not found error.
I double and triple checked my code, copied and pasted it out of the Cake Manual, and still nothing. I finally gave up. So I baked blank skeleton, copied the controller, model and database files over (for this new blank controller along with the old one), and it works perfectly! I can't figure out what is going on. It only seems to let new controllers work if I bake a completely new, blank skeleton and copy the files in. I'm stumped. Any help would be greatly appreciated! Thanks, Dave Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
