I've noticed when using the Zend_Controller package that parse errors are not being displayed. Fatal errors seem to display fine.
For example, if I forget a closing bracket within my class I will end up with an empty response body and a 200 response code. In order to find the error I have to run the controller directly from command line. /usr/bin/php app/controllers/SomeController.php This will give me the actual error and line number. Parse error: syntax error, unexpected '}' in /Users/me/Workspace/project/trunk/app/controllers/SomeController.php on line 67 Does anyone know why this would happen? Michael DePetrillo [email protected] www.michaeldepetrillo.com
