An error occurred
message ?>
Exception information:
Message: exception->getMessage() ?>
Stack trace:
exception->getTraceAsString() ?>
Request Parameters:
request->getParams()) ?>
To display error message Zend Framework uses short tags in its view helper. You can see it for yourself in (default)/views/scripts/error/error.phtml . So all you need to do is to enable short tags short_open_tag = on in php.ini
Error handling.