Re: Cake working fine (?) but controllers show nothing

2008-12-17 Thread aq
Thanks for the info... I changed the debug parameter to 2, but I get the same error... Also, I forgot to mention that todo is the name of the app, and items the name of the controller. Thanks again and I'll keep trying :) On Dec 17, 2:09 am, majna majna...@gmail.com wrote: app/core.php -

Re: Cake working fine (?) but controllers show nothing

2008-12-17 Thread Rob
OK, when you say it's working, what URL are you going to ? If it is http://localhost/todo/ then your app name is todo, so todo/ items should be using your items_controller.php to get you the index.ctp view for your items assuming everything is baked correctly. When you say you are getting a Not

Re: Cake working fine (?) but controllers show nothing

2008-12-17 Thread majna
app/core.php - turn debug to 2. try localhost/items/todo instead localhost/todo/items. On Dec 17, 12:27 am, aq spamca...@yahoo.com wrote: I have been struggling with this for days, and I can't find a solution... CakePhp is working ok. I get the nice welcome screen with all the fancy

Cake working fine (?) but controllers show nothing

2008-12-16 Thread aq
I have been struggling with this for days, and I can't find a solution... CakePhp is working ok. I get the nice welcome screen with all the fancy colors. The connection to the database is ok, and the rest of the set up routines are complete. I started following the Golding's example of the