-- berl2n <[EMAIL PROTECTED]> wrote (on Tuesday, 09 October 2007, 11:50 AM -0700): > I'm new to Zend and still working with the tutorials, especially those > directly on zend.com. But if I do exactly what you can find here: > http://framework.zend.com/manual/en/zend.controller.html#zend.controller.quickstart.introduction > Link to Zend documentation I get the error message above. Although I do > have an ErrorController.php (with it's class) in application/controllers > and a file in application/views/error/error.phtml. > > I do not understand why there are not working examples in the official > documentation. Does anyone knows how to get around this?
The examples *do* work. You missed the section on creating an ErrorController. :-) -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
