cluelessnoob Posted June 30, 2009 Share Posted June 30, 2009 I just started experimenting with Cake, and I was going through the examples in the Beginning CakePHP book. In the fifth chaper it covers baking. It has me bake one controller and view. Now none of my cake apps are working. I get 404 errors on them all. When I go to the root page that tells you if everything is working, it comes up without formatting. Could someone help? Quote Link to comment https://forums.phpfreaks.com/topic/164192-baking-issues/ Share on other sites More sharing options...
phpFirstJoy Posted June 30, 2009 Share Posted June 30, 2009 ... it comes up without formatting... I think your config paths are not pointing to the right places. You may want to check those. No images/formatting is a good sign of that - at least that's what I experienced when getting Symfony to work. Quote Link to comment https://forums.phpfreaks.com/topic/164192-baking-issues/#findComment-866222 Share on other sites More sharing options...
jcombs_31 Posted June 30, 2009 Share Posted June 30, 2009 No formatting is usually an .htaccess problem. I don't see how bake could have caused any changes though. Make sure you index.php and .htaccess are still intact and being read. These are located in two places, you app folder and your webroot folder. In a dev environment you are probably using the app folder unless you changed your document root. Quote Link to comment https://forums.phpfreaks.com/topic/164192-baking-issues/#findComment-866693 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.