Hi all, i'm trying to update my web-application developed with the Zend Framework 0.6 to 0.8.
I have successfully changed my code following the migration guide: http://framework.zend.com/manual/en/zend.controller.migration.html#zend.controller.migration.fromzerosix http://framework.zend.com/manual/en/zend.controller.migration.html#zend.controller.migration.fromzerosix All seems to run well, but the Zend_View. In many pages where I have code like: <?php echo $this->error; ?> In the page is displayed a message like: <br />Notice: Undefined property: Zend_View::$error in C:\Progetti\workspacePHP\tuttosanta\app\views\contatti\contattaci.php on line 34<br /> I have not valorized this variable in the controller, but I dont undestand why the Notice is displayed... Can anyone help me...? Thank you in advance. Mauro. -- View this message in context: http://www.nabble.com/Notice%3A-Undefined-property%3A-Zend_view....-tf3319367s16154.html#a9228534 Sent from the Zend Framework mailing list archive at Nabble.com.
