PHP, Zend Framwork Errors getting consumed by Apache -


i installed apache2, php5 in fresh ubuntu system, have uploaded zend framework project, see zend , php errors getting consumed apache , getting internal server error 500 on browser. when looked error log of apache2 find php errors logged in there.

i have error_reporting e_all | e_strict, display_errors on in php.ini.

by default zf shows errors in development mode hides them in production mode (this thing). can change these settings in application.ini. if having problem in dev mode, ensure application_env being set correctly.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -