If you try to access to an unassigned variable in the view, php gives the following warning
PHP Notice: Key "messages" does not exist in /var/www/vhosts/domain.com/backend/library/Zend/View/Abstract.php on line 270
and the stack trace. But there is no information about the view script which causes this error. Is it possible to get this information somehow?