I work with usual ErrorController If url is wrong, for example '/ert/ept/', than i am get web-server's 404 page instead of ErrorController's message.
If url is: '/error/error/' than ErrorController's message appears. Also i put 'die();' in the end of ErrorController or error/error.tpl. In this case blank page appears. Also i commented string '$this->getResponse()->setHttpResponseCode(404);' in ErrorController. Than i get ErrorController message. It looks like OK. But i think, that such solution is wrong. Can you propose reasons of such behaviour? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Troubles-with-ErrorController-tp3307086p3307086.html Sent from the Zend Framework mailing list archive at Nabble.com.
