View Single Post
  #6 (permalink)  
Old 07-23-2007, 03:28 AM
tlmarker tlmarker is offline
Junior Member
 
Join Date: Jul 2007
Posts: 3
Send a message via MSN to tlmarker
Default

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
Reply With Quote