The Zend_View_Exception error is telling you that there is a view script missing. Version 1.0 of ZF uses a helper call viewRenderer to automatically call view scripts based on the controller and action names. You can learn more about the viewRenderer here:
Zend Framework: Documentation
I hope that helps.
Troy