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?

link|improve this question

When you are in a particular page, at max, there will be usually 3 or 4 view scripts(,partials,view helpers etc) for that page. Search for that 'term' in all those scripts. – emaillenin Dec 21 '11 at 16:49
Please post the whole stack trace. – Aurelio De Rosa Dec 21 '11 at 18:23
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.