Hey Kim, I assume you're referring to http://www.agavi.org/documentation/tutorial/step2/basics-creating-new-action.html The filename that's created is actually correct, it's supposed to be ShowSuccessView.class.php and the class should be Posts_Post_ShowSuccessView as generated as well. That's a mistake in the guide nobody caught so far.
However, running the action wizard and adapting the routing.xml should leave you with a working app. Could you post your routing.xml and a transcript of your terminal session (if you still have it) somewhere, that would help finding the mistake. felix On Jan 31, 2010, at 2:03 PM, Kim Coy wrote: > I'm walking through the guide and I'm stuck on "Creating A New > Action". After running the action-wizard (creating Post.Show) and > updating routing.xml, the url /post gives me a 404. One additional > note, the view file that get's created is ShowSuccessView.class.php, > not PostSuccessView.class.php (as specified in the guide) and the > class is Posts_Post_ShowSuccessView, not Posts_PostSuccessView. I > tried renaming the file and class as given in the guide, but that > didn't help. I'm a complete noobie to agavi, so I don't even know > where to start. Thanks in advance for your help. > > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users > -- Felix Gilcher Bitextender GmbH Paul-Heyse-Str. 6 D-80336 München T: +49 89 57 08 15 16 F: +49 89 57 08 15 17 M: +49 172 840 88 28 [email protected] http://www.bitextender.com/ Amtsgericht München, HRB 174280 Geschäftsführer: David Zülke, Florian Clever _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
