On 2/25/07, Georg von der Howen <[EMAIL PROTECTED]> wrote:
I had a similar error when updating ZF to 0.8.0. The cause was that the parameters for the Zend_Controller->_forward() method have changed from 0.7.0 to 0.8.0(is there actually a place where I can look up API changes from one version to the next?).
Not sure if there is a list of all changes, but you can check "Zend_Controller / Migrating from Previous Versions" manual page at http://framework.zend.com/manual/en/zend.controller.migration.html for Controller-related issue. -- Alexander http://www.alexatnet.com/
